1 Star 0 Fork 2

Super-FUBAI/meite-shop-parent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
qqconnect.log.1 98.80 KB
一键复制 编辑 原始数据 按行查看 历史
gituser 提交于 2019-06-14 14:53 . 集成XXL-SSO
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236
2371011 DEBUG [2019-06-14 14:47:22] << "Server: Apache-Coyote/1.1[\r][\n]"
2371012 DEBUG [2019-06-14 14:47:22] << "X-Content-Type-Options: nosniff[\r][\n]"
2371012 DEBUG [2019-06-14 14:47:22] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2371012 DEBUG [2019-06-14 14:47:22] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2371012 DEBUG [2019-06-14 14:47:22] << "Pragma: no-cache[\r][\n]"
2371012 DEBUG [2019-06-14 14:47:22] << "Expires: 0[\r][\n]"
2371012 DEBUG [2019-06-14 14:47:22] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2371012 DEBUG [2019-06-14 14:47:22] << "Content-Encoding: gzip[\r][\n]"
2371012 DEBUG [2019-06-14 14:47:22] << "Content-Type: application/json[\r][\n]"
2371012 DEBUG [2019-06-14 14:47:22] << "Content-Length: 99[\r][\n]"
2371012 DEBUG [2019-06-14 14:47:22] << "Date: Fri, 14 Jun 2019 06:47:22 GMT[\r][\n]"
2371012 DEBUG [2019-06-14 14:47:22] << "[\r][\n]"
2371012 DEBUG [2019-06-14 14:47:22] Receiving response: HTTP/1.1 200 OK
2371012 DEBUG [2019-06-14 14:47:22] << HTTP/1.1 200 OK
2371012 DEBUG [2019-06-14 14:47:22] << Server: Apache-Coyote/1.1
2371012 DEBUG [2019-06-14 14:47:22] << X-Content-Type-Options: nosniff
2371012 DEBUG [2019-06-14 14:47:22] << X-XSS-Protection: 1; mode=block
2371012 DEBUG [2019-06-14 14:47:22] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2371012 DEBUG [2019-06-14 14:47:22] << Pragma: no-cache
2371012 DEBUG [2019-06-14 14:47:22] << Expires: 0
2371012 DEBUG [2019-06-14 14:47:22] << X-Frame-Options: SAMEORIGIN
2371012 DEBUG [2019-06-14 14:47:22] << Content-Encoding: gzip
2371012 DEBUG [2019-06-14 14:47:22] << Content-Type: application/json
2371012 DEBUG [2019-06-14 14:47:22] << Content-Length: 99
2371012 DEBUG [2019-06-14 14:47:22] << Date: Fri, 14 Jun 2019 06:47:22 GMT
2371012 DEBUG [2019-06-14 14:47:22] Connection can be kept alive indefinitely
2371012 DEBUG [2019-06-14 14:47:22] << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]VJ,([0xc8][0xc9]LN,[0xc9][0xcc][0xcf]+V[0xb2][0xaa]V*K-*[0x6][0xb1][0xe3][0xe3]SRsJ[0x12][0x95][0xac][0x94][0xc]M-[0xcd][0x95]t@[\n]"
2371012 DEBUG [2019-06-14 14:47:22] << "[0x81][0x82][0x19][0x89][0xc5][0x19][0xc9][0xf9])[0xa9]@[0xf1][0xe0][0x10][0xc7][0xa0][0x10]O?[0xf7]x[0xc3][0xf8][0xd0][0x80]x[0xf3]x[0x88][0x1a][0x98]aJV[0xd1][0xb1][0xb5][0xb5][0x0][0xeb][0xe9][0xbd][0xb6]`[0x0][0x0][0x0]"
2371012 DEBUG [2019-06-14 14:47:22] Released connection is reusable.
2371012 DEBUG [2019-06-14 14:47:22] Releasing connection [{}->http://192.168.170.129:8080][null]
2371012 DEBUG [2019-06-14 14:47:22] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2371012 DEBUG [2019-06-14 14:47:22] Notifying no-one, there are no waiting threads
2400507 DEBUG [2019-06-14 14:47:52] Closing expired connections
2400511 DEBUG [2019-06-14 14:47:52] Closing connections idle longer than 30000 SECONDS
2400511 DEBUG [2019-06-14 14:47:52] Closing connections idle longer than 30000 SECONDS
2400545 DEBUG [2019-06-14 14:47:52] Returning cached instance of singleton bean 'eurekaClient'
2400545 DEBUG [2019-06-14 14:47:52] Returning cached instance of singleton bean 'eurekaClient'
2400554 DEBUG [2019-06-14 14:47:52] Closing connections idle longer than -1 SECONDS
2400554 DEBUG [2019-06-14 14:47:52] Closing connections idle longer than 0 SECONDS
2400554 DEBUG [2019-06-14 14:47:52] Closing connection last used @ Fri Jun 14 14:47:22 CST 2019
2400554 DEBUG [2019-06-14 14:47:52] Deleting connection [{}->http://192.168.170.129:8080][null]
2400554 DEBUG [2019-06-14 14:47:52] Connection 0.0.0.0:49717<->192.168.170.129:8080 closed
2400896 DEBUG [2019-06-14 14:47:52] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2400896 DEBUG [2019-06-14 14:47:52] [{}->http://192.168.170.129:8080] total kept alive: 0, total issued: 0, total allocated: 0 out of 200
2400896 DEBUG [2019-06-14 14:47:52] No free connections [{}->http://192.168.170.129:8080][null]
2400896 DEBUG [2019-06-14 14:47:52] Available capacity: 50 out of 50 [{}->http://192.168.170.129:8080][null]
2400896 DEBUG [2019-06-14 14:47:52] Creating new connection [{}->http://192.168.170.129:8080]
2400896 DEBUG [2019-06-14 14:47:52] Connecting to 192.168.170.129:8080
2400896 DEBUG [2019-06-14 14:47:52] CookieSpec selected: default
2400896 DEBUG [2019-06-14 14:47:52] Auth cache not set in the context
2400896 DEBUG [2019-06-14 14:47:52] Target auth state: UNCHALLENGED
2400896 DEBUG [2019-06-14 14:47:52] Proxy auth state: UNCHALLENGED
2400896 DEBUG [2019-06-14 14:47:52] Attempt 1 to execute request
2400896 DEBUG [2019-06-14 14:47:52] Sending request: PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2400896 DEBUG [2019-06-14 14:47:52] >> "PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] >> "Accept-Encoding: gzip[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] >> "Content-Length: 0[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] >> "Host: 192.168.170.129:8080[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] >> "Connection: Keep-Alive[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] >> "[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] >> PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2400897 DEBUG [2019-06-14 14:47:52] >> DiscoveryIdentity-Name: DefaultClient
2400897 DEBUG [2019-06-14 14:47:52] >> DiscoveryIdentity-Version: 1.4
2400897 DEBUG [2019-06-14 14:47:52] >> DiscoveryIdentity-Id: 192.168.170.1
2400897 DEBUG [2019-06-14 14:47:52] >> Accept-Encoding: gzip
2400897 DEBUG [2019-06-14 14:47:52] >> Content-Length: 0
2400897 DEBUG [2019-06-14 14:47:52] >> Host: 192.168.170.129:8080
2400897 DEBUG [2019-06-14 14:47:52] >> Connection: Keep-Alive
2400897 DEBUG [2019-06-14 14:47:52] >> User-Agent: Java-EurekaClient/v1.8.6
2400897 DEBUG [2019-06-14 14:47:52] << "HTTP/1.1 200 OK[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] << "Server: Apache-Coyote/1.1[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] << "X-Content-Type-Options: nosniff[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] << "Pragma: no-cache[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] << "Expires: 0[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] << "Content-Type: application/xml[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] << "Content-Length: 0[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] << "Date: Fri, 14 Jun 2019 06:47:52 GMT[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] << "[\r][\n]"
2400897 DEBUG [2019-06-14 14:47:52] Receiving response: HTTP/1.1 200 OK
2400897 DEBUG [2019-06-14 14:47:52] << HTTP/1.1 200 OK
2400897 DEBUG [2019-06-14 14:47:52] << Server: Apache-Coyote/1.1
2400897 DEBUG [2019-06-14 14:47:52] << X-Content-Type-Options: nosniff
2400898 DEBUG [2019-06-14 14:47:52] << X-XSS-Protection: 1; mode=block
2400898 DEBUG [2019-06-14 14:47:52] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2400898 DEBUG [2019-06-14 14:47:52] << Pragma: no-cache
2400900 DEBUG [2019-06-14 14:47:52] << Expires: 0
2400900 DEBUG [2019-06-14 14:47:52] << X-Frame-Options: SAMEORIGIN
2400900 DEBUG [2019-06-14 14:47:52] << Content-Type: application/xml
2400900 DEBUG [2019-06-14 14:47:52] << Content-Length: 0
2400900 DEBUG [2019-06-14 14:47:52] << Date: Fri, 14 Jun 2019 06:47:52 GMT
2400900 DEBUG [2019-06-14 14:47:52] Connection can be kept alive indefinitely
2400900 DEBUG [2019-06-14 14:47:52] Released connection is reusable.
2400900 DEBUG [2019-06-14 14:47:52] Releasing connection [{}->http://192.168.170.129:8080][null]
2400900 DEBUG [2019-06-14 14:47:52] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2400900 DEBUG [2019-06-14 14:47:52] Notifying no-one, there are no waiting threads
2401014 DEBUG [2019-06-14 14:47:52] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2401014 DEBUG [2019-06-14 14:47:52] [{}->http://192.168.170.129:8080] total kept alive: 1, total issued: 0, total allocated: 1 out of 200
2401014 DEBUG [2019-06-14 14:47:52] Getting free connection [{}->http://192.168.170.129:8080][null]
2401014 DEBUG [2019-06-14 14:47:52] Stale connection check
2401015 DEBUG [2019-06-14 14:47:52] CookieSpec selected: default
2401015 DEBUG [2019-06-14 14:47:52] Auth cache not set in the context
2401015 DEBUG [2019-06-14 14:47:52] Target auth state: UNCHALLENGED
2401015 DEBUG [2019-06-14 14:47:52] Proxy auth state: UNCHALLENGED
2401015 DEBUG [2019-06-14 14:47:52] Attempt 1 to execute request
2401015 DEBUG [2019-06-14 14:47:52] Sending request: GET /eureka/apps/delta HTTP/1.1
2401015 DEBUG [2019-06-14 14:47:52] >> "GET /eureka/apps/delta HTTP/1.1[\r][\n]"
2401015 DEBUG [2019-06-14 14:47:52] >> "Accept: application/json[\r][\n]"
2401015 DEBUG [2019-06-14 14:47:52] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2401015 DEBUG [2019-06-14 14:47:52] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2401015 DEBUG [2019-06-14 14:47:52] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2401015 DEBUG [2019-06-14 14:47:52] >> "Accept-Encoding: gzip[\r][\n]"
2401015 DEBUG [2019-06-14 14:47:52] >> "Host: 192.168.170.129:8080[\r][\n]"
2401015 DEBUG [2019-06-14 14:47:52] >> "Connection: Keep-Alive[\r][\n]"
2401015 DEBUG [2019-06-14 14:47:52] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2401015 DEBUG [2019-06-14 14:47:52] >> "[\r][\n]"
2401015 DEBUG [2019-06-14 14:47:52] >> GET /eureka/apps/delta HTTP/1.1
2401015 DEBUG [2019-06-14 14:47:52] >> Accept: application/json
2401015 DEBUG [2019-06-14 14:47:52] >> DiscoveryIdentity-Name: DefaultClient
2401015 DEBUG [2019-06-14 14:47:52] >> DiscoveryIdentity-Version: 1.4
2401015 DEBUG [2019-06-14 14:47:52] >> DiscoveryIdentity-Id: 192.168.170.1
2401015 DEBUG [2019-06-14 14:47:52] >> Accept-Encoding: gzip
2401015 DEBUG [2019-06-14 14:47:52] >> Host: 192.168.170.129:8080
2401016 DEBUG [2019-06-14 14:47:52] >> Connection: Keep-Alive
2401016 DEBUG [2019-06-14 14:47:52] >> User-Agent: Java-EurekaClient/v1.8.6
2401017 DEBUG [2019-06-14 14:47:52] << "HTTP/1.1 200 OK[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] << "Server: Apache-Coyote/1.1[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] << "X-Content-Type-Options: nosniff[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] << "Pragma: no-cache[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] << "Expires: 0[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] << "Content-Encoding: gzip[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] << "Content-Type: application/json[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] << "Content-Length: 99[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] << "Date: Fri, 14 Jun 2019 06:47:52 GMT[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] << "[\r][\n]"
2401017 DEBUG [2019-06-14 14:47:52] Receiving response: HTTP/1.1 200 OK
2401017 DEBUG [2019-06-14 14:47:52] << HTTP/1.1 200 OK
2401017 DEBUG [2019-06-14 14:47:52] << Server: Apache-Coyote/1.1
2401017 DEBUG [2019-06-14 14:47:52] << X-Content-Type-Options: nosniff
2401017 DEBUG [2019-06-14 14:47:52] << X-XSS-Protection: 1; mode=block
2401017 DEBUG [2019-06-14 14:47:52] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2401017 DEBUG [2019-06-14 14:47:52] << Pragma: no-cache
2401017 DEBUG [2019-06-14 14:47:52] << Expires: 0
2401017 DEBUG [2019-06-14 14:47:52] << X-Frame-Options: SAMEORIGIN
2401017 DEBUG [2019-06-14 14:47:52] << Content-Encoding: gzip
2401017 DEBUG [2019-06-14 14:47:52] << Content-Type: application/json
2401017 DEBUG [2019-06-14 14:47:52] << Content-Length: 99
2401017 DEBUG [2019-06-14 14:47:52] << Date: Fri, 14 Jun 2019 06:47:52 GMT
2401017 DEBUG [2019-06-14 14:47:52] Connection can be kept alive indefinitely
2401017 DEBUG [2019-06-14 14:47:52] << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]VJ,([0xc8][0xc9]LN,[0xc9][0xcc][0xcf]+V[0xb2][0xaa]V*K-*[0x6][0xb1][0xe3][0xe3]SRsJ[0x12][0x95][0xac][0x94][0xc]M-[0xcd][0x95]t@[\n]"
2401018 DEBUG [2019-06-14 14:47:52] << "[0x81][0x82][0x19][0x89][0xc5][0x19][0xc9][0xf9])[0xa9]@[0xf1][0xe0][0x10][0xc7][0xa0][0x10]O?[0xf7]x[0xc3][0xf8][0xd0][0x80]x[0xf3]x[0x88][0x1a][0x98]aJV[0xd1][0xb1][0xb5][0xb5][0x0][0xeb][0xe9][0xbd][0xb6]`[0x0][0x0][0x0]"
2401018 DEBUG [2019-06-14 14:47:52] Released connection is reusable.
2401018 DEBUG [2019-06-14 14:47:52] Releasing connection [{}->http://192.168.170.129:8080][null]
2401018 DEBUG [2019-06-14 14:47:52] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2401018 DEBUG [2019-06-14 14:47:52] Notifying no-one, there are no waiting threads
2408352 DEBUG [2019-06-14 14:48:00] Returning cached instance of singleton bean 'sessionRepository'
2408352 DEBUG [2019-06-14 14:48:00] Cleaning up sessions expiring at Fri Jun 14 14:48:00 CST 2019
2408352 DEBUG [2019-06-14 14:48:00] Opening RedisConnection
2408359 DEBUG [2019-06-14 14:48:00] Closing Redis Connection
2408359 DEBUG [2019-06-14 14:48:00] Opening RedisConnection
2408366 DEBUG [2019-06-14 14:48:00] Closing Redis Connection
2430508 DEBUG [2019-06-14 14:48:22] Closing expired connections
2430512 DEBUG [2019-06-14 14:48:22] Closing connections idle longer than 30000 SECONDS
2430512 DEBUG [2019-06-14 14:48:22] Closing connections idle longer than 30000 SECONDS
2430547 DEBUG [2019-06-14 14:48:22] Returning cached instance of singleton bean 'eurekaClient'
2430547 DEBUG [2019-06-14 14:48:22] Returning cached instance of singleton bean 'eurekaClient'
2430555 DEBUG [2019-06-14 14:48:22] Closing connections idle longer than -1 SECONDS
2430555 DEBUG [2019-06-14 14:48:22] Closing connections idle longer than 0 SECONDS
2430555 DEBUG [2019-06-14 14:48:22] Closing connection last used @ Fri Jun 14 14:47:52 CST 2019
2430555 DEBUG [2019-06-14 14:48:22] Deleting connection [{}->http://192.168.170.129:8080][null]
2430555 DEBUG [2019-06-14 14:48:22] Connection 0.0.0.0:49785<->192.168.170.129:8080 closed
2430901 DEBUG [2019-06-14 14:48:22] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2430901 DEBUG [2019-06-14 14:48:22] [{}->http://192.168.170.129:8080] total kept alive: 0, total issued: 0, total allocated: 0 out of 200
2430901 DEBUG [2019-06-14 14:48:22] No free connections [{}->http://192.168.170.129:8080][null]
2430901 DEBUG [2019-06-14 14:48:22] Available capacity: 50 out of 50 [{}->http://192.168.170.129:8080][null]
2430901 DEBUG [2019-06-14 14:48:22] Creating new connection [{}->http://192.168.170.129:8080]
2430901 DEBUG [2019-06-14 14:48:22] Connecting to 192.168.170.129:8080
2430902 DEBUG [2019-06-14 14:48:22] CookieSpec selected: default
2430902 DEBUG [2019-06-14 14:48:22] Auth cache not set in the context
2430902 DEBUG [2019-06-14 14:48:22] Target auth state: UNCHALLENGED
2430902 DEBUG [2019-06-14 14:48:22] Proxy auth state: UNCHALLENGED
2430902 DEBUG [2019-06-14 14:48:22] Attempt 1 to execute request
2430902 DEBUG [2019-06-14 14:48:22] Sending request: PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2430902 DEBUG [2019-06-14 14:48:22] >> "PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1[\r][\n]"
2430902 DEBUG [2019-06-14 14:48:22] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2430902 DEBUG [2019-06-14 14:48:22] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2430902 DEBUG [2019-06-14 14:48:22] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2430902 DEBUG [2019-06-14 14:48:22] >> "Accept-Encoding: gzip[\r][\n]"
2430902 DEBUG [2019-06-14 14:48:22] >> "Content-Length: 0[\r][\n]"
2430903 DEBUG [2019-06-14 14:48:22] >> "Host: 192.168.170.129:8080[\r][\n]"
2430903 DEBUG [2019-06-14 14:48:22] >> "Connection: Keep-Alive[\r][\n]"
2430903 DEBUG [2019-06-14 14:48:22] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2430903 DEBUG [2019-06-14 14:48:22] >> "[\r][\n]"
2430903 DEBUG [2019-06-14 14:48:22] >> PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2430903 DEBUG [2019-06-14 14:48:22] >> DiscoveryIdentity-Name: DefaultClient
2430903 DEBUG [2019-06-14 14:48:22] >> DiscoveryIdentity-Version: 1.4
2430903 DEBUG [2019-06-14 14:48:22] >> DiscoveryIdentity-Id: 192.168.170.1
2430903 DEBUG [2019-06-14 14:48:22] >> Accept-Encoding: gzip
2430903 DEBUG [2019-06-14 14:48:22] >> Content-Length: 0
2430903 DEBUG [2019-06-14 14:48:22] >> Host: 192.168.170.129:8080
2430903 DEBUG [2019-06-14 14:48:22] >> Connection: Keep-Alive
2430903 DEBUG [2019-06-14 14:48:22] >> User-Agent: Java-EurekaClient/v1.8.6
2430904 DEBUG [2019-06-14 14:48:22] << "HTTP/1.1 200 OK[\r][\n]"
2430904 DEBUG [2019-06-14 14:48:22] << "Server: Apache-Coyote/1.1[\r][\n]"
2430904 DEBUG [2019-06-14 14:48:22] << "X-Content-Type-Options: nosniff[\r][\n]"
2430904 DEBUG [2019-06-14 14:48:22] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2430904 DEBUG [2019-06-14 14:48:22] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2430904 DEBUG [2019-06-14 14:48:22] << "Pragma: no-cache[\r][\n]"
2430904 DEBUG [2019-06-14 14:48:22] << "Expires: 0[\r][\n]"
2430904 DEBUG [2019-06-14 14:48:22] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2430904 DEBUG [2019-06-14 14:48:22] << "Content-Type: application/xml[\r][\n]"
2430904 DEBUG [2019-06-14 14:48:22] << "Content-Length: 0[\r][\n]"
2430904 DEBUG [2019-06-14 14:48:22] << "Date: Fri, 14 Jun 2019 06:48:22 GMT[\r][\n]"
2430904 DEBUG [2019-06-14 14:48:22] << "[\r][\n]"
2430904 DEBUG [2019-06-14 14:48:22] Receiving response: HTTP/1.1 200 OK
2430904 DEBUG [2019-06-14 14:48:22] << HTTP/1.1 200 OK
2430904 DEBUG [2019-06-14 14:48:22] << Server: Apache-Coyote/1.1
2430904 DEBUG [2019-06-14 14:48:22] << X-Content-Type-Options: nosniff
2430904 DEBUG [2019-06-14 14:48:22] << X-XSS-Protection: 1; mode=block
2430904 DEBUG [2019-06-14 14:48:22] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2430904 DEBUG [2019-06-14 14:48:22] << Pragma: no-cache
2430905 DEBUG [2019-06-14 14:48:22] << Expires: 0
2430905 DEBUG [2019-06-14 14:48:22] << X-Frame-Options: SAMEORIGIN
2430905 DEBUG [2019-06-14 14:48:22] << Content-Type: application/xml
2430905 DEBUG [2019-06-14 14:48:22] << Content-Length: 0
2430905 DEBUG [2019-06-14 14:48:22] << Date: Fri, 14 Jun 2019 06:48:22 GMT
2430905 DEBUG [2019-06-14 14:48:22] Connection can be kept alive indefinitely
2430905 DEBUG [2019-06-14 14:48:22] Released connection is reusable.
2430905 DEBUG [2019-06-14 14:48:22] Releasing connection [{}->http://192.168.170.129:8080][null]
2430905 DEBUG [2019-06-14 14:48:22] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2430905 DEBUG [2019-06-14 14:48:22] Notifying no-one, there are no waiting threads
2431019 DEBUG [2019-06-14 14:48:22] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2431019 DEBUG [2019-06-14 14:48:22] [{}->http://192.168.170.129:8080] total kept alive: 1, total issued: 0, total allocated: 1 out of 200
2431019 DEBUG [2019-06-14 14:48:22] Getting free connection [{}->http://192.168.170.129:8080][null]
2431019 DEBUG [2019-06-14 14:48:22] Stale connection check
2431020 DEBUG [2019-06-14 14:48:22] CookieSpec selected: default
2431020 DEBUG [2019-06-14 14:48:22] Auth cache not set in the context
2431020 DEBUG [2019-06-14 14:48:22] Target auth state: UNCHALLENGED
2431020 DEBUG [2019-06-14 14:48:22] Proxy auth state: UNCHALLENGED
2431020 DEBUG [2019-06-14 14:48:22] Attempt 1 to execute request
2431020 DEBUG [2019-06-14 14:48:22] Sending request: GET /eureka/apps/delta HTTP/1.1
2431020 DEBUG [2019-06-14 14:48:22] >> "GET /eureka/apps/delta HTTP/1.1[\r][\n]"
2431020 DEBUG [2019-06-14 14:48:22] >> "Accept: application/json[\r][\n]"
2431020 DEBUG [2019-06-14 14:48:22] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2431020 DEBUG [2019-06-14 14:48:22] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2431020 DEBUG [2019-06-14 14:48:22] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2431020 DEBUG [2019-06-14 14:48:22] >> "Accept-Encoding: gzip[\r][\n]"
2431020 DEBUG [2019-06-14 14:48:22] >> "Host: 192.168.170.129:8080[\r][\n]"
2431020 DEBUG [2019-06-14 14:48:22] >> "Connection: Keep-Alive[\r][\n]"
2431020 DEBUG [2019-06-14 14:48:22] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2431020 DEBUG [2019-06-14 14:48:22] >> "[\r][\n]"
2431020 DEBUG [2019-06-14 14:48:22] >> GET /eureka/apps/delta HTTP/1.1
2431020 DEBUG [2019-06-14 14:48:22] >> Accept: application/json
2431020 DEBUG [2019-06-14 14:48:22] >> DiscoveryIdentity-Name: DefaultClient
2431020 DEBUG [2019-06-14 14:48:22] >> DiscoveryIdentity-Version: 1.4
2431020 DEBUG [2019-06-14 14:48:22] >> DiscoveryIdentity-Id: 192.168.170.1
2431020 DEBUG [2019-06-14 14:48:22] >> Accept-Encoding: gzip
2431020 DEBUG [2019-06-14 14:48:22] >> Host: 192.168.170.129:8080
2431020 DEBUG [2019-06-14 14:48:22] >> Connection: Keep-Alive
2431020 DEBUG [2019-06-14 14:48:22] >> User-Agent: Java-EurekaClient/v1.8.6
2431021 DEBUG [2019-06-14 14:48:22] << "HTTP/1.1 200 OK[\r][\n]"
2431021 DEBUG [2019-06-14 14:48:22] << "Server: Apache-Coyote/1.1[\r][\n]"
2431022 DEBUG [2019-06-14 14:48:22] << "X-Content-Type-Options: nosniff[\r][\n]"
2431022 DEBUG [2019-06-14 14:48:22] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2431022 DEBUG [2019-06-14 14:48:22] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2431022 DEBUG [2019-06-14 14:48:22] << "Pragma: no-cache[\r][\n]"
2431022 DEBUG [2019-06-14 14:48:22] << "Expires: 0[\r][\n]"
2431022 DEBUG [2019-06-14 14:48:22] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2431022 DEBUG [2019-06-14 14:48:22] << "Content-Encoding: gzip[\r][\n]"
2431022 DEBUG [2019-06-14 14:48:22] << "Content-Type: application/json[\r][\n]"
2431022 DEBUG [2019-06-14 14:48:22] << "Content-Length: 99[\r][\n]"
2431022 DEBUG [2019-06-14 14:48:22] << "Date: Fri, 14 Jun 2019 06:48:22 GMT[\r][\n]"
2431022 DEBUG [2019-06-14 14:48:22] << "[\r][\n]"
2431022 DEBUG [2019-06-14 14:48:22] Receiving response: HTTP/1.1 200 OK
2431022 DEBUG [2019-06-14 14:48:22] << HTTP/1.1 200 OK
2431022 DEBUG [2019-06-14 14:48:22] << Server: Apache-Coyote/1.1
2431022 DEBUG [2019-06-14 14:48:22] << X-Content-Type-Options: nosniff
2431022 DEBUG [2019-06-14 14:48:22] << X-XSS-Protection: 1; mode=block
2431022 DEBUG [2019-06-14 14:48:22] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2431022 DEBUG [2019-06-14 14:48:22] << Pragma: no-cache
2431022 DEBUG [2019-06-14 14:48:22] << Expires: 0
2431022 DEBUG [2019-06-14 14:48:22] << X-Frame-Options: SAMEORIGIN
2431022 DEBUG [2019-06-14 14:48:22] << Content-Encoding: gzip
2431022 DEBUG [2019-06-14 14:48:22] << Content-Type: application/json
2431022 DEBUG [2019-06-14 14:48:22] << Content-Length: 99
2431022 DEBUG [2019-06-14 14:48:22] << Date: Fri, 14 Jun 2019 06:48:22 GMT
2431022 DEBUG [2019-06-14 14:48:22] Connection can be kept alive indefinitely
2431022 DEBUG [2019-06-14 14:48:22] << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]VJ,([0xc8][0xc9]LN,[0xc9][0xcc][0xcf]+V[0xb2][0xaa]V*K-*[0x6][0xb1][0xe3][0xe3]SRsJ[0x12][0x95][0xac][0x94][0xc]M-[0xcd][0x95]t@[\n]"
2431022 DEBUG [2019-06-14 14:48:22] << "[0x81][0x82][0x19][0x89][0xc5][0x19][0xc9][0xf9])[0xa9]@[0xf1][0xe0][0x10][0xc7][0xa0][0x10]O?[0xf7]x[0xc3][0xf8][0xd0][0x80]x[0xf3]x[0x88][0x1a][0x98]aJV[0xd1][0xb1][0xb5][0xb5][0x0][0xeb][0xe9][0xbd][0xb6]`[0x0][0x0][0x0]"
2431023 DEBUG [2019-06-14 14:48:22] Released connection is reusable.
2431023 DEBUG [2019-06-14 14:48:22] Releasing connection [{}->http://192.168.170.129:8080][null]
2431023 DEBUG [2019-06-14 14:48:22] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2431023 DEBUG [2019-06-14 14:48:22] Notifying no-one, there are no waiting threads
2460508 DEBUG [2019-06-14 14:48:52] Closing expired connections
2460512 DEBUG [2019-06-14 14:48:52] Closing connections idle longer than 30000 SECONDS
2460512 DEBUG [2019-06-14 14:48:52] Closing connections idle longer than 30000 SECONDS
2460548 DEBUG [2019-06-14 14:48:52] Returning cached instance of singleton bean 'eurekaClient'
2460548 DEBUG [2019-06-14 14:48:52] Returning cached instance of singleton bean 'eurekaClient'
2460556 DEBUG [2019-06-14 14:48:52] Closing connections idle longer than -1 SECONDS
2460556 DEBUG [2019-06-14 14:48:52] Closing connections idle longer than 0 SECONDS
2460556 DEBUG [2019-06-14 14:48:52] Closing connection last used @ Fri Jun 14 14:48:22 CST 2019
2460556 DEBUG [2019-06-14 14:48:52] Deleting connection [{}->http://192.168.170.129:8080][null]
2460556 DEBUG [2019-06-14 14:48:52] Connection 0.0.0.0:49857<->192.168.170.129:8080 closed
2460906 DEBUG [2019-06-14 14:48:52] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2460906 DEBUG [2019-06-14 14:48:52] [{}->http://192.168.170.129:8080] total kept alive: 0, total issued: 0, total allocated: 0 out of 200
2460906 DEBUG [2019-06-14 14:48:52] No free connections [{}->http://192.168.170.129:8080][null]
2460906 DEBUG [2019-06-14 14:48:52] Available capacity: 50 out of 50 [{}->http://192.168.170.129:8080][null]
2460906 DEBUG [2019-06-14 14:48:52] Creating new connection [{}->http://192.168.170.129:8080]
2460906 DEBUG [2019-06-14 14:48:52] Connecting to 192.168.170.129:8080
2460907 DEBUG [2019-06-14 14:48:52] CookieSpec selected: default
2460907 DEBUG [2019-06-14 14:48:52] Auth cache not set in the context
2460907 DEBUG [2019-06-14 14:48:52] Target auth state: UNCHALLENGED
2460907 DEBUG [2019-06-14 14:48:52] Proxy auth state: UNCHALLENGED
2460907 DEBUG [2019-06-14 14:48:52] Attempt 1 to execute request
2460907 DEBUG [2019-06-14 14:48:52] Sending request: PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2460907 DEBUG [2019-06-14 14:48:52] >> "PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1[\r][\n]"
2460907 DEBUG [2019-06-14 14:48:52] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2460907 DEBUG [2019-06-14 14:48:52] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2460907 DEBUG [2019-06-14 14:48:52] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2460908 DEBUG [2019-06-14 14:48:52] >> "Accept-Encoding: gzip[\r][\n]"
2460908 DEBUG [2019-06-14 14:48:52] >> "Content-Length: 0[\r][\n]"
2460908 DEBUG [2019-06-14 14:48:52] >> "Host: 192.168.170.129:8080[\r][\n]"
2460908 DEBUG [2019-06-14 14:48:52] >> "Connection: Keep-Alive[\r][\n]"
2460908 DEBUG [2019-06-14 14:48:52] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2460908 DEBUG [2019-06-14 14:48:52] >> "[\r][\n]"
2460908 DEBUG [2019-06-14 14:48:52] >> PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2460908 DEBUG [2019-06-14 14:48:52] >> DiscoveryIdentity-Name: DefaultClient
2460908 DEBUG [2019-06-14 14:48:52] >> DiscoveryIdentity-Version: 1.4
2460908 DEBUG [2019-06-14 14:48:52] >> DiscoveryIdentity-Id: 192.168.170.1
2460908 DEBUG [2019-06-14 14:48:52] >> Accept-Encoding: gzip
2460908 DEBUG [2019-06-14 14:48:52] >> Content-Length: 0
2460908 DEBUG [2019-06-14 14:48:52] >> Host: 192.168.170.129:8080
2460908 DEBUG [2019-06-14 14:48:52] >> Connection: Keep-Alive
2460908 DEBUG [2019-06-14 14:48:52] >> User-Agent: Java-EurekaClient/v1.8.6
2460910 DEBUG [2019-06-14 14:48:52] << "HTTP/1.1 200 OK[\r][\n]"
2460910 DEBUG [2019-06-14 14:48:52] << "Server: Apache-Coyote/1.1[\r][\n]"
2460910 DEBUG [2019-06-14 14:48:52] << "X-Content-Type-Options: nosniff[\r][\n]"
2460910 DEBUG [2019-06-14 14:48:52] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2460910 DEBUG [2019-06-14 14:48:52] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2460910 DEBUG [2019-06-14 14:48:52] << "Pragma: no-cache[\r][\n]"
2460910 DEBUG [2019-06-14 14:48:52] << "Expires: 0[\r][\n]"
2460910 DEBUG [2019-06-14 14:48:52] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2460910 DEBUG [2019-06-14 14:48:52] << "Content-Type: application/xml[\r][\n]"
2460910 DEBUG [2019-06-14 14:48:52] << "Content-Length: 0[\r][\n]"
2460910 DEBUG [2019-06-14 14:48:52] << "Date: Fri, 14 Jun 2019 06:48:52 GMT[\r][\n]"
2460910 DEBUG [2019-06-14 14:48:52] << "[\r][\n]"
2460910 DEBUG [2019-06-14 14:48:52] Receiving response: HTTP/1.1 200 OK
2460910 DEBUG [2019-06-14 14:48:52] << HTTP/1.1 200 OK
2460910 DEBUG [2019-06-14 14:48:52] << Server: Apache-Coyote/1.1
2460910 DEBUG [2019-06-14 14:48:52] << X-Content-Type-Options: nosniff
2460910 DEBUG [2019-06-14 14:48:52] << X-XSS-Protection: 1; mode=block
2460910 DEBUG [2019-06-14 14:48:52] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2460910 DEBUG [2019-06-14 14:48:52] << Pragma: no-cache
2460910 DEBUG [2019-06-14 14:48:52] << Expires: 0
2460910 DEBUG [2019-06-14 14:48:52] << X-Frame-Options: SAMEORIGIN
2460910 DEBUG [2019-06-14 14:48:52] << Content-Type: application/xml
2460910 DEBUG [2019-06-14 14:48:52] << Content-Length: 0
2460910 DEBUG [2019-06-14 14:48:52] << Date: Fri, 14 Jun 2019 06:48:52 GMT
2460910 DEBUG [2019-06-14 14:48:52] Connection can be kept alive indefinitely
2460910 DEBUG [2019-06-14 14:48:52] Released connection is reusable.
2460910 DEBUG [2019-06-14 14:48:52] Releasing connection [{}->http://192.168.170.129:8080][null]
2460910 DEBUG [2019-06-14 14:48:52] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2460911 DEBUG [2019-06-14 14:48:52] Notifying no-one, there are no waiting threads
2461024 DEBUG [2019-06-14 14:48:52] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2461024 DEBUG [2019-06-14 14:48:52] [{}->http://192.168.170.129:8080] total kept alive: 1, total issued: 0, total allocated: 1 out of 200
2461024 DEBUG [2019-06-14 14:48:52] Getting free connection [{}->http://192.168.170.129:8080][null]
2461024 DEBUG [2019-06-14 14:48:52] Stale connection check
2461026 DEBUG [2019-06-14 14:48:52] CookieSpec selected: default
2461026 DEBUG [2019-06-14 14:48:52] Auth cache not set in the context
2461026 DEBUG [2019-06-14 14:48:52] Target auth state: UNCHALLENGED
2461026 DEBUG [2019-06-14 14:48:52] Proxy auth state: UNCHALLENGED
2461026 DEBUG [2019-06-14 14:48:52] Attempt 1 to execute request
2461026 DEBUG [2019-06-14 14:48:52] Sending request: GET /eureka/apps/delta HTTP/1.1
2461027 DEBUG [2019-06-14 14:48:52] >> "GET /eureka/apps/delta HTTP/1.1[\r][\n]"
2461027 DEBUG [2019-06-14 14:48:52] >> "Accept: application/json[\r][\n]"
2461027 DEBUG [2019-06-14 14:48:52] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2461027 DEBUG [2019-06-14 14:48:52] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2461027 DEBUG [2019-06-14 14:48:52] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2461027 DEBUG [2019-06-14 14:48:52] >> "Accept-Encoding: gzip[\r][\n]"
2461027 DEBUG [2019-06-14 14:48:52] >> "Host: 192.168.170.129:8080[\r][\n]"
2461027 DEBUG [2019-06-14 14:48:52] >> "Connection: Keep-Alive[\r][\n]"
2461027 DEBUG [2019-06-14 14:48:52] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2461027 DEBUG [2019-06-14 14:48:52] >> "[\r][\n]"
2461027 DEBUG [2019-06-14 14:48:52] >> GET /eureka/apps/delta HTTP/1.1
2461027 DEBUG [2019-06-14 14:48:52] >> Accept: application/json
2461027 DEBUG [2019-06-14 14:48:52] >> DiscoveryIdentity-Name: DefaultClient
2461027 DEBUG [2019-06-14 14:48:52] >> DiscoveryIdentity-Version: 1.4
2461027 DEBUG [2019-06-14 14:48:52] >> DiscoveryIdentity-Id: 192.168.170.1
2461027 DEBUG [2019-06-14 14:48:52] >> Accept-Encoding: gzip
2461027 DEBUG [2019-06-14 14:48:52] >> Host: 192.168.170.129:8080
2461027 DEBUG [2019-06-14 14:48:52] >> Connection: Keep-Alive
2461027 DEBUG [2019-06-14 14:48:52] >> User-Agent: Java-EurekaClient/v1.8.6
2461029 DEBUG [2019-06-14 14:48:52] << "HTTP/1.1 200 OK[\r][\n]"
2461029 DEBUG [2019-06-14 14:48:52] << "Server: Apache-Coyote/1.1[\r][\n]"
2461029 DEBUG [2019-06-14 14:48:52] << "X-Content-Type-Options: nosniff[\r][\n]"
2461029 DEBUG [2019-06-14 14:48:52] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2461029 DEBUG [2019-06-14 14:48:52] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2461029 DEBUG [2019-06-14 14:48:52] << "Pragma: no-cache[\r][\n]"
2461029 DEBUG [2019-06-14 14:48:52] << "Expires: 0[\r][\n]"
2461029 DEBUG [2019-06-14 14:48:52] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2461029 DEBUG [2019-06-14 14:48:52] << "Content-Encoding: gzip[\r][\n]"
2461029 DEBUG [2019-06-14 14:48:52] << "Content-Type: application/json[\r][\n]"
2461029 DEBUG [2019-06-14 14:48:52] << "Content-Length: 99[\r][\n]"
2461030 DEBUG [2019-06-14 14:48:52] << "Date: Fri, 14 Jun 2019 06:48:52 GMT[\r][\n]"
2461030 DEBUG [2019-06-14 14:48:52] << "[\r][\n]"
2461030 DEBUG [2019-06-14 14:48:52] Receiving response: HTTP/1.1 200 OK
2461030 DEBUG [2019-06-14 14:48:52] << HTTP/1.1 200 OK
2461030 DEBUG [2019-06-14 14:48:52] << Server: Apache-Coyote/1.1
2461030 DEBUG [2019-06-14 14:48:52] << X-Content-Type-Options: nosniff
2461030 DEBUG [2019-06-14 14:48:52] << X-XSS-Protection: 1; mode=block
2461030 DEBUG [2019-06-14 14:48:52] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2461030 DEBUG [2019-06-14 14:48:52] << Pragma: no-cache
2461030 DEBUG [2019-06-14 14:48:52] << Expires: 0
2461030 DEBUG [2019-06-14 14:48:52] << X-Frame-Options: SAMEORIGIN
2461030 DEBUG [2019-06-14 14:48:52] << Content-Encoding: gzip
2461030 DEBUG [2019-06-14 14:48:52] << Content-Type: application/json
2461030 DEBUG [2019-06-14 14:48:52] << Content-Length: 99
2461030 DEBUG [2019-06-14 14:48:52] << Date: Fri, 14 Jun 2019 06:48:52 GMT
2461030 DEBUG [2019-06-14 14:48:52] Connection can be kept alive indefinitely
2461030 DEBUG [2019-06-14 14:48:52] << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]VJ,([0xc8][0xc9]LN,[0xc9][0xcc][0xcf]+V[0xb2][0xaa]V*K-*[0x6][0xb1][0xe3][0xe3]SRsJ[0x12][0x95][0xac][0x94][0xc]M--[0x94]t@[\n]"
2461030 DEBUG [2019-06-14 14:48:52] << "[0x81][0x82][0x19][0x89][0xc5][0x19][0xc9][0xf9])[0xa9]@[0xf1][0xe0][0x10][0xc7][0xa0][0x10]O?[0xf7]x[0xc3][0xf8][0xd0][0x80]x[0xf3]x[0x88][0x1a][0x98]aJV[0xd1][0xb1][0xb5][0xb5][0x0][0xf7]E[0xbf]8`[0x0][0x0][0x0]"
2461031 DEBUG [2019-06-14 14:48:52] Released connection is reusable.
2461031 DEBUG [2019-06-14 14:48:52] Releasing connection [{}->http://192.168.170.129:8080][null]
2461031 DEBUG [2019-06-14 14:48:52] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2461031 DEBUG [2019-06-14 14:48:52] Notifying no-one, there are no waiting threads
2468351 DEBUG [2019-06-14 14:49:00] Returning cached instance of singleton bean 'sessionRepository'
2468351 DEBUG [2019-06-14 14:49:00] Cleaning up sessions expiring at Fri Jun 14 14:49:00 CST 2019
2468351 DEBUG [2019-06-14 14:49:00] Opening RedisConnection
2468358 DEBUG [2019-06-14 14:49:00] Closing Redis Connection
2468358 DEBUG [2019-06-14 14:49:00] Opening RedisConnection
2468366 DEBUG [2019-06-14 14:49:00] Closing Redis Connection
2490509 DEBUG [2019-06-14 14:49:22] Closing expired connections
2490514 DEBUG [2019-06-14 14:49:22] Closing connections idle longer than 30000 SECONDS
2490514 DEBUG [2019-06-14 14:49:22] Closing connections idle longer than 30000 SECONDS
2490549 DEBUG [2019-06-14 14:49:22] Returning cached instance of singleton bean 'eurekaClient'
2490549 DEBUG [2019-06-14 14:49:22] Returning cached instance of singleton bean 'eurekaClient'
2490557 DEBUG [2019-06-14 14:49:22] Closing connections idle longer than -1 SECONDS
2490557 DEBUG [2019-06-14 14:49:22] Closing connections idle longer than 0 SECONDS
2490557 DEBUG [2019-06-14 14:49:22] Closing connection last used @ Fri Jun 14 14:48:52 CST 2019
2490557 DEBUG [2019-06-14 14:49:22] Deleting connection [{}->http://192.168.170.129:8080][null]
2490557 DEBUG [2019-06-14 14:49:22] Connection 0.0.0.0:49996<->192.168.170.129:8080 closed
2490911 DEBUG [2019-06-14 14:49:22] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2490911 DEBUG [2019-06-14 14:49:22] [{}->http://192.168.170.129:8080] total kept alive: 0, total issued: 0, total allocated: 0 out of 200
2490911 DEBUG [2019-06-14 14:49:22] No free connections [{}->http://192.168.170.129:8080][null]
2490911 DEBUG [2019-06-14 14:49:22] Available capacity: 50 out of 50 [{}->http://192.168.170.129:8080][null]
2490911 DEBUG [2019-06-14 14:49:22] Creating new connection [{}->http://192.168.170.129:8080]
2490911 DEBUG [2019-06-14 14:49:22] Connecting to 192.168.170.129:8080
2490912 DEBUG [2019-06-14 14:49:22] CookieSpec selected: default
2490912 DEBUG [2019-06-14 14:49:22] Auth cache not set in the context
2490912 DEBUG [2019-06-14 14:49:22] Target auth state: UNCHALLENGED
2490912 DEBUG [2019-06-14 14:49:22] Proxy auth state: UNCHALLENGED
2490912 DEBUG [2019-06-14 14:49:22] Attempt 1 to execute request
2490912 DEBUG [2019-06-14 14:49:22] Sending request: PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2490912 DEBUG [2019-06-14 14:49:22] >> "PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1[\r][\n]"
2490912 DEBUG [2019-06-14 14:49:22] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2490912 DEBUG [2019-06-14 14:49:22] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2490912 DEBUG [2019-06-14 14:49:22] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2490912 DEBUG [2019-06-14 14:49:22] >> "Accept-Encoding: gzip[\r][\n]"
2490912 DEBUG [2019-06-14 14:49:22] >> "Content-Length: 0[\r][\n]"
2490912 DEBUG [2019-06-14 14:49:22] >> "Host: 192.168.170.129:8080[\r][\n]"
2490912 DEBUG [2019-06-14 14:49:22] >> "Connection: Keep-Alive[\r][\n]"
2490912 DEBUG [2019-06-14 14:49:22] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2490912 DEBUG [2019-06-14 14:49:22] >> "[\r][\n]"
2490912 DEBUG [2019-06-14 14:49:22] >> PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2490912 DEBUG [2019-06-14 14:49:22] >> DiscoveryIdentity-Name: DefaultClient
2490912 DEBUG [2019-06-14 14:49:22] >> DiscoveryIdentity-Version: 1.4
2490912 DEBUG [2019-06-14 14:49:22] >> DiscoveryIdentity-Id: 192.168.170.1
2490912 DEBUG [2019-06-14 14:49:22] >> Accept-Encoding: gzip
2490912 DEBUG [2019-06-14 14:49:22] >> Content-Length: 0
2490912 DEBUG [2019-06-14 14:49:22] >> Host: 192.168.170.129:8080
2490912 DEBUG [2019-06-14 14:49:22] >> Connection: Keep-Alive
2490912 DEBUG [2019-06-14 14:49:22] >> User-Agent: Java-EurekaClient/v1.8.6
2490913 DEBUG [2019-06-14 14:49:22] << "HTTP/1.1 200 OK[\r][\n]"
2490913 DEBUG [2019-06-14 14:49:22] << "Server: Apache-Coyote/1.1[\r][\n]"
2490913 DEBUG [2019-06-14 14:49:22] << "X-Content-Type-Options: nosniff[\r][\n]"
2490913 DEBUG [2019-06-14 14:49:22] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2490913 DEBUG [2019-06-14 14:49:22] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2490913 DEBUG [2019-06-14 14:49:22] << "Pragma: no-cache[\r][\n]"
2490913 DEBUG [2019-06-14 14:49:22] << "Expires: 0[\r][\n]"
2490913 DEBUG [2019-06-14 14:49:22] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2490913 DEBUG [2019-06-14 14:49:22] << "Content-Type: application/xml[\r][\n]"
2490913 DEBUG [2019-06-14 14:49:22] << "Content-Length: 0[\r][\n]"
2490913 DEBUG [2019-06-14 14:49:22] << "Date: Fri, 14 Jun 2019 06:49:22 GMT[\r][\n]"
2490913 DEBUG [2019-06-14 14:49:22] << "[\r][\n]"
2490913 DEBUG [2019-06-14 14:49:22] Receiving response: HTTP/1.1 200 OK
2490913 DEBUG [2019-06-14 14:49:22] << HTTP/1.1 200 OK
2490913 DEBUG [2019-06-14 14:49:22] << Server: Apache-Coyote/1.1
2490913 DEBUG [2019-06-14 14:49:22] << X-Content-Type-Options: nosniff
2490914 DEBUG [2019-06-14 14:49:22] << X-XSS-Protection: 1; mode=block
2490914 DEBUG [2019-06-14 14:49:22] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2490914 DEBUG [2019-06-14 14:49:22] << Pragma: no-cache
2490914 DEBUG [2019-06-14 14:49:22] << Expires: 0
2490914 DEBUG [2019-06-14 14:49:22] << X-Frame-Options: SAMEORIGIN
2490914 DEBUG [2019-06-14 14:49:22] << Content-Type: application/xml
2490914 DEBUG [2019-06-14 14:49:22] << Content-Length: 0
2490914 DEBUG [2019-06-14 14:49:22] << Date: Fri, 14 Jun 2019 06:49:22 GMT
2490914 DEBUG [2019-06-14 14:49:22] Connection can be kept alive indefinitely
2490914 DEBUG [2019-06-14 14:49:22] Released connection is reusable.
2490914 DEBUG [2019-06-14 14:49:22] Releasing connection [{}->http://192.168.170.129:8080][null]
2490914 DEBUG [2019-06-14 14:49:22] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2490914 DEBUG [2019-06-14 14:49:22] Notifying no-one, there are no waiting threads
2491032 DEBUG [2019-06-14 14:49:22] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2491032 DEBUG [2019-06-14 14:49:22] [{}->http://192.168.170.129:8080] total kept alive: 1, total issued: 0, total allocated: 1 out of 200
2491032 DEBUG [2019-06-14 14:49:22] Getting free connection [{}->http://192.168.170.129:8080][null]
2491032 DEBUG [2019-06-14 14:49:22] Stale connection check
2491033 DEBUG [2019-06-14 14:49:22] CookieSpec selected: default
2491033 DEBUG [2019-06-14 14:49:22] Auth cache not set in the context
2491033 DEBUG [2019-06-14 14:49:22] Target auth state: UNCHALLENGED
2491033 DEBUG [2019-06-14 14:49:22] Proxy auth state: UNCHALLENGED
2491033 DEBUG [2019-06-14 14:49:22] Attempt 1 to execute request
2491033 DEBUG [2019-06-14 14:49:22] Sending request: GET /eureka/apps/delta HTTP/1.1
2491033 DEBUG [2019-06-14 14:49:22] >> "GET /eureka/apps/delta HTTP/1.1[\r][\n]"
2491033 DEBUG [2019-06-14 14:49:22] >> "Accept: application/json[\r][\n]"
2491033 DEBUG [2019-06-14 14:49:22] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2491033 DEBUG [2019-06-14 14:49:22] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2491033 DEBUG [2019-06-14 14:49:22] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2491033 DEBUG [2019-06-14 14:49:22] >> "Accept-Encoding: gzip[\r][\n]"
2491033 DEBUG [2019-06-14 14:49:22] >> "Host: 192.168.170.129:8080[\r][\n]"
2491033 DEBUG [2019-06-14 14:49:22] >> "Connection: Keep-Alive[\r][\n]"
2491033 DEBUG [2019-06-14 14:49:22] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2491033 DEBUG [2019-06-14 14:49:22] >> "[\r][\n]"
2491033 DEBUG [2019-06-14 14:49:22] >> GET /eureka/apps/delta HTTP/1.1
2491033 DEBUG [2019-06-14 14:49:22] >> Accept: application/json
2491033 DEBUG [2019-06-14 14:49:22] >> DiscoveryIdentity-Name: DefaultClient
2491033 DEBUG [2019-06-14 14:49:22] >> DiscoveryIdentity-Version: 1.4
2491033 DEBUG [2019-06-14 14:49:22] >> DiscoveryIdentity-Id: 192.168.170.1
2491033 DEBUG [2019-06-14 14:49:22] >> Accept-Encoding: gzip
2491033 DEBUG [2019-06-14 14:49:22] >> Host: 192.168.170.129:8080
2491033 DEBUG [2019-06-14 14:49:22] >> Connection: Keep-Alive
2491033 DEBUG [2019-06-14 14:49:22] >> User-Agent: Java-EurekaClient/v1.8.6
2491034 DEBUG [2019-06-14 14:49:22] << "HTTP/1.1 200 OK[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] << "Server: Apache-Coyote/1.1[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] << "X-Content-Type-Options: nosniff[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] << "Pragma: no-cache[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] << "Expires: 0[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] << "Content-Encoding: gzip[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] << "Content-Type: application/json[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] << "Content-Length: 99[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] << "Date: Fri, 14 Jun 2019 06:49:22 GMT[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] << "[\r][\n]"
2491034 DEBUG [2019-06-14 14:49:22] Receiving response: HTTP/1.1 200 OK
2491034 DEBUG [2019-06-14 14:49:22] << HTTP/1.1 200 OK
2491034 DEBUG [2019-06-14 14:49:22] << Server: Apache-Coyote/1.1
2491034 DEBUG [2019-06-14 14:49:22] << X-Content-Type-Options: nosniff
2491034 DEBUG [2019-06-14 14:49:22] << X-XSS-Protection: 1; mode=block
2491034 DEBUG [2019-06-14 14:49:22] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2491034 DEBUG [2019-06-14 14:49:22] << Pragma: no-cache
2491034 DEBUG [2019-06-14 14:49:22] << Expires: 0
2491034 DEBUG [2019-06-14 14:49:22] << X-Frame-Options: SAMEORIGIN
2491034 DEBUG [2019-06-14 14:49:22] << Content-Encoding: gzip
2491034 DEBUG [2019-06-14 14:49:22] << Content-Type: application/json
2491034 DEBUG [2019-06-14 14:49:22] << Content-Length: 99
2491034 DEBUG [2019-06-14 14:49:22] << Date: Fri, 14 Jun 2019 06:49:22 GMT
2491036 DEBUG [2019-06-14 14:49:22] Connection can be kept alive indefinitely
2491036 DEBUG [2019-06-14 14:49:22] << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]VJ,([0xc8][0xc9]LN,[0xc9][0xcc][0xcf]+V[0xb2][0xaa]V*K-*[0x6][0xb1][0xe3][0xe3]SRsJ[0x12][0x95][0xac][0x94][0xc]M--[0x94]t@[\n]"
2491036 DEBUG [2019-06-14 14:49:22] << "[0x81][0x82][0x19][0x89][0xc5][0x19][0xc9][0xf9])[0xa9]@[0xf1][0xe0][0x10][0xc7][0xa0][0x10]O?[0xf7]x[0xc3][0xf8][0xd0][0x80]x[0xf3]x[0x88][0x1a][0x98]aJV[0xd1][0xb1][0xb5][0xb5][0x0][0xf7]E[0xbf]8`[0x0][0x0][0x0]"
2491036 DEBUG [2019-06-14 14:49:22] Released connection is reusable.
2491036 DEBUG [2019-06-14 14:49:22] Releasing connection [{}->http://192.168.170.129:8080][null]
2491036 DEBUG [2019-06-14 14:49:22] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2491036 DEBUG [2019-06-14 14:49:22] Notifying no-one, there are no waiting threads
2520509 DEBUG [2019-06-14 14:49:52] Closing expired connections
2520514 DEBUG [2019-06-14 14:49:52] Closing connections idle longer than 30000 SECONDS
2520514 DEBUG [2019-06-14 14:49:52] Closing connections idle longer than 30000 SECONDS
2520550 DEBUG [2019-06-14 14:49:52] Returning cached instance of singleton bean 'eurekaClient'
2520550 DEBUG [2019-06-14 14:49:52] Returning cached instance of singleton bean 'eurekaClient'
2520558 DEBUG [2019-06-14 14:49:52] Closing connections idle longer than -1 SECONDS
2520558 DEBUG [2019-06-14 14:49:52] Closing connections idle longer than 0 SECONDS
2520558 DEBUG [2019-06-14 14:49:52] Closing connection last used @ Fri Jun 14 14:49:22 CST 2019
2520558 DEBUG [2019-06-14 14:49:52] Deleting connection [{}->http://192.168.170.129:8080][null]
2520558 DEBUG [2019-06-14 14:49:52] Connection 0.0.0.0:50136<->192.168.170.129:8080 closed
2520915 DEBUG [2019-06-14 14:49:52] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2520915 DEBUG [2019-06-14 14:49:52] [{}->http://192.168.170.129:8080] total kept alive: 0, total issued: 0, total allocated: 0 out of 200
2520915 DEBUG [2019-06-14 14:49:52] No free connections [{}->http://192.168.170.129:8080][null]
2520915 DEBUG [2019-06-14 14:49:52] Available capacity: 50 out of 50 [{}->http://192.168.170.129:8080][null]
2520915 DEBUG [2019-06-14 14:49:52] Creating new connection [{}->http://192.168.170.129:8080]
2520916 DEBUG [2019-06-14 14:49:52] Connecting to 192.168.170.129:8080
2520917 DEBUG [2019-06-14 14:49:52] CookieSpec selected: default
2520917 DEBUG [2019-06-14 14:49:52] Auth cache not set in the context
2520917 DEBUG [2019-06-14 14:49:52] Target auth state: UNCHALLENGED
2520917 DEBUG [2019-06-14 14:49:52] Proxy auth state: UNCHALLENGED
2520917 DEBUG [2019-06-14 14:49:52] Attempt 1 to execute request
2520917 DEBUG [2019-06-14 14:49:52] Sending request: PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2520917 DEBUG [2019-06-14 14:49:52] >> "PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1[\r][\n]"
2520917 DEBUG [2019-06-14 14:49:52] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2520917 DEBUG [2019-06-14 14:49:52] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2520918 DEBUG [2019-06-14 14:49:52] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2520918 DEBUG [2019-06-14 14:49:52] >> "Accept-Encoding: gzip[\r][\n]"
2520918 DEBUG [2019-06-14 14:49:52] >> "Content-Length: 0[\r][\n]"
2520918 DEBUG [2019-06-14 14:49:52] >> "Host: 192.168.170.129:8080[\r][\n]"
2520918 DEBUG [2019-06-14 14:49:52] >> "Connection: Keep-Alive[\r][\n]"
2520918 DEBUG [2019-06-14 14:49:52] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2520918 DEBUG [2019-06-14 14:49:52] >> "[\r][\n]"
2520918 DEBUG [2019-06-14 14:49:52] >> PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2520918 DEBUG [2019-06-14 14:49:52] >> DiscoveryIdentity-Name: DefaultClient
2520918 DEBUG [2019-06-14 14:49:52] >> DiscoveryIdentity-Version: 1.4
2520918 DEBUG [2019-06-14 14:49:52] >> DiscoveryIdentity-Id: 192.168.170.1
2520918 DEBUG [2019-06-14 14:49:52] >> Accept-Encoding: gzip
2520918 DEBUG [2019-06-14 14:49:52] >> Content-Length: 0
2520918 DEBUG [2019-06-14 14:49:52] >> Host: 192.168.170.129:8080
2520918 DEBUG [2019-06-14 14:49:52] >> Connection: Keep-Alive
2520918 DEBUG [2019-06-14 14:49:52] >> User-Agent: Java-EurekaClient/v1.8.6
2520920 DEBUG [2019-06-14 14:49:52] << "HTTP/1.1 200 OK[\r][\n]"
2520920 DEBUG [2019-06-14 14:49:52] << "Server: Apache-Coyote/1.1[\r][\n]"
2520920 DEBUG [2019-06-14 14:49:52] << "X-Content-Type-Options: nosniff[\r][\n]"
2520920 DEBUG [2019-06-14 14:49:52] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2520920 DEBUG [2019-06-14 14:49:52] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2520920 DEBUG [2019-06-14 14:49:52] << "Pragma: no-cache[\r][\n]"
2520920 DEBUG [2019-06-14 14:49:52] << "Expires: 0[\r][\n]"
2520920 DEBUG [2019-06-14 14:49:52] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2520920 DEBUG [2019-06-14 14:49:52] << "Content-Type: application/xml[\r][\n]"
2520920 DEBUG [2019-06-14 14:49:52] << "Content-Length: 0[\r][\n]"
2520920 DEBUG [2019-06-14 14:49:52] << "Date: Fri, 14 Jun 2019 06:49:52 GMT[\r][\n]"
2520920 DEBUG [2019-06-14 14:49:52] << "[\r][\n]"
2520921 DEBUG [2019-06-14 14:49:52] Receiving response: HTTP/1.1 200 OK
2520921 DEBUG [2019-06-14 14:49:52] << HTTP/1.1 200 OK
2520921 DEBUG [2019-06-14 14:49:52] << Server: Apache-Coyote/1.1
2520921 DEBUG [2019-06-14 14:49:52] << X-Content-Type-Options: nosniff
2520921 DEBUG [2019-06-14 14:49:52] << X-XSS-Protection: 1; mode=block
2520921 DEBUG [2019-06-14 14:49:52] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2520921 DEBUG [2019-06-14 14:49:52] << Pragma: no-cache
2520921 DEBUG [2019-06-14 14:49:52] << Expires: 0
2520921 DEBUG [2019-06-14 14:49:52] << X-Frame-Options: SAMEORIGIN
2520921 DEBUG [2019-06-14 14:49:52] << Content-Type: application/xml
2520921 DEBUG [2019-06-14 14:49:52] << Content-Length: 0
2520921 DEBUG [2019-06-14 14:49:52] << Date: Fri, 14 Jun 2019 06:49:52 GMT
2520921 DEBUG [2019-06-14 14:49:52] Connection can be kept alive indefinitely
2520921 DEBUG [2019-06-14 14:49:52] Released connection is reusable.
2520921 DEBUG [2019-06-14 14:49:52] Releasing connection [{}->http://192.168.170.129:8080][null]
2520921 DEBUG [2019-06-14 14:49:52] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2520921 DEBUG [2019-06-14 14:49:52] Notifying no-one, there are no waiting threads
2521038 DEBUG [2019-06-14 14:49:52] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2521038 DEBUG [2019-06-14 14:49:52] [{}->http://192.168.170.129:8080] total kept alive: 1, total issued: 0, total allocated: 1 out of 200
2521038 DEBUG [2019-06-14 14:49:52] Getting free connection [{}->http://192.168.170.129:8080][null]
2521038 DEBUG [2019-06-14 14:49:52] Stale connection check
2521040 DEBUG [2019-06-14 14:49:52] CookieSpec selected: default
2521040 DEBUG [2019-06-14 14:49:52] Auth cache not set in the context
2521040 DEBUG [2019-06-14 14:49:52] Target auth state: UNCHALLENGED
2521040 DEBUG [2019-06-14 14:49:52] Proxy auth state: UNCHALLENGED
2521040 DEBUG [2019-06-14 14:49:52] Attempt 1 to execute request
2521040 DEBUG [2019-06-14 14:49:52] Sending request: GET /eureka/apps/delta HTTP/1.1
2521040 DEBUG [2019-06-14 14:49:52] >> "GET /eureka/apps/delta HTTP/1.1[\r][\n]"
2521040 DEBUG [2019-06-14 14:49:52] >> "Accept: application/json[\r][\n]"
2521041 DEBUG [2019-06-14 14:49:52] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2521041 DEBUG [2019-06-14 14:49:52] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2521041 DEBUG [2019-06-14 14:49:52] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2521041 DEBUG [2019-06-14 14:49:52] >> "Accept-Encoding: gzip[\r][\n]"
2521041 DEBUG [2019-06-14 14:49:52] >> "Host: 192.168.170.129:8080[\r][\n]"
2521041 DEBUG [2019-06-14 14:49:52] >> "Connection: Keep-Alive[\r][\n]"
2521041 DEBUG [2019-06-14 14:49:52] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2521041 DEBUG [2019-06-14 14:49:52] >> "[\r][\n]"
2521041 DEBUG [2019-06-14 14:49:52] >> GET /eureka/apps/delta HTTP/1.1
2521041 DEBUG [2019-06-14 14:49:52] >> Accept: application/json
2521041 DEBUG [2019-06-14 14:49:52] >> DiscoveryIdentity-Name: DefaultClient
2521041 DEBUG [2019-06-14 14:49:52] >> DiscoveryIdentity-Version: 1.4
2521041 DEBUG [2019-06-14 14:49:52] >> DiscoveryIdentity-Id: 192.168.170.1
2521041 DEBUG [2019-06-14 14:49:52] >> Accept-Encoding: gzip
2521041 DEBUG [2019-06-14 14:49:52] >> Host: 192.168.170.129:8080
2521041 DEBUG [2019-06-14 14:49:52] >> Connection: Keep-Alive
2521041 DEBUG [2019-06-14 14:49:52] >> User-Agent: Java-EurekaClient/v1.8.6
2521043 DEBUG [2019-06-14 14:49:52] << "HTTP/1.1 200 OK[\r][\n]"
2521043 DEBUG [2019-06-14 14:49:52] << "Server: Apache-Coyote/1.1[\r][\n]"
2521043 DEBUG [2019-06-14 14:49:52] << "X-Content-Type-Options: nosniff[\r][\n]"
2521043 DEBUG [2019-06-14 14:49:52] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2521043 DEBUG [2019-06-14 14:49:52] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2521043 DEBUG [2019-06-14 14:49:52] << "Pragma: no-cache[\r][\n]"
2521043 DEBUG [2019-06-14 14:49:52] << "Expires: 0[\r][\n]"
2521043 DEBUG [2019-06-14 14:49:52] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2521043 DEBUG [2019-06-14 14:49:52] << "Content-Encoding: gzip[\r][\n]"
2521043 DEBUG [2019-06-14 14:49:52] << "Content-Type: application/json[\r][\n]"
2521043 DEBUG [2019-06-14 14:49:52] << "Content-Length: 99[\r][\n]"
2521044 DEBUG [2019-06-14 14:49:52] << "Date: Fri, 14 Jun 2019 06:49:52 GMT[\r][\n]"
2521044 DEBUG [2019-06-14 14:49:52] << "[\r][\n]"
2521044 DEBUG [2019-06-14 14:49:52] Receiving response: HTTP/1.1 200 OK
2521044 DEBUG [2019-06-14 14:49:52] << HTTP/1.1 200 OK
2521044 DEBUG [2019-06-14 14:49:52] << Server: Apache-Coyote/1.1
2521044 DEBUG [2019-06-14 14:49:52] << X-Content-Type-Options: nosniff
2521044 DEBUG [2019-06-14 14:49:52] << X-XSS-Protection: 1; mode=block
2521044 DEBUG [2019-06-14 14:49:52] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2521044 DEBUG [2019-06-14 14:49:52] << Pragma: no-cache
2521044 DEBUG [2019-06-14 14:49:52] << Expires: 0
2521044 DEBUG [2019-06-14 14:49:52] << X-Frame-Options: SAMEORIGIN
2521044 DEBUG [2019-06-14 14:49:52] << Content-Encoding: gzip
2521044 DEBUG [2019-06-14 14:49:52] << Content-Type: application/json
2521044 DEBUG [2019-06-14 14:49:52] << Content-Length: 99
2521044 DEBUG [2019-06-14 14:49:52] << Date: Fri, 14 Jun 2019 06:49:52 GMT
2521044 DEBUG [2019-06-14 14:49:52] Connection can be kept alive indefinitely
2521044 DEBUG [2019-06-14 14:49:52] << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]VJ,([0xc8][0xc9]LN,[0xc9][0xcc][0xcf]+V[0xb2][0xaa]V*K-*[0x6][0xb1][0xe3][0xe3]SRsJ[0x12][0x95][0xac][0x94][0xc]M--[0x94]t@[\n]"
2521045 DEBUG [2019-06-14 14:49:52] << "[0x81][0x82][0x19][0x89][0xc5][0x19][0xc9][0xf9])[0xa9]@[0xf1][0xe0][0x10][0xc7][0xa0][0x10]O?[0xf7]x[0xc3][0xf8][0xd0][0x80]x[0xf3]x[0x88][0x1a][0x98]aJV[0xd1][0xb1][0xb5][0xb5][0x0][0xf7]E[0xbf]8`[0x0][0x0][0x0]"
2521045 DEBUG [2019-06-14 14:49:52] Released connection is reusable.
2521045 DEBUG [2019-06-14 14:49:52] Releasing connection [{}->http://192.168.170.129:8080][null]
2521045 DEBUG [2019-06-14 14:49:52] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2521045 DEBUG [2019-06-14 14:49:52] Notifying no-one, there are no waiting threads
2528352 DEBUG [2019-06-14 14:50:00] Returning cached instance of singleton bean 'sessionRepository'
2528352 DEBUG [2019-06-14 14:50:00] Cleaning up sessions expiring at Fri Jun 14 14:50:00 CST 2019
2528352 DEBUG [2019-06-14 14:50:00] Opening RedisConnection
2528361 DEBUG [2019-06-14 14:50:00] Closing Redis Connection
2528361 DEBUG [2019-06-14 14:50:00] Opening RedisConnection
2528369 DEBUG [2019-06-14 14:50:00] Closing Redis Connection
2550510 DEBUG [2019-06-14 14:50:22] Closing expired connections
2550515 DEBUG [2019-06-14 14:50:22] Closing connections idle longer than 30000 SECONDS
2550515 DEBUG [2019-06-14 14:50:22] Closing connections idle longer than 30000 SECONDS
2550552 DEBUG [2019-06-14 14:50:22] Returning cached instance of singleton bean 'eurekaClient'
2550552 DEBUG [2019-06-14 14:50:22] Returning cached instance of singleton bean 'eurekaClient'
2550559 DEBUG [2019-06-14 14:50:22] Closing connections idle longer than -1 SECONDS
2550559 DEBUG [2019-06-14 14:50:22] Closing connections idle longer than 0 SECONDS
2550559 DEBUG [2019-06-14 14:50:22] Closing connection last used @ Fri Jun 14 14:49:52 CST 2019
2550559 DEBUG [2019-06-14 14:50:22] Deleting connection [{}->http://192.168.170.129:8080][null]
2550559 DEBUG [2019-06-14 14:50:22] Connection 0.0.0.0:50224<->192.168.170.129:8080 closed
2550923 DEBUG [2019-06-14 14:50:22] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2550923 DEBUG [2019-06-14 14:50:22] [{}->http://192.168.170.129:8080] total kept alive: 0, total issued: 0, total allocated: 0 out of 200
2550923 DEBUG [2019-06-14 14:50:22] No free connections [{}->http://192.168.170.129:8080][null]
2550923 DEBUG [2019-06-14 14:50:22] Available capacity: 50 out of 50 [{}->http://192.168.170.129:8080][null]
2550923 DEBUG [2019-06-14 14:50:22] Creating new connection [{}->http://192.168.170.129:8080]
2550923 DEBUG [2019-06-14 14:50:22] Connecting to 192.168.170.129:8080
2550924 DEBUG [2019-06-14 14:50:22] CookieSpec selected: default
2550924 DEBUG [2019-06-14 14:50:22] Auth cache not set in the context
2550924 DEBUG [2019-06-14 14:50:22] Target auth state: UNCHALLENGED
2550924 DEBUG [2019-06-14 14:50:22] Proxy auth state: UNCHALLENGED
2550924 DEBUG [2019-06-14 14:50:22] Attempt 1 to execute request
2550924 DEBUG [2019-06-14 14:50:22] Sending request: PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2550924 DEBUG [2019-06-14 14:50:22] >> "PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1[\r][\n]"
2550924 DEBUG [2019-06-14 14:50:22] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2550924 DEBUG [2019-06-14 14:50:22] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2550925 DEBUG [2019-06-14 14:50:22] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2550925 DEBUG [2019-06-14 14:50:22] >> "Accept-Encoding: gzip[\r][\n]"
2550925 DEBUG [2019-06-14 14:50:22] >> "Content-Length: 0[\r][\n]"
2550925 DEBUG [2019-06-14 14:50:22] >> "Host: 192.168.170.129:8080[\r][\n]"
2550925 DEBUG [2019-06-14 14:50:22] >> "Connection: Keep-Alive[\r][\n]"
2550925 DEBUG [2019-06-14 14:50:22] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2550925 DEBUG [2019-06-14 14:50:22] >> "[\r][\n]"
2550925 DEBUG [2019-06-14 14:50:22] >> PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2550925 DEBUG [2019-06-14 14:50:22] >> DiscoveryIdentity-Name: DefaultClient
2550925 DEBUG [2019-06-14 14:50:22] >> DiscoveryIdentity-Version: 1.4
2550925 DEBUG [2019-06-14 14:50:22] >> DiscoveryIdentity-Id: 192.168.170.1
2550925 DEBUG [2019-06-14 14:50:22] >> Accept-Encoding: gzip
2550925 DEBUG [2019-06-14 14:50:22] >> Content-Length: 0
2550925 DEBUG [2019-06-14 14:50:22] >> Host: 192.168.170.129:8080
2550925 DEBUG [2019-06-14 14:50:22] >> Connection: Keep-Alive
2550925 DEBUG [2019-06-14 14:50:22] >> User-Agent: Java-EurekaClient/v1.8.6
2550926 DEBUG [2019-06-14 14:50:22] << "HTTP/1.1 200 OK[\r][\n]"
2550926 DEBUG [2019-06-14 14:50:22] << "Server: Apache-Coyote/1.1[\r][\n]"
2550926 DEBUG [2019-06-14 14:50:22] << "X-Content-Type-Options: nosniff[\r][\n]"
2550926 DEBUG [2019-06-14 14:50:22] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2550926 DEBUG [2019-06-14 14:50:22] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2550926 DEBUG [2019-06-14 14:50:22] << "Pragma: no-cache[\r][\n]"
2550926 DEBUG [2019-06-14 14:50:22] << "Expires: 0[\r][\n]"
2550927 DEBUG [2019-06-14 14:50:22] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2550927 DEBUG [2019-06-14 14:50:22] << "Content-Type: application/xml[\r][\n]"
2550927 DEBUG [2019-06-14 14:50:22] << "Content-Length: 0[\r][\n]"
2550927 DEBUG [2019-06-14 14:50:22] << "Date: Fri, 14 Jun 2019 06:50:22 GMT[\r][\n]"
2550927 DEBUG [2019-06-14 14:50:22] << "[\r][\n]"
2550927 DEBUG [2019-06-14 14:50:22] Receiving response: HTTP/1.1 200 OK
2550927 DEBUG [2019-06-14 14:50:22] << HTTP/1.1 200 OK
2550927 DEBUG [2019-06-14 14:50:22] << Server: Apache-Coyote/1.1
2550927 DEBUG [2019-06-14 14:50:22] << X-Content-Type-Options: nosniff
2550927 DEBUG [2019-06-14 14:50:22] << X-XSS-Protection: 1; mode=block
2550927 DEBUG [2019-06-14 14:50:22] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2550927 DEBUG [2019-06-14 14:50:22] << Pragma: no-cache
2550927 DEBUG [2019-06-14 14:50:22] << Expires: 0
2550927 DEBUG [2019-06-14 14:50:22] << X-Frame-Options: SAMEORIGIN
2550927 DEBUG [2019-06-14 14:50:22] << Content-Type: application/xml
2550927 DEBUG [2019-06-14 14:50:22] << Content-Length: 0
2550927 DEBUG [2019-06-14 14:50:22] << Date: Fri, 14 Jun 2019 06:50:22 GMT
2550927 DEBUG [2019-06-14 14:50:22] Connection can be kept alive indefinitely
2550927 DEBUG [2019-06-14 14:50:22] Released connection is reusable.
2550927 DEBUG [2019-06-14 14:50:22] Releasing connection [{}->http://192.168.170.129:8080][null]
2550927 DEBUG [2019-06-14 14:50:22] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2550927 DEBUG [2019-06-14 14:50:22] Notifying no-one, there are no waiting threads
2551046 DEBUG [2019-06-14 14:50:22] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2551046 DEBUG [2019-06-14 14:50:22] [{}->http://192.168.170.129:8080] total kept alive: 1, total issued: 0, total allocated: 1 out of 200
2551046 DEBUG [2019-06-14 14:50:22] Getting free connection [{}->http://192.168.170.129:8080][null]
2551046 DEBUG [2019-06-14 14:50:22] Stale connection check
2551048 DEBUG [2019-06-14 14:50:22] CookieSpec selected: default
2551048 DEBUG [2019-06-14 14:50:22] Auth cache not set in the context
2551048 DEBUG [2019-06-14 14:50:22] Target auth state: UNCHALLENGED
2551048 DEBUG [2019-06-14 14:50:22] Proxy auth state: UNCHALLENGED
2551048 DEBUG [2019-06-14 14:50:22] Attempt 1 to execute request
2551048 DEBUG [2019-06-14 14:50:22] Sending request: GET /eureka/apps/delta HTTP/1.1
2551049 DEBUG [2019-06-14 14:50:22] >> "GET /eureka/apps/delta HTTP/1.1[\r][\n]"
2551049 DEBUG [2019-06-14 14:50:22] >> "Accept: application/json[\r][\n]"
2551049 DEBUG [2019-06-14 14:50:22] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2551049 DEBUG [2019-06-14 14:50:22] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2551049 DEBUG [2019-06-14 14:50:22] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2551049 DEBUG [2019-06-14 14:50:22] >> "Accept-Encoding: gzip[\r][\n]"
2551049 DEBUG [2019-06-14 14:50:22] >> "Host: 192.168.170.129:8080[\r][\n]"
2551049 DEBUG [2019-06-14 14:50:22] >> "Connection: Keep-Alive[\r][\n]"
2551049 DEBUG [2019-06-14 14:50:22] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2551049 DEBUG [2019-06-14 14:50:22] >> "[\r][\n]"
2551049 DEBUG [2019-06-14 14:50:22] >> GET /eureka/apps/delta HTTP/1.1
2551049 DEBUG [2019-06-14 14:50:22] >> Accept: application/json
2551049 DEBUG [2019-06-14 14:50:22] >> DiscoveryIdentity-Name: DefaultClient
2551049 DEBUG [2019-06-14 14:50:22] >> DiscoveryIdentity-Version: 1.4
2551049 DEBUG [2019-06-14 14:50:22] >> DiscoveryIdentity-Id: 192.168.170.1
2551049 DEBUG [2019-06-14 14:50:22] >> Accept-Encoding: gzip
2551049 DEBUG [2019-06-14 14:50:22] >> Host: 192.168.170.129:8080
2551049 DEBUG [2019-06-14 14:50:22] >> Connection: Keep-Alive
2551049 DEBUG [2019-06-14 14:50:22] >> User-Agent: Java-EurekaClient/v1.8.6
2551051 DEBUG [2019-06-14 14:50:22] << "HTTP/1.1 200 OK[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] << "Server: Apache-Coyote/1.1[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] << "X-Content-Type-Options: nosniff[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] << "Pragma: no-cache[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] << "Expires: 0[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] << "Content-Encoding: gzip[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] << "Content-Type: application/json[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] << "Content-Length: 99[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] << "Date: Fri, 14 Jun 2019 06:50:22 GMT[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] << "[\r][\n]"
2551051 DEBUG [2019-06-14 14:50:22] Receiving response: HTTP/1.1 200 OK
2551051 DEBUG [2019-06-14 14:50:22] << HTTP/1.1 200 OK
2551052 DEBUG [2019-06-14 14:50:22] << Server: Apache-Coyote/1.1
2551052 DEBUG [2019-06-14 14:50:22] << X-Content-Type-Options: nosniff
2551052 DEBUG [2019-06-14 14:50:22] << X-XSS-Protection: 1; mode=block
2551052 DEBUG [2019-06-14 14:50:22] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2551052 DEBUG [2019-06-14 14:50:22] << Pragma: no-cache
2551052 DEBUG [2019-06-14 14:50:22] << Expires: 0
2551052 DEBUG [2019-06-14 14:50:22] << X-Frame-Options: SAMEORIGIN
2551052 DEBUG [2019-06-14 14:50:22] << Content-Encoding: gzip
2551052 DEBUG [2019-06-14 14:50:22] << Content-Type: application/json
2551052 DEBUG [2019-06-14 14:50:22] << Content-Length: 99
2551052 DEBUG [2019-06-14 14:50:22] << Date: Fri, 14 Jun 2019 06:50:22 GMT
2551052 DEBUG [2019-06-14 14:50:22] Connection can be kept alive indefinitely
2551052 DEBUG [2019-06-14 14:50:22] << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]VJ,([0xc8][0xc9]LN,[0xc9][0xcc][0xcf]+V[0xb2][0xaa]V*K-*[0x6][0xb1][0xe3][0xe3]SRsJ[0x12][0x95][0xac][0x94][0xc]M--[0x94]t@[\n]"
2551052 DEBUG [2019-06-14 14:50:22] << "[0x81][0x82][0x19][0x89][0xc5][0x19][0xc9][0xf9])[0xa9]@[0xf1][0xe0][0x10][0xc7][0xa0][0x10]O?[0xf7]x[0xc3][0xf8][0xd0][0x80]x[0xf3]x[0x88][0x1a][0x98]aJV[0xd1][0xb1][0xb5][0xb5][0x0][0xf7]E[0xbf]8`[0x0][0x0][0x0]"
2551053 DEBUG [2019-06-14 14:50:22] Released connection is reusable.
2551053 DEBUG [2019-06-14 14:50:22] Releasing connection [{}->http://192.168.170.129:8080][null]
2551053 DEBUG [2019-06-14 14:50:22] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2551053 DEBUG [2019-06-14 14:50:22] Notifying no-one, there are no waiting threads
2580511 DEBUG [2019-06-14 14:50:52] Closing expired connections
2580516 DEBUG [2019-06-14 14:50:52] Closing connections idle longer than 30000 SECONDS
2580516 DEBUG [2019-06-14 14:50:52] Closing connections idle longer than 30000 SECONDS
2580553 DEBUG [2019-06-14 14:50:52] Returning cached instance of singleton bean 'eurekaClient'
2580553 DEBUG [2019-06-14 14:50:52] Returning cached instance of singleton bean 'eurekaClient'
2580561 DEBUG [2019-06-14 14:50:52] Closing connections idle longer than -1 SECONDS
2580561 DEBUG [2019-06-14 14:50:52] Closing connections idle longer than 0 SECONDS
2580561 DEBUG [2019-06-14 14:50:52] Closing connection last used @ Fri Jun 14 14:50:22 CST 2019
2580561 DEBUG [2019-06-14 14:50:52] Deleting connection [{}->http://192.168.170.129:8080][null]
2580561 DEBUG [2019-06-14 14:50:52] Connection 0.0.0.0:50293<->192.168.170.129:8080 closed
2580929 DEBUG [2019-06-14 14:50:52] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2580930 DEBUG [2019-06-14 14:50:52] [{}->http://192.168.170.129:8080] total kept alive: 0, total issued: 0, total allocated: 0 out of 200
2580930 DEBUG [2019-06-14 14:50:52] No free connections [{}->http://192.168.170.129:8080][null]
2580930 DEBUG [2019-06-14 14:50:52] Available capacity: 50 out of 50 [{}->http://192.168.170.129:8080][null]
2580930 DEBUG [2019-06-14 14:50:52] Creating new connection [{}->http://192.168.170.129:8080]
2580930 DEBUG [2019-06-14 14:50:52] Connecting to 192.168.170.129:8080
2580931 DEBUG [2019-06-14 14:50:52] CookieSpec selected: default
2580931 DEBUG [2019-06-14 14:50:52] Auth cache not set in the context
2580931 DEBUG [2019-06-14 14:50:52] Target auth state: UNCHALLENGED
2580931 DEBUG [2019-06-14 14:50:52] Proxy auth state: UNCHALLENGED
2580931 DEBUG [2019-06-14 14:50:52] Attempt 1 to execute request
2580932 DEBUG [2019-06-14 14:50:52] Sending request: PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2580932 DEBUG [2019-06-14 14:50:52] >> "PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1[\r][\n]"
2580932 DEBUG [2019-06-14 14:50:52] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2580932 DEBUG [2019-06-14 14:50:52] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2580932 DEBUG [2019-06-14 14:50:52] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2580932 DEBUG [2019-06-14 14:50:52] >> "Accept-Encoding: gzip[\r][\n]"
2580932 DEBUG [2019-06-14 14:50:52] >> "Content-Length: 0[\r][\n]"
2580932 DEBUG [2019-06-14 14:50:52] >> "Host: 192.168.170.129:8080[\r][\n]"
2580932 DEBUG [2019-06-14 14:50:52] >> "Connection: Keep-Alive[\r][\n]"
2580932 DEBUG [2019-06-14 14:50:52] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2580932 DEBUG [2019-06-14 14:50:52] >> "[\r][\n]"
2580932 DEBUG [2019-06-14 14:50:52] >> PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2580932 DEBUG [2019-06-14 14:50:52] >> DiscoveryIdentity-Name: DefaultClient
2580932 DEBUG [2019-06-14 14:50:52] >> DiscoveryIdentity-Version: 1.4
2580932 DEBUG [2019-06-14 14:50:52] >> DiscoveryIdentity-Id: 192.168.170.1
2580932 DEBUG [2019-06-14 14:50:52] >> Accept-Encoding: gzip
2580932 DEBUG [2019-06-14 14:50:52] >> Content-Length: 0
2580932 DEBUG [2019-06-14 14:50:52] >> Host: 192.168.170.129:8080
2580932 DEBUG [2019-06-14 14:50:52] >> Connection: Keep-Alive
2580932 DEBUG [2019-06-14 14:50:52] >> User-Agent: Java-EurekaClient/v1.8.6
2580934 DEBUG [2019-06-14 14:50:52] << "HTTP/1.1 200 OK[\r][\n]"
2580934 DEBUG [2019-06-14 14:50:52] << "Server: Apache-Coyote/1.1[\r][\n]"
2580935 DEBUG [2019-06-14 14:50:52] << "X-Content-Type-Options: nosniff[\r][\n]"
2580935 DEBUG [2019-06-14 14:50:52] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2580935 DEBUG [2019-06-14 14:50:52] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2580935 DEBUG [2019-06-14 14:50:52] << "Pragma: no-cache[\r][\n]"
2580935 DEBUG [2019-06-14 14:50:52] << "Expires: 0[\r][\n]"
2580935 DEBUG [2019-06-14 14:50:52] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2580935 DEBUG [2019-06-14 14:50:52] << "Content-Type: application/xml[\r][\n]"
2580935 DEBUG [2019-06-14 14:50:52] << "Content-Length: 0[\r][\n]"
2580935 DEBUG [2019-06-14 14:50:52] << "Date: Fri, 14 Jun 2019 06:50:52 GMT[\r][\n]"
2580935 DEBUG [2019-06-14 14:50:52] << "[\r][\n]"
2580935 DEBUG [2019-06-14 14:50:52] Receiving response: HTTP/1.1 200 OK
2580935 DEBUG [2019-06-14 14:50:52] << HTTP/1.1 200 OK
2580935 DEBUG [2019-06-14 14:50:52] << Server: Apache-Coyote/1.1
2580935 DEBUG [2019-06-14 14:50:52] << X-Content-Type-Options: nosniff
2580935 DEBUG [2019-06-14 14:50:52] << X-XSS-Protection: 1; mode=block
2580935 DEBUG [2019-06-14 14:50:52] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2580935 DEBUG [2019-06-14 14:50:52] << Pragma: no-cache
2580935 DEBUG [2019-06-14 14:50:52] << Expires: 0
2580935 DEBUG [2019-06-14 14:50:52] << X-Frame-Options: SAMEORIGIN
2580935 DEBUG [2019-06-14 14:50:52] << Content-Type: application/xml
2580935 DEBUG [2019-06-14 14:50:52] << Content-Length: 0
2580935 DEBUG [2019-06-14 14:50:52] << Date: Fri, 14 Jun 2019 06:50:52 GMT
2580935 DEBUG [2019-06-14 14:50:52] Connection can be kept alive indefinitely
2580936 DEBUG [2019-06-14 14:50:52] Released connection is reusable.
2580936 DEBUG [2019-06-14 14:50:52] Releasing connection [{}->http://192.168.170.129:8080][null]
2580936 DEBUG [2019-06-14 14:50:52] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2580936 DEBUG [2019-06-14 14:50:52] Notifying no-one, there are no waiting threads
2581055 DEBUG [2019-06-14 14:50:52] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2581055 DEBUG [2019-06-14 14:50:52] [{}->http://192.168.170.129:8080] total kept alive: 1, total issued: 0, total allocated: 1 out of 200
2581055 DEBUG [2019-06-14 14:50:52] Getting free connection [{}->http://192.168.170.129:8080][null]
2581055 DEBUG [2019-06-14 14:50:52] Stale connection check
2581056 DEBUG [2019-06-14 14:50:52] CookieSpec selected: default
2581056 DEBUG [2019-06-14 14:50:52] Auth cache not set in the context
2581056 DEBUG [2019-06-14 14:50:52] Target auth state: UNCHALLENGED
2581056 DEBUG [2019-06-14 14:50:52] Proxy auth state: UNCHALLENGED
2581056 DEBUG [2019-06-14 14:50:52] Attempt 1 to execute request
2581056 DEBUG [2019-06-14 14:50:52] Sending request: GET /eureka/apps/delta HTTP/1.1
2581056 DEBUG [2019-06-14 14:50:52] >> "GET /eureka/apps/delta HTTP/1.1[\r][\n]"
2581056 DEBUG [2019-06-14 14:50:52] >> "Accept: application/json[\r][\n]"
2581056 DEBUG [2019-06-14 14:50:52] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2581056 DEBUG [2019-06-14 14:50:52] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2581056 DEBUG [2019-06-14 14:50:52] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2581056 DEBUG [2019-06-14 14:50:52] >> "Accept-Encoding: gzip[\r][\n]"
2581056 DEBUG [2019-06-14 14:50:52] >> "Host: 192.168.170.129:8080[\r][\n]"
2581056 DEBUG [2019-06-14 14:50:52] >> "Connection: Keep-Alive[\r][\n]"
2581056 DEBUG [2019-06-14 14:50:52] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2581056 DEBUG [2019-06-14 14:50:52] >> "[\r][\n]"
2581056 DEBUG [2019-06-14 14:50:52] >> GET /eureka/apps/delta HTTP/1.1
2581056 DEBUG [2019-06-14 14:50:52] >> Accept: application/json
2581056 DEBUG [2019-06-14 14:50:52] >> DiscoveryIdentity-Name: DefaultClient
2581056 DEBUG [2019-06-14 14:50:52] >> DiscoveryIdentity-Version: 1.4
2581056 DEBUG [2019-06-14 14:50:52] >> DiscoveryIdentity-Id: 192.168.170.1
2581056 DEBUG [2019-06-14 14:50:52] >> Accept-Encoding: gzip
2581056 DEBUG [2019-06-14 14:50:52] >> Host: 192.168.170.129:8080
2581056 DEBUG [2019-06-14 14:50:52] >> Connection: Keep-Alive
2581056 DEBUG [2019-06-14 14:50:52] >> User-Agent: Java-EurekaClient/v1.8.6
2581057 DEBUG [2019-06-14 14:50:52] << "HTTP/1.1 200 OK[\r][\n]"
2581057 DEBUG [2019-06-14 14:50:52] << "Server: Apache-Coyote/1.1[\r][\n]"
2581057 DEBUG [2019-06-14 14:50:52] << "X-Content-Type-Options: nosniff[\r][\n]"
2581057 DEBUG [2019-06-14 14:50:52] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2581057 DEBUG [2019-06-14 14:50:52] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2581058 DEBUG [2019-06-14 14:50:52] << "Pragma: no-cache[\r][\n]"
2581058 DEBUG [2019-06-14 14:50:52] << "Expires: 0[\r][\n]"
2581058 DEBUG [2019-06-14 14:50:52] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2581058 DEBUG [2019-06-14 14:50:52] << "Content-Encoding: gzip[\r][\n]"
2581058 DEBUG [2019-06-14 14:50:52] << "Content-Type: application/json[\r][\n]"
2581058 DEBUG [2019-06-14 14:50:52] << "Content-Length: 99[\r][\n]"
2581058 DEBUG [2019-06-14 14:50:52] << "Date: Fri, 14 Jun 2019 06:50:52 GMT[\r][\n]"
2581058 DEBUG [2019-06-14 14:50:52] << "[\r][\n]"
2581058 DEBUG [2019-06-14 14:50:52] Receiving response: HTTP/1.1 200 OK
2581058 DEBUG [2019-06-14 14:50:52] << HTTP/1.1 200 OK
2581058 DEBUG [2019-06-14 14:50:52] << Server: Apache-Coyote/1.1
2581058 DEBUG [2019-06-14 14:50:52] << X-Content-Type-Options: nosniff
2581058 DEBUG [2019-06-14 14:50:52] << X-XSS-Protection: 1; mode=block
2581058 DEBUG [2019-06-14 14:50:52] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2581058 DEBUG [2019-06-14 14:50:52] << Pragma: no-cache
2581058 DEBUG [2019-06-14 14:50:52] << Expires: 0
2581058 DEBUG [2019-06-14 14:50:52] << X-Frame-Options: SAMEORIGIN
2581058 DEBUG [2019-06-14 14:50:52] << Content-Encoding: gzip
2581058 DEBUG [2019-06-14 14:50:52] << Content-Type: application/json
2581058 DEBUG [2019-06-14 14:50:52] << Content-Length: 99
2581058 DEBUG [2019-06-14 14:50:52] << Date: Fri, 14 Jun 2019 06:50:52 GMT
2581060 DEBUG [2019-06-14 14:50:52] Connection can be kept alive indefinitely
2581060 DEBUG [2019-06-14 14:50:52] << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]VJ,([0xc8][0xc9]LN,[0xc9][0xcc][0xcf]+V[0xb2][0xaa]V*K-*[0x6][0xb1][0xe3][0xe3]SRsJ[0x12][0x95][0xac][0x94][0xc]M--[0x94]t@[\n]"
2581060 DEBUG [2019-06-14 14:50:52] << "[0x81][0x82][0x19][0x89][0xc5][0x19][0xc9][0xf9])[0xa9]@[0xf1][0xe0][0x10][0xc7][0xa0][0x10]O?[0xf7]x[0xc3][0xf8][0xd0][0x80]x[0xf3]x[0x88][0x1a][0x98]aJV[0xd1][0xb1][0xb5][0xb5][0x0][0xf7]E[0xbf]8`[0x0][0x0][0x0]"
2581060 DEBUG [2019-06-14 14:50:52] Released connection is reusable.
2581060 DEBUG [2019-06-14 14:50:52] Releasing connection [{}->http://192.168.170.129:8080][null]
2581060 DEBUG [2019-06-14 14:50:52] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2581060 DEBUG [2019-06-14 14:50:52] Notifying no-one, there are no waiting threads
2588353 DEBUG [2019-06-14 14:51:00] Returning cached instance of singleton bean 'sessionRepository'
2588353 DEBUG [2019-06-14 14:51:00] Cleaning up sessions expiring at Fri Jun 14 14:51:00 CST 2019
2588353 DEBUG [2019-06-14 14:51:00] Opening RedisConnection
2588360 DEBUG [2019-06-14 14:51:00] Closing Redis Connection
2588361 DEBUG [2019-06-14 14:51:00] Opening RedisConnection
2588368 DEBUG [2019-06-14 14:51:00] Closing Redis Connection
2588368 DEBUG [2019-06-14 14:51:00] Opening RedisConnection
2588375 DEBUG [2019-06-14 14:51:00] Closing Redis Connection
2610512 DEBUG [2019-06-14 14:51:22] Closing expired connections
2610517 DEBUG [2019-06-14 14:51:22] Closing connections idle longer than 30000 SECONDS
2610517 DEBUG [2019-06-14 14:51:22] Closing connections idle longer than 30000 SECONDS
2610555 DEBUG [2019-06-14 14:51:22] Returning cached instance of singleton bean 'eurekaClient'
2610555 DEBUG [2019-06-14 14:51:22] Returning cached instance of singleton bean 'eurekaClient'
2610562 DEBUG [2019-06-14 14:51:22] Closing connections idle longer than -1 SECONDS
2610562 DEBUG [2019-06-14 14:51:22] Closing connections idle longer than 0 SECONDS
2610562 DEBUG [2019-06-14 14:51:22] Closing connection last used @ Fri Jun 14 14:50:52 CST 2019
2610562 DEBUG [2019-06-14 14:51:22] Deleting connection [{}->http://192.168.170.129:8080][null]
2610562 DEBUG [2019-06-14 14:51:22] Connection 0.0.0.0:50385<->192.168.170.129:8080 closed
2610937 DEBUG [2019-06-14 14:51:22] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2610937 DEBUG [2019-06-14 14:51:22] [{}->http://192.168.170.129:8080] total kept alive: 0, total issued: 0, total allocated: 0 out of 200
2610937 DEBUG [2019-06-14 14:51:22] No free connections [{}->http://192.168.170.129:8080][null]
2610937 DEBUG [2019-06-14 14:51:22] Available capacity: 50 out of 50 [{}->http://192.168.170.129:8080][null]
2610937 DEBUG [2019-06-14 14:51:22] Creating new connection [{}->http://192.168.170.129:8080]
2610937 DEBUG [2019-06-14 14:51:22] Connecting to 192.168.170.129:8080
2610938 DEBUG [2019-06-14 14:51:22] CookieSpec selected: default
2610938 DEBUG [2019-06-14 14:51:22] Auth cache not set in the context
2610938 DEBUG [2019-06-14 14:51:22] Target auth state: UNCHALLENGED
2610938 DEBUG [2019-06-14 14:51:22] Proxy auth state: UNCHALLENGED
2610938 DEBUG [2019-06-14 14:51:22] Attempt 1 to execute request
2610938 DEBUG [2019-06-14 14:51:22] Sending request: PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2610938 DEBUG [2019-06-14 14:51:22] >> "PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1[\r][\n]"
2610938 DEBUG [2019-06-14 14:51:22] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2610938 DEBUG [2019-06-14 14:51:22] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2610938 DEBUG [2019-06-14 14:51:22] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2610938 DEBUG [2019-06-14 14:51:22] >> "Accept-Encoding: gzip[\r][\n]"
2610938 DEBUG [2019-06-14 14:51:22] >> "Content-Length: 0[\r][\n]"
2610938 DEBUG [2019-06-14 14:51:22] >> "Host: 192.168.170.129:8080[\r][\n]"
2610938 DEBUG [2019-06-14 14:51:22] >> "Connection: Keep-Alive[\r][\n]"
2610939 DEBUG [2019-06-14 14:51:22] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2610939 DEBUG [2019-06-14 14:51:22] >> "[\r][\n]"
2610939 DEBUG [2019-06-14 14:51:22] >> PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2610939 DEBUG [2019-06-14 14:51:22] >> DiscoveryIdentity-Name: DefaultClient
2610939 DEBUG [2019-06-14 14:51:22] >> DiscoveryIdentity-Version: 1.4
2610939 DEBUG [2019-06-14 14:51:22] >> DiscoveryIdentity-Id: 192.168.170.1
2610939 DEBUG [2019-06-14 14:51:22] >> Accept-Encoding: gzip
2610939 DEBUG [2019-06-14 14:51:22] >> Content-Length: 0
2610939 DEBUG [2019-06-14 14:51:22] >> Host: 192.168.170.129:8080
2610939 DEBUG [2019-06-14 14:51:22] >> Connection: Keep-Alive
2610939 DEBUG [2019-06-14 14:51:22] >> User-Agent: Java-EurekaClient/v1.8.6
2610940 DEBUG [2019-06-14 14:51:22] << "HTTP/1.1 200 OK[\r][\n]"
2610940 DEBUG [2019-06-14 14:51:22] << "Server: Apache-Coyote/1.1[\r][\n]"
2610941 DEBUG [2019-06-14 14:51:22] << "X-Content-Type-Options: nosniff[\r][\n]"
2610941 DEBUG [2019-06-14 14:51:22] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2610941 DEBUG [2019-06-14 14:51:22] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2610941 DEBUG [2019-06-14 14:51:22] << "Pragma: no-cache[\r][\n]"
2610941 DEBUG [2019-06-14 14:51:22] << "Expires: 0[\r][\n]"
2610941 DEBUG [2019-06-14 14:51:22] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2610941 DEBUG [2019-06-14 14:51:22] << "Content-Type: application/xml[\r][\n]"
2610941 DEBUG [2019-06-14 14:51:22] << "Content-Length: 0[\r][\n]"
2610941 DEBUG [2019-06-14 14:51:22] << "Date: Fri, 14 Jun 2019 06:51:22 GMT[\r][\n]"
2610941 DEBUG [2019-06-14 14:51:22] << "[\r][\n]"
2610941 DEBUG [2019-06-14 14:51:22] Receiving response: HTTP/1.1 200 OK
2610941 DEBUG [2019-06-14 14:51:22] << HTTP/1.1 200 OK
2610941 DEBUG [2019-06-14 14:51:22] << Server: Apache-Coyote/1.1
2610941 DEBUG [2019-06-14 14:51:22] << X-Content-Type-Options: nosniff
2610941 DEBUG [2019-06-14 14:51:22] << X-XSS-Protection: 1; mode=block
2610941 DEBUG [2019-06-14 14:51:22] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2610941 DEBUG [2019-06-14 14:51:22] << Pragma: no-cache
2610941 DEBUG [2019-06-14 14:51:22] << Expires: 0
2610941 DEBUG [2019-06-14 14:51:22] << X-Frame-Options: SAMEORIGIN
2610941 DEBUG [2019-06-14 14:51:22] << Content-Type: application/xml
2610941 DEBUG [2019-06-14 14:51:22] << Content-Length: 0
2610941 DEBUG [2019-06-14 14:51:22] << Date: Fri, 14 Jun 2019 06:51:22 GMT
2610941 DEBUG [2019-06-14 14:51:22] Connection can be kept alive indefinitely
2610942 DEBUG [2019-06-14 14:51:22] Released connection is reusable.
2610942 DEBUG [2019-06-14 14:51:22] Releasing connection [{}->http://192.168.170.129:8080][null]
2610942 DEBUG [2019-06-14 14:51:22] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2610942 DEBUG [2019-06-14 14:51:22] Notifying no-one, there are no waiting threads
2611062 DEBUG [2019-06-14 14:51:22] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2611062 DEBUG [2019-06-14 14:51:22] [{}->http://192.168.170.129:8080] total kept alive: 1, total issued: 0, total allocated: 1 out of 200
2611062 DEBUG [2019-06-14 14:51:22] Getting free connection [{}->http://192.168.170.129:8080][null]
2611062 DEBUG [2019-06-14 14:51:22] Stale connection check
2611063 DEBUG [2019-06-14 14:51:22] CookieSpec selected: default
2611063 DEBUG [2019-06-14 14:51:22] Auth cache not set in the context
2611063 DEBUG [2019-06-14 14:51:22] Target auth state: UNCHALLENGED
2611063 DEBUG [2019-06-14 14:51:22] Proxy auth state: UNCHALLENGED
2611063 DEBUG [2019-06-14 14:51:22] Attempt 1 to execute request
2611063 DEBUG [2019-06-14 14:51:22] Sending request: GET /eureka/apps/delta HTTP/1.1
2611063 DEBUG [2019-06-14 14:51:22] >> "GET /eureka/apps/delta HTTP/1.1[\r][\n]"
2611063 DEBUG [2019-06-14 14:51:22] >> "Accept: application/json[\r][\n]"
2611063 DEBUG [2019-06-14 14:51:22] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2611063 DEBUG [2019-06-14 14:51:22] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2611063 DEBUG [2019-06-14 14:51:22] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2611063 DEBUG [2019-06-14 14:51:22] >> "Accept-Encoding: gzip[\r][\n]"
2611063 DEBUG [2019-06-14 14:51:22] >> "Host: 192.168.170.129:8080[\r][\n]"
2611063 DEBUG [2019-06-14 14:51:22] >> "Connection: Keep-Alive[\r][\n]"
2611063 DEBUG [2019-06-14 14:51:22] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2611063 DEBUG [2019-06-14 14:51:22] >> "[\r][\n]"
2611063 DEBUG [2019-06-14 14:51:22] >> GET /eureka/apps/delta HTTP/1.1
2611063 DEBUG [2019-06-14 14:51:22] >> Accept: application/json
2611063 DEBUG [2019-06-14 14:51:22] >> DiscoveryIdentity-Name: DefaultClient
2611063 DEBUG [2019-06-14 14:51:22] >> DiscoveryIdentity-Version: 1.4
2611063 DEBUG [2019-06-14 14:51:22] >> DiscoveryIdentity-Id: 192.168.170.1
2611063 DEBUG [2019-06-14 14:51:22] >> Accept-Encoding: gzip
2611063 DEBUG [2019-06-14 14:51:22] >> Host: 192.168.170.129:8080
2611063 DEBUG [2019-06-14 14:51:22] >> Connection: Keep-Alive
2611063 DEBUG [2019-06-14 14:51:22] >> User-Agent: Java-EurekaClient/v1.8.6
2611064 DEBUG [2019-06-14 14:51:22] << "HTTP/1.1 200 OK[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] << "Server: Apache-Coyote/1.1[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] << "X-Content-Type-Options: nosniff[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] << "Pragma: no-cache[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] << "Expires: 0[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] << "Content-Encoding: gzip[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] << "Content-Type: application/json[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] << "Content-Length: 99[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] << "Date: Fri, 14 Jun 2019 06:51:22 GMT[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] << "[\r][\n]"
2611064 DEBUG [2019-06-14 14:51:22] Receiving response: HTTP/1.1 200 OK
2611064 DEBUG [2019-06-14 14:51:22] << HTTP/1.1 200 OK
2611064 DEBUG [2019-06-14 14:51:22] << Server: Apache-Coyote/1.1
2611064 DEBUG [2019-06-14 14:51:22] << X-Content-Type-Options: nosniff
2611064 DEBUG [2019-06-14 14:51:22] << X-XSS-Protection: 1; mode=block
2611064 DEBUG [2019-06-14 14:51:22] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2611064 DEBUG [2019-06-14 14:51:22] << Pragma: no-cache
2611064 DEBUG [2019-06-14 14:51:22] << Expires: 0
2611064 DEBUG [2019-06-14 14:51:22] << X-Frame-Options: SAMEORIGIN
2611064 DEBUG [2019-06-14 14:51:22] << Content-Encoding: gzip
2611064 DEBUG [2019-06-14 14:51:22] << Content-Type: application/json
2611064 DEBUG [2019-06-14 14:51:22] << Content-Length: 99
2611064 DEBUG [2019-06-14 14:51:22] << Date: Fri, 14 Jun 2019 06:51:22 GMT
2611064 DEBUG [2019-06-14 14:51:22] Connection can be kept alive indefinitely
2611064 DEBUG [2019-06-14 14:51:22] << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]VJ,([0xc8][0xc9]LN,[0xc9][0xcc][0xcf]+V[0xb2][0xaa]V*K-*[0x6][0xb1][0xe3][0xe3]SRsJ[0x12][0x95][0xac][0x94][0xc]M--[0x94]t@[\n]"
2611065 DEBUG [2019-06-14 14:51:22] << "[0x81][0x82][0x19][0x89][0xc5][0x19][0xc9][0xf9])[0xa9]@[0xf1][0xe0][0x10][0xc7][0xa0][0x10]O?[0xf7]x[0xc3][0xf8][0xd0][0x80]x[0xf3]x[0x88][0x1a][0x98]aJV[0xd1][0xb1][0xb5][0xb5][0x0][0xf7]E[0xbf]8`[0x0][0x0][0x0]"
2611065 DEBUG [2019-06-14 14:51:22] Released connection is reusable.
2611065 DEBUG [2019-06-14 14:51:22] Releasing connection [{}->http://192.168.170.129:8080][null]
2611065 DEBUG [2019-06-14 14:51:22] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2611065 DEBUG [2019-06-14 14:51:22] Notifying no-one, there are no waiting threads
2640512 DEBUG [2019-06-14 14:51:52] Closing expired connections
2640517 DEBUG [2019-06-14 14:51:52] Closing connections idle longer than 30000 SECONDS
2640517 DEBUG [2019-06-14 14:51:52] Closing connections idle longer than 30000 SECONDS
2640556 DEBUG [2019-06-14 14:51:52] Returning cached instance of singleton bean 'eurekaClient'
2640556 DEBUG [2019-06-14 14:51:52] Returning cached instance of singleton bean 'eurekaClient'
2640562 DEBUG [2019-06-14 14:51:52] Closing connections idle longer than -1 SECONDS
2640562 DEBUG [2019-06-14 14:51:52] Closing connections idle longer than 0 SECONDS
2640562 DEBUG [2019-06-14 14:51:52] Closing connection last used @ Fri Jun 14 14:51:22 CST 2019
2640562 DEBUG [2019-06-14 14:51:52] Deleting connection [{}->http://192.168.170.129:8080][null]
2640562 DEBUG [2019-06-14 14:51:52] Connection 0.0.0.0:50450<->192.168.170.129:8080 closed
2640942 DEBUG [2019-06-14 14:51:52] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2640942 DEBUG [2019-06-14 14:51:52] [{}->http://192.168.170.129:8080] total kept alive: 0, total issued: 0, total allocated: 0 out of 200
2640942 DEBUG [2019-06-14 14:51:52] No free connections [{}->http://192.168.170.129:8080][null]
2640942 DEBUG [2019-06-14 14:51:52] Available capacity: 50 out of 50 [{}->http://192.168.170.129:8080][null]
2640942 DEBUG [2019-06-14 14:51:52] Creating new connection [{}->http://192.168.170.129:8080]
2640942 DEBUG [2019-06-14 14:51:52] Connecting to 192.168.170.129:8080
2640943 DEBUG [2019-06-14 14:51:52] CookieSpec selected: default
2640943 DEBUG [2019-06-14 14:51:52] Auth cache not set in the context
2640943 DEBUG [2019-06-14 14:51:52] Target auth state: UNCHALLENGED
2640943 DEBUG [2019-06-14 14:51:52] Proxy auth state: UNCHALLENGED
2640943 DEBUG [2019-06-14 14:51:52] Attempt 1 to execute request
2640943 DEBUG [2019-06-14 14:51:52] Sending request: PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2640943 DEBUG [2019-06-14 14:51:52] >> "PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1[\r][\n]"
2640943 DEBUG [2019-06-14 14:51:52] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2640943 DEBUG [2019-06-14 14:51:52] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2640943 DEBUG [2019-06-14 14:51:52] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2640943 DEBUG [2019-06-14 14:51:52] >> "Accept-Encoding: gzip[\r][\n]"
2640944 DEBUG [2019-06-14 14:51:52] >> "Content-Length: 0[\r][\n]"
2640944 DEBUG [2019-06-14 14:51:52] >> "Host: 192.168.170.129:8080[\r][\n]"
2640944 DEBUG [2019-06-14 14:51:52] >> "Connection: Keep-Alive[\r][\n]"
2640944 DEBUG [2019-06-14 14:51:52] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2640944 DEBUG [2019-06-14 14:51:52] >> "[\r][\n]"
2640944 DEBUG [2019-06-14 14:51:52] >> PUT /eureka/apps/APP-MAYIKT-PORTALWEB/xxm:app-mayikt-portalWeb:8400?status=UP&lastDirtyTimestamp=1560492485117 HTTP/1.1
2640944 DEBUG [2019-06-14 14:51:52] >> DiscoveryIdentity-Name: DefaultClient
2640944 DEBUG [2019-06-14 14:51:52] >> DiscoveryIdentity-Version: 1.4
2640944 DEBUG [2019-06-14 14:51:52] >> DiscoveryIdentity-Id: 192.168.170.1
2640944 DEBUG [2019-06-14 14:51:52] >> Accept-Encoding: gzip
2640944 DEBUG [2019-06-14 14:51:52] >> Content-Length: 0
2640944 DEBUG [2019-06-14 14:51:52] >> Host: 192.168.170.129:8080
2640944 DEBUG [2019-06-14 14:51:52] >> Connection: Keep-Alive
2640944 DEBUG [2019-06-14 14:51:52] >> User-Agent: Java-EurekaClient/v1.8.6
2640945 DEBUG [2019-06-14 14:51:52] << "HTTP/1.1 200 OK[\r][\n]"
2640945 DEBUG [2019-06-14 14:51:52] << "Server: Apache-Coyote/1.1[\r][\n]"
2640945 DEBUG [2019-06-14 14:51:52] << "X-Content-Type-Options: nosniff[\r][\n]"
2640945 DEBUG [2019-06-14 14:51:52] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2640945 DEBUG [2019-06-14 14:51:52] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2640945 DEBUG [2019-06-14 14:51:52] << "Pragma: no-cache[\r][\n]"
2640945 DEBUG [2019-06-14 14:51:52] << "Expires: 0[\r][\n]"
2640945 DEBUG [2019-06-14 14:51:52] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2640945 DEBUG [2019-06-14 14:51:52] << "Content-Type: application/xml[\r][\n]"
2640945 DEBUG [2019-06-14 14:51:52] << "Content-Length: 0[\r][\n]"
2640945 DEBUG [2019-06-14 14:51:52] << "Date: Fri, 14 Jun 2019 06:51:52 GMT[\r][\n]"
2640945 DEBUG [2019-06-14 14:51:52] << "[\r][\n]"
2640945 DEBUG [2019-06-14 14:51:52] Receiving response: HTTP/1.1 200 OK
2640945 DEBUG [2019-06-14 14:51:52] << HTTP/1.1 200 OK
2640945 DEBUG [2019-06-14 14:51:52] << Server: Apache-Coyote/1.1
2640945 DEBUG [2019-06-14 14:51:52] << X-Content-Type-Options: nosniff
2640945 DEBUG [2019-06-14 14:51:52] << X-XSS-Protection: 1; mode=block
2640945 DEBUG [2019-06-14 14:51:52] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2640945 DEBUG [2019-06-14 14:51:52] << Pragma: no-cache
2640945 DEBUG [2019-06-14 14:51:52] << Expires: 0
2640945 DEBUG [2019-06-14 14:51:52] << X-Frame-Options: SAMEORIGIN
2640945 DEBUG [2019-06-14 14:51:52] << Content-Type: application/xml
2640945 DEBUG [2019-06-14 14:51:52] << Content-Length: 0
2640947 DEBUG [2019-06-14 14:51:52] << Date: Fri, 14 Jun 2019 06:51:52 GMT
2640947 DEBUG [2019-06-14 14:51:52] Connection can be kept alive indefinitely
2640947 DEBUG [2019-06-14 14:51:52] Released connection is reusable.
2640947 DEBUG [2019-06-14 14:51:52] Releasing connection [{}->http://192.168.170.129:8080][null]
2640947 DEBUG [2019-06-14 14:51:52] Pooling connection [{}->http://192.168.170.129:8080][null]; keep alive indefinitely
2640947 DEBUG [2019-06-14 14:51:52] Notifying no-one, there are no waiting threads
2641066 DEBUG [2019-06-14 14:51:52] Get connection: {}->http://192.168.170.129:8080, timeout = 5000
2641066 DEBUG [2019-06-14 14:51:52] [{}->http://192.168.170.129:8080] total kept alive: 1, total issued: 0, total allocated: 1 out of 200
2641066 DEBUG [2019-06-14 14:51:52] Getting free connection [{}->http://192.168.170.129:8080][null]
2641066 DEBUG [2019-06-14 14:51:52] Stale connection check
2641067 DEBUG [2019-06-14 14:51:52] CookieSpec selected: default
2641067 DEBUG [2019-06-14 14:51:52] Auth cache not set in the context
2641067 DEBUG [2019-06-14 14:51:52] Target auth state: UNCHALLENGED
2641067 DEBUG [2019-06-14 14:51:52] Proxy auth state: UNCHALLENGED
2641067 DEBUG [2019-06-14 14:51:52] Attempt 1 to execute request
2641067 DEBUG [2019-06-14 14:51:52] Sending request: GET /eureka/apps/delta HTTP/1.1
2641067 DEBUG [2019-06-14 14:51:52] >> "GET /eureka/apps/delta HTTP/1.1[\r][\n]"
2641067 DEBUG [2019-06-14 14:51:52] >> "Accept: application/json[\r][\n]"
2641067 DEBUG [2019-06-14 14:51:52] >> "DiscoveryIdentity-Name: DefaultClient[\r][\n]"
2641067 DEBUG [2019-06-14 14:51:52] >> "DiscoveryIdentity-Version: 1.4[\r][\n]"
2641067 DEBUG [2019-06-14 14:51:52] >> "DiscoveryIdentity-Id: 192.168.170.1[\r][\n]"
2641067 DEBUG [2019-06-14 14:51:52] >> "Accept-Encoding: gzip[\r][\n]"
2641067 DEBUG [2019-06-14 14:51:52] >> "Host: 192.168.170.129:8080[\r][\n]"
2641067 DEBUG [2019-06-14 14:51:52] >> "Connection: Keep-Alive[\r][\n]"
2641067 DEBUG [2019-06-14 14:51:52] >> "User-Agent: Java-EurekaClient/v1.8.6[\r][\n]"
2641067 DEBUG [2019-06-14 14:51:52] >> "[\r][\n]"
2641067 DEBUG [2019-06-14 14:51:52] >> GET /eureka/apps/delta HTTP/1.1
2641067 DEBUG [2019-06-14 14:51:52] >> Accept: application/json
2641067 DEBUG [2019-06-14 14:51:52] >> DiscoveryIdentity-Name: DefaultClient
2641067 DEBUG [2019-06-14 14:51:52] >> DiscoveryIdentity-Version: 1.4
2641067 DEBUG [2019-06-14 14:51:52] >> DiscoveryIdentity-Id: 192.168.170.1
2641067 DEBUG [2019-06-14 14:51:52] >> Accept-Encoding: gzip
2641067 DEBUG [2019-06-14 14:51:52] >> Host: 192.168.170.129:8080
2641067 DEBUG [2019-06-14 14:51:52] >> Connection: Keep-Alive
2641067 DEBUG [2019-06-14 14:51:52] >> User-Agent: Java-EurekaClient/v1.8.6
2641115 DEBUG [2019-06-14 14:51:52] << "HTTP/1.1 200 OK[\r][\n]"
2641115 DEBUG [2019-06-14 14:51:52] << "Server: Apache-Coyote/1.1[\r][\n]"
2641115 DEBUG [2019-06-14 14:51:52] << "X-Content-Type-Options: nosniff[\r][\n]"
2641115 DEBUG [2019-06-14 14:51:52] << "X-XSS-Protection: 1; mode=block[\r][\n]"
2641115 DEBUG [2019-06-14 14:51:52] << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
2641115 DEBUG [2019-06-14 14:51:52] << "Pragma: no-cache[\r][\n]"
2641115 DEBUG [2019-06-14 14:51:52] << "Expires: 0[\r][\n]"
2641115 DEBUG [2019-06-14 14:51:52] << "X-Frame-Options: SAMEORIGIN[\r][\n]"
2641115 DEBUG [2019-06-14 14:51:52] << "Content-Encoding: gzip[\r][\n]"
2641115 DEBUG [2019-06-14 14:51:52] << "Content-Type: application/json[\r][\n]"
2641115 DEBUG [2019-06-14 14:51:52] << "Content-Length: 99[\r][\n]"
2641115 DEBUG [2019-06-14 14:51:52] << "Date: Fri, 14 Jun 2019 06:51:52 GMT[\r][\n]"
2641115 DEBUG [2019-06-14 14:51:52] << "[\r][\n]"
2641116 DEBUG [2019-06-14 14:51:52] Receiving response: HTTP/1.1 200 OK
2641116 DEBUG [2019-06-14 14:51:52] << HTTP/1.1 200 OK
2641116 DEBUG [2019-06-14 14:51:52] << Server: Apache-Coyote/1.1
2641116 DEBUG [2019-06-14 14:51:52] << X-Content-Type-Options: nosniff
2641116 DEBUG [2019-06-14 14:51:52] << X-XSS-Protection: 1; mode=block
2641116 DEBUG [2019-06-14 14:51:52] << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2641116 DEBUG [2019-06-14 14:51:52] << Pragma: no-cache
2641116 DEBUG [2019-06-14 14:51:52] << Expires: 0
2641116 DEBUG [2019-06-14 14:51:52] << X-Frame-Options: SAMEORIGIN
2641116 DEBUG [2019-06-14 14:51:52] << Content-Encoding: gzip
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/Super-FUBAI/meite-shop-parent.git
[email protected]:Super-FUBAI/meite-shop-parent.git
Super-FUBAI
meite-shop-parent
meite-shop-parent
master

搜索帮助