Advertisement
Guest User

Untitled

a guest
Jan 5th, 2016
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2016/01/05 19:38:29:271 NOVT [DEBUG] RequestAddCookies - CookieSpec selected: default
  2. 2016/01/05 19:38:29:299 NOVT [DEBUG] RequestAuthCache - Auth cache not set in the context
  3. 2016/01/05 19:38:29:433 NOVT [DEBUG] wire - http-outgoing-0 >> "PUT /yxekkora HTTP/1.1[\r][\n]"
  4. 2016/01/05 19:38:29:436 NOVT [DEBUG] wire - http-outgoing-0 >> "Content-Length: 0[\r][\n]"
  5. 2016/01/05 19:38:29:438 NOVT [DEBUG] wire - http-outgoing-0 >> "Host: 127.0.0.1:9200[\r][\n]"
  6. 2016/01/05 19:38:29:439 NOVT [DEBUG] wire - http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
  7. 2016/01/05 19:38:29:440 NOVT [DEBUG] wire - http-outgoing-0 >> "User-Agent: Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_45)[\r][\n]"
  8. 2016/01/05 19:38:29:440 NOVT [DEBUG] wire - http-outgoing-0 >> "[\r][\n]"
  9. 2016/01/05 19:38:29:479 NOVT [DEBUG] wire - http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
  10. 2016/01/05 19:38:29:480 NOVT [DEBUG] wire - http-outgoing-0 << "Content-Type: application/json; charset=UTF-8[\r][\n]"
  11. 2016/01/05 19:38:29:480 NOVT [DEBUG] wire - http-outgoing-0 << "Content-Length: 21[\r][\n]"
  12. 2016/01/05 19:38:29:480 NOVT [DEBUG] wire - http-outgoing-0 << "[\r][\n]"
  13. 2016/01/05 19:38:29:480 NOVT [DEBUG] wire - http-outgoing-0 << "{"acknowledged":true}"
  14. 200: {"acknowledged":true}
  15.  
  16.  
  17.  
  18.  
  19.  
  20. ---------------------------------------
  21.  
  22.  
  23.  
  24.  
  25.  
  26. 2016/01/05 19:38:29:521 NOVT [DEBUG] RequestAddCookies - Cookie store not specified in HTTP context
  27. 2016/01/05 19:38:29:529 NOVT [DEBUG] wire - http-outgoing-1 >> "PUT http://127.0.0.1:9200/ydiwdsid HTTP/1.1[\r][\n]"
  28. 2016/01/05 19:38:29:530 NOVT [DEBUG] wire - http-outgoing-1 >> "Content-Length: 0[\r][\n]"
  29. 2016/01/05 19:38:29:530 NOVT [DEBUG] wire - http-outgoing-1 >> "Host: 127.0.0.1:9200[\r][\n]"
  30. 2016/01/05 19:38:29:530 NOVT [DEBUG] wire - http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]"
  31. 2016/01/05 19:38:29:530 NOVT [DEBUG] wire - http-outgoing-1 >> "User-Agent: Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_45)[\r][\n]"
  32. 2016/01/05 19:38:29:531 NOVT [DEBUG] wire - http-outgoing-1 >> "[\r][\n]"
  33. 2016/01/05 19:38:29:532 NOVT [DEBUG] wire - http-outgoing-1 << "HTTP/1.1 400 Bad Request[\r][\n]"
  34. 2016/01/05 19:38:29:533 NOVT [DEBUG] wire - http-outgoing-1 << "Content-Type: application/json; charset=UTF-8[\r][\n]"
  35. 2016/01/05 19:38:29:533 NOVT [DEBUG] wire - http-outgoing-1 << "Content-Length: 201[\r][\n]"
  36. 2016/01/05 19:38:29:533 NOVT [DEBUG] wire - http-outgoing-1 << "[\r][\n]"
  37. 2016/01/05 19:38:29:533 NOVT [DEBUG] wire - http-outgoing-1 << "{"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"failed to parse, document is empty"}],"type":"mapper_parsing_exception","reason":"failed to parse, document is empty"},"status":400}"
  38. 2016/01/05 19:38:29:533 NOVT [DEBUG] ResponseProcessCookies - Cookie spec not specified in HTTP context
  39. 400: {"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"failed to parse, document is empty"}],"type":"mapper_parsing_exception","reason":"failed to parse, document is empty"},"status":400}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement