When I try to search (simple match_all query), I get a NPE.
Here is what ESFrontEnd is sending to ES :
{
query: {
bool: {
must: [
{
match_all: { }
}
]
must_not: [ ]
should: [ ]
}
}
from: 0
size: 50
sort: [ ]
facets: { }
}
In ES logs, I get :
[2011-05-17 09:08:40,592][DEBUG][action.search.type ] [The Entity] [dau][4], node[6bzzlBiuTVu52IhXYwE4Qw], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.search.SearchRequest@1b6ba28]
java.lang.NullPointerException
at org.elasticsearch.search.internal.ContextIndexSearcher.removeCollectors(ContextIndexSearcher.java:81)
at org.elasticsearch.search.facet.FacetPhase.execute(FacetPhase.java:72)
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:220)
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:222)
at org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteQuery(SearchServiceTransportAction.java:134)
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.sendExecuteFirstPhase(TransportSearchQueryThenFetchAction.java:76)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:192)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.access$000(TransportSearchTypeAction.java:75)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$1.run(TransportSearchTypeAction.java:151)
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:619)
It seems that there is a NPE in ContextIndexSearcher.removeCollectors().
Something strange is that I'm not in DEBUG mode. I use the standard logging setup file but the trace seems to be a DEBUG trace...
Thanks for any help.
Should I open a bug for that ?
When I try to search (simple match_all query), I get a NPE.
Here is what ESFrontEnd is sending to ES :
{
query: {
bool: {
must: [
{
match_all: { }
}
]
must_not:
should:
}
}
from: 0
size: 50
sort:
facets: { }
}
In ES logs, I get :
[2011-05-17 09:08:40,592][DEBUG][action.search.type ] [The Entity]
[dau][4], node[6bzzlBiuTVu52IhXYwE4Qw], [P], s[STARTED]: Failed to execute
[org.elasticsearch.action.search.SearchRequest@1b6ba28]
java.lang.NullPointerException
at
org.elasticsearch.search.internal.ContextIndexSearcher.removeCollectors(ContextIndexSearcher.java:81)
at org.elasticsearch.search.facet.FacetPhase.execute(FacetPhase.java:72)
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:220)
at
org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:222)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteQuery(SearchServiceTransportAction.java:134)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.sendExecuteFirstPhase(TransportSearchQueryThenFetchAction.java:76)
at
org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:192)
at
org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.access$000(TransportSearchTypeAction.java:75)
at
org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$1.run(TransportSearchTypeAction.java:151)
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:619)
It seems that there is a NPE in ContextIndexSearcher.removeCollectors().
Something strange is that I'm not in DEBUG mode. I use the standard logging
setup file but the trace seems to be a DEBUG trace...
Thanks for any help.
Should I open a bug for that ?
When I try to search (simple match_all query), I get a NPE.
Here is what ESFrontEnd is sending to ES :
{
query: {
bool: {
must: [
{
match_all: { }
}
]
must_not:
should:
}
}
from: 0
size: 50
sort:
facets: { }
}
In ES logs, I get :
[2011-05-17 09:08:40,592][DEBUG][action.search.type ] [The Entity]
[dau][4], node[6bzzlBiuTVu52IhXYwE4Qw], [P], s[STARTED]: Failed to execute
[org.elasticsearch.action.search.SearchRequest@1b6ba28]
java.lang.NullPointerException
at
org.elasticsearch.search.internal.ContextIndexSearcher.removeCollectors(Con textIndexSearcher.java:81)
at org.elasticsearch.search.facet.FacetPhase.execute(FacetPhase.java:72)
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:220)
at
org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java :222)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteQue ry(SearchServiceTransportAction.java:134)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$As yncAction.sendExecuteFirstPhase(TransportSearchQueryThenFetchAction.java:76 )
at
org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAct ion.performFirstPhase(TransportSearchTypeAction.java:192)
at
org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAct ion.access$000(TransportSearchTypeAction.java:75)
at
org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAct ion$1.run(TransportSearchTypeAction.java:151)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.j ava:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java: 908)
at java.lang.Thread.run(Thread.java:619)
It seems that there is a NPE in ContextIndexSearcher.removeCollectors().
Something strange is that I'm not in DEBUG mode. I use the standard logging
setup file but the trace seems to be a DEBUG trace...
Thanks for any help.
Should I open a bug for that ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.