Skip to content

Instantly share code, notes, and snippets.

@dakrone
Created October 25, 2011 17:00
Show Gist options
  • Select an option

  • Save dakrone/1313495 to your computer and use it in GitHub Desktop.

Select an option

Save dakrone/1313495 to your computer and use it in GitHub Desktop.
[2011-10-25 16:55:48,055][DEBUG][action.search.type ] [Animus] [test-account-id-0][0], node[mN5HrUzxRYSOwzYjmxEUhQ], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.search.SearchRequest@19b12fb]
org.elasticsearch.ElasticSearchParseException: failed to parse / load source
at org.elasticsearch.search.lookup.SourceLookup.loadSourceIfNeeded(SourceLookup.java:69)
at org.elasticsearch.search.lookup.SourceLookup.extractValue(SourceLookup.java:131)
at org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:186)
at org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:308)
at org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:224)
at org.elasticsearch.action.search.type.TransportSearchQueryAndFetchAction$AsyncAction.sendExecuteFirstPhase(TransportSearchQueryAndFetchAction.java:71)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:205)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:192)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$2.run(TransportSearchTypeAction.java:178)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NullPointerException
at org.elasticsearch.search.lookup.SourceLookup.loadSourceIfNeeded(SourceLookup.java:66)
... 11 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment