Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. 2019-05-30 09:58:16.209 +05:30 [Error] An error occurred.
  2. Sitecore.Xdb.Collection.Search.Solr.Failures.SolrResponseException: {
  3. "responseHeader":{
  4. "status":400,
  5. "QTime":2,
  6. "params":{
  7. "q":"id:xdb-rebuild-status",
  8. "wt":"json"}},
  9. "error":{
  10. "metadata":[
  11. "error-class","org.apache.solr.common.SolrException",
  12. "root-error-class","org.apache.solr.common.SolrException"],
  13. "msg":"undefined field id",
  14. "code":400}}
  15.  
  16. at Sitecore.Xdb.Collection.Search.Solr.SolrClient.EnsureSolrSuccessStatusCode(HttpResponseMessage response)
  17. at Sitecore.Xdb.Collection.Search.Solr.SolrClient.<SendGetRequestAsync>d__4.MoveNext()
  18. --- End of stack trace from previous location where exception was thrown ---
  19. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  20. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  21. at Sitecore.Xdb.Collection.Search.Solr.SolrRebuildStatusStorage.<ReadStatus>d__5.MoveNext()
  22. --- End of stack trace from previous location where exception was thrown ---
  23. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  24. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  25. at Sitecore.XConnect.Search.Indexer.IndexerHost.<<RunRebuildStatusWatcher>g__ExecuteTask|28_0>d.MoveNext()
  26. --- End of stack trace from previous location where exception was thrown ---
  27. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  28. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  29. at Sitecore.XConnect.Search.Indexer.TaskExtension.<ExecuteWithInterval>d__0.MoveNext()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement