Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.75 KB | None | 0 0
  1. The log before the error message:
  2.  
  3. 12:23:50.265 [http-bio-8080-exec-23] DEBUG o.s.w.c.RestTemplate - Created GET request for "https://www.googleapis.com/plus/v1/people/me"
  4. 12:23:50.275 [http-bio-8080-exec-23] DEBUG o.s.w.c.RestTemplate - Setting request Accept header to [application/json, application/*+json]
  5. 12:23:50.275 [http-bio-8080-exec-23] DEBUG o.a.h.c.p.RequestAddCookies - CookieSpec selected: best-match
  6. 12:23:50.275 [http-bio-8080-exec-23] DEBUG o.a.h.c.p.RequestAuthCache - Auth cache not set in the context
  7. 12:23:50.275 [http-bio-8080-exec-23] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection request: [route: {s}->https://www.googleapis.com:443][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
  8. 12:23:50.275 [http-bio-8080-exec-23] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection leased: [id: 6][route: {s}->https://www.googleapis.com:443][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
  9. 12:23:50.275 [http-bio-8080-exec-23] DEBUG o.a.h.i.e.MainClientExec - Opening connection {s}->https://www.googleapis.com:443
  10. 12:23:50.276 [http-bio-8080-exec-23] DEBUG o.a.h.c.HttpClientConnectionManager - Connecting to www.googleapis.com/74.125.136.95:443
  11. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.h.i.e.MainClientExec - Executing request GET /plus/v1/people/me HTTP/1.1
  12. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.h.i.e.MainClientExec - Proxy auth state: UNCHALLENGED
  13. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> GET /plus/v1/people/me HTTP/1.1
  14. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> Accept: application/json, application/*+json
  15. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> Authorization: Bearer ya29.kgD8QBKBY2o9S60fTsmwLVhIZRohyj9I3S1mQNSwdikYKmVGS2QW4x57
  16. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> Host: www.googleapis.com
  17. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> Connection: Keep-Alive
  18. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> User-Agent: Apache-HttpClient/4.3.1 (java 1.5)
  19. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> Accept-Encoding: gzip,deflate
  20. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "GET /plus/v1/people/me HTTP/1.1[\r][\n]"
  21. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "Accept: application/json, application/*+json[\r][\n]"
  22. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "Authorization: Bearer ya29.kgD8QBKBY2o9S60fTsmwLVhIZRohyj9I3S1mQNSwdikYKmVGS2QW4x57[\r][\n]"
  23. 12:23:50.354 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "Host: www.googleapis.com[\r][\n]"
  24. 12:23:50.355 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]"
  25. 12:23:50.355 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "User-Agent: Apache-HttpClient/4.3.1 (java 1.5)[\r][\n]"
  26. 12:23:50.355 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]"
  27. 12:23:50.355 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "[\r][\n]"
  28. 12:23:50.461 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]"
  29. 12:23:50.461 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Expires: Thu, 02 Oct 2014 10:23:50 GMT[\r][\n]"
  30. 12:23:50.461 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Date: Thu, 02 Oct 2014 10:23:50 GMT[\r][\n]"
  31. 12:23:50.461 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Cache-Control: private, max-age=0, must-revalidate, no-transform[\r][\n]"
  32. 12:23:50.462 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "ETag: "L2Xbn8bDuSErT6QA3PEQiwYKQxM/CIdBHxMOsikIktKJvYMGtQUWCcw"[\r][\n]"
  33. 12:23:50.462 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Content-Type: application/json; charset=UTF-8[\r][\n]"
  34. 12:23:50.462 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "X-Content-Type-Options: nosniff[\r][\n]"
  35. 12:23:50.462 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "X-Frame-Options: SAMEORIGIN[\r][\n]"
  36. 12:23:50.462 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "X-XSS-Protection: 1; mode=block[\r][\n]"
  37. 12:23:50.462 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Content-Length: 544[\r][\n]"
  38. 12:23:50.462 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Server: GSE[\r][\n]"
  39. 12:23:50.462 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Alternate-Protocol: 443:quic,p=0.01[\r][\n]"
  40. 12:23:50.462 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[\r][\n]"
  41. 12:23:50.462 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << HTTP/1.1 200 OK
  42. 12:23:50.462 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Expires: Thu, 02 Oct 2014 10:23:50 GMT
  43. 12:23:50.462 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Date: Thu, 02 Oct 2014 10:23:50 GMT
  44. 12:23:50.463 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Cache-Control: private, max-age=0, must-revalidate, no-transform
  45. 12:23:50.463 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << ETag: "L2Xbn8bDuSErT6QA3PEQiwYKQxM/CIdBHxMOsikIktKJvYMGtQUWCcw"
  46. 12:23:50.463 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Content-Type: application/json; charset=UTF-8
  47. 12:23:50.463 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << X-Content-Type-Options: nosniff
  48. 12:23:50.463 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << X-Frame-Options: SAMEORIGIN
  49. 12:23:50.463 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << X-XSS-Protection: 1; mode=block
  50. 12:23:50.463 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Content-Length: 544
  51. 12:23:50.463 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Server: GSE
  52. 12:23:50.463 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Alternate-Protocol: 443:quic,p=0.01
  53. 12:23:50.463 [http-bio-8080-exec-23] DEBUG o.a.h.i.e.MainClientExec - Connection can be kept alive indefinitely
  54. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.s.w.c.RestTemplate - GET request for "https://www.googleapis.com/plus/v1/people/me" resulted in 200 (OK)
  55. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.s.w.c.RestTemplate - Reading [class org.springframework.social.google.api.plus.Person] as "application/json;charset=UTF-8" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@6ad2c034]
  56. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "{[\n]"
  57. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "kind": "plus#person",[\n]"
  58. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "etag": "\"L2Xbn8bDuSErT6QA3PEQiwYKQxM/CIdBHxMOsikIktKJvYMGtQUWCcw\"",[\n]"
  59. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "gender": "male",[\n]"
  60. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "emails": [[\n]"
  61. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " {[\n]"
  62. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "value": "tisoomitest01@gmail.com",[\n]"
  63. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "type": "account"[\n]"
  64. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " }[\n]"
  65. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " ],[\n]"
  66. 12:23:50.464 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "objectType": "person",[\n]"
  67. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "id": "101351168912388752937",[\n]"
  68. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "displayName": "",[\n]"
  69. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "name": {[\n]"
  70. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "familyName": "",[\n]"
  71. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "givenName": ""[\n]"
  72. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " },[\n]"
  73. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "image": {[\n]"
  74. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "url": "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=50",[\n]"
  75. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "isDefault": true[\n]"
  76. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " },[\n]"
  77. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "isPlusUser": false,[\n]"
  78. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "circledByCount": 0,[\n]"
  79. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << " "verified": false[\n]"
  80. 12:23:50.465 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "}[\n]"
  81. 12:23:50.466 [http-bio-8080-exec-23] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection [id: 6][route: {s}->https://www.googleapis.com:443] can be kept alive indefinitely
  82. 12:23:50.466 [http-bio-8080-exec-23] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection released: [id: 6][route: {s}->https://www.googleapis.com:443][total kept alive: 1; route allocated: 1 of 5; total allocated: 1 of 10]
  83. 12:23:50.466 [http-bio-8080-exec-23] DEBUG o.s.w.c.RestTemplate - Created GET request for "https://www.googleapis.com/calendar/v3/calendars/"
  84. 12:23:50.468 [http-bio-8080-exec-23] DEBUG o.s.w.c.RestTemplate - Setting request Accept header to [application/json, application/*+json]
  85. 12:23:50.469 [http-bio-8080-exec-23] DEBUG o.a.h.c.p.RequestAddCookies - CookieSpec selected: best-match
  86. 12:23:50.469 [http-bio-8080-exec-23] DEBUG o.a.h.c.p.RequestAuthCache - Auth cache not set in the context
  87. 12:23:50.469 [http-bio-8080-exec-23] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection request: [route: {s}->https://www.googleapis.com:443][total kept alive: 1; route allocated: 1 of 5; total allocated: 1 of 10]
  88. 12:23:50.469 [http-bio-8080-exec-23] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection leased: [id: 6][route: {s}->https://www.googleapis.com:443][total kept alive: 0; route allocated: 1 of 5; total allocated: 1 of 10]
  89. 12:23:50.469 [http-bio-8080-exec-23] DEBUG o.a.h.i.e.MainClientExec - Stale connection check
  90. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.h.i.e.MainClientExec - Executing request GET /calendar/v3/calendars/ HTTP/1.1
  91. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.h.i.e.MainClientExec - Proxy auth state: UNCHALLENGED
  92. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> GET /calendar/v3/calendars/ HTTP/1.1
  93. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> Accept: application/json, application/*+json
  94. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> Authorization: Bearer ya29.kgD8QBKBY2o9S60fTsmwLVhIZRohyj9I3S1mQNSwdikYKmVGS2QW4x57
  95. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> Host: www.googleapis.com
  96. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> Connection: Keep-Alive
  97. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> User-Agent: Apache-HttpClient/4.3.1 (java 1.5)
  98. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 >> Accept-Encoding: gzip,deflate
  99. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "GET /calendar/v3/calendars/ HTTP/1.1[\r][\n]"
  100. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "Accept: application/json, application/*+json[\r][\n]"
  101. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "Authorization: Bearer ya29.kgD8QBKBY2o9S60fTsmwLVhIZRohyj9I3S1mQNSwdikYKmVGS2QW4x57[\r][\n]"
  102. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "Host: www.googleapis.com[\r][\n]"
  103. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]"
  104. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "User-Agent: Apache-HttpClient/4.3.1 (java 1.5)[\r][\n]"
  105. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]"
  106. 12:23:50.471 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 >> "[\r][\n]"
  107. 12:23:50.522 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "HTTP/1.1 404 Not Found[\r][\n]"
  108. 12:23:50.522 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Cache-Control: no-cache, no-store, max-age=0, must-revalidate[\r][\n]"
  109. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Pragma: no-cache[\r][\n]"
  110. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Expires: Fri, 01 Jan 1990 00:00:00 GMT[\r][\n]"
  111. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Date: Thu, 02 Oct 2014 10:23:50 GMT[\r][\n]"
  112. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Content-Type: text/html; charset=UTF-8[\r][\n]"
  113. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Content-Encoding: gzip[\r][\n]"
  114. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "X-Content-Type-Options: nosniff[\r][\n]"
  115. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "X-Frame-Options: SAMEORIGIN[\r][\n]"
  116. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "X-XSS-Protection: 1; mode=block[\r][\n]"
  117. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Server: GSE[\r][\n]"
  118. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Alternate-Protocol: 443:quic,p=0.01[\r][\n]"
  119. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Transfer-Encoding: chunked[\r][\n]"
  120. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[\r][\n]"
  121. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  122. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[0x1f][\r][\n]"
  123. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  124. 12:23:50.523 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[0x8b][\r][\n]"
  125. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  126. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[0x8][\r][\n]"
  127. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  128. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[0x0][\r][\n]"
  129. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  130. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[0x0][\r][\n]"
  131. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  132. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[0x0][\r][\n]"
  133. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  134. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[0x0][\r][\n]"
  135. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  136. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[0x0][\r][\n]"
  137. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  138. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[0x0][\r][\n]"
  139. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  140. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[0x0][\r][\n]"
  141. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  142. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[0xf3][\r][\n]"
  143. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  144. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[0xcb][\r][\n]"
  145. 12:23:50.524 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  146. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "/[\r][\n]"
  147. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "00000001[\r][\n]"
  148. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "Q[\r][\n]"
  149. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "000f[\r][\n]"
  150. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "p[0xcb]/[0xcd]K[0x1][0x0]M[0x8c]t[0xb1][0x9][0x0][0x0][0x0][\r][\n]"
  151. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "0[\r][\n]"
  152. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.http.wire - http-outgoing-6 << "[\r][\n]"
  153. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << HTTP/1.1 404 Not Found
  154. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Cache-Control: no-cache, no-store, max-age=0, must-revalidate
  155. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Pragma: no-cache
  156. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Expires: Fri, 01 Jan 1990 00:00:00 GMT
  157. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Date: Thu, 02 Oct 2014 10:23:50 GMT
  158. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Content-Type: text/html; charset=UTF-8
  159. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Content-Encoding: gzip
  160. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << X-Content-Type-Options: nosniff
  161. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << X-Frame-Options: SAMEORIGIN
  162. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << X-XSS-Protection: 1; mode=block
  163. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Server: GSE
  164. 12:23:50.525 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Alternate-Protocol: 443:quic,p=0.01
  165. 12:23:50.526 [http-bio-8080-exec-23] DEBUG o.a.h.headers - http-outgoing-6 << Transfer-Encoding: chunked
  166. 12:23:50.526 [http-bio-8080-exec-23] DEBUG o.a.h.i.e.MainClientExec - Connection can be kept alive indefinitely
  167. 12:23:50.526 [http-bio-8080-exec-23] WARN o.s.w.c.RestTemplate - GET request for "https://www.googleapis.com/calendar/v3/calendars/" resulted in 404 (Not Found); invoking error handler
  168. 12:23:50.526 [http-bio-8080-exec-23] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection [id: 6][route: {s}->https://www.googleapis.com:443] can be kept alive indefinitely
  169. 12:23:50.526 [http-bio-8080-exec-23] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection released: [id: 6][route: {s}->https://www.googleapis.com:443][total kept alive: 1; route allocated: 1 of 5; total allocated: 1 of 10]
  170. 12:23:50.527 [http-bio-8080-exec-23] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolving exception from handler [public java.lang.String de.maklermonitor.web.controller.UserController.editPage(org.springframework.ui.Model,java.util.Locale)]: org.springframework.social.UncategorizedApiException: Unknown error
  171. 12:23:50.527 [http-bio-8080-exec-23] DEBUG o.s.w.s.m.a.ResponseStatusExceptionResolver - Resolving exception from handler [public java.lang.String de.maklermonitor.web.controller.UserController.editPage(org.springframework.ui.Model,java.util.Locale)]: org.springframework.social.UncategorizedApiException: Unknown error
  172. 12:23:50.527 [http-bio-8080-exec-23] DEBUG o.s.w.s.m.s.DefaultHandlerExceptionResolver - Resolving exception from handler [public java.lang.String de.maklermonitor.web.controller.UserController.editPage(org.springframework.ui.Model,java.util.Locale)]: org.springframework.social.UncategorizedApiException: Unknown error
  173. 12:23:50.529 [http-bio-8080-exec-23] DEBUG o.s.w.s.DispatcherServlet - Could not complete request
  174. org.springframework.social.UncategorizedApiException: Unknown error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement