Marvel not working

Hi ,

I have setup marvel on my single node elastic search (version 1.2.2)
deployment. Initially after deployment it worked but now it has stopped
working. Please see the attached screenshot of what is displayed on the
browser.

I see the following exception in the elastic search logfile.

[2014-08-15 11:08:11,622][DEBUG][action.search.type ] [Auntie Freeze]
All shards failed for phase: [query_fetch]
[2014-08-15 11:08:11,622][DEBUG][action.search.type ] [Auntie Freeze]
[.marvel-2014.08.15][0], node[INQkp5cTRfOxJolNlilsSA], [P], s[STARTED]:
Failed to execute [org.elasticsearch.action.search.SearchRequest@348c429b]
org.elasticsearch.search.SearchParseException: [.marvel-2014.08.15][0]:
from[-1],size[-1]: Parse Failure [Failed to parse source
[{"facets":{"map":{"terms":{"field":"address.state","size":100,"exclude":[]},"facet_filter":{"fquery":{"query":{"filtered":{"query":{"bool":{"should":[{"query_string":{"query":"active:"true""}},{"query_string":{"query":"active:"false""}}]}},"filter":{"bool":{"must":[{"match_all":{}},{"bool":{"must":[{"match_all":{}}]}}]}}}}}}}},"size":0}]]
at
org.elasticsearch.search.SearchService.parseSource(SearchService.java:649)
at
org.elasticsearch.search.SearchService.createContext(SearchService.java:511)
at
org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:483)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:324)
at
org.elasticsearch.search.action.SearchServiceTransportAction$11.call(SearchServiceTransportAction.java:308)
at
org.elasticsearch.search.action.SearchServiceTransportAction$11.call(SearchServiceTransportAction.java:305)
at
org.elasticsearch.search.action.SearchServiceTransportAction$23.run(SearchServiceTransportAction.java:517)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.NumberFormatException: For input string: "true"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Long.parseLong(Long.java:441)
at java.lang.Long.parseLong(Long.java:483)
at
org.elasticsearch.index.mapper.core.NumberFieldMapper.parseLongValue(NumberFieldMapper.java:341)
at
org.elasticsearch.index.mapper.core.LongFieldMapper.termQuery(LongFieldMapper.java:181)
at
org.apache.lucene.queryparser.classic.MapperQueryParser.getFieldQuerySingle(MapperQueryParser.java:258)
at
org.apache.lucene.queryparser.classic.MapperQueryParser.getFieldQuery(MapperQueryParser.java:169)
at
org.apache.lucene.queryparser.classic.QueryParserBase.getFieldQuery(QueryParserBase.java:484)
at
org.apache.lucene.queryparser.classic.MapperQueryParser.getFieldQuery(MapperQueryParser.java:288)
at
org.apache.lucene.queryparser.classic.QueryParserBase.handleQuotedTerm(QueryParserBase.java:872)
at
org.apache.lucene.queryparser.classic.QueryParser.Term(QueryParser.java:462)
at
org.apache.lucene.queryparser.classic.QueryParser.Clause(QueryParser.java:257)
at
org.apache.lucene.queryparser.classic.QueryParser.Query(QueryParser.java:181)
at
org.apache.lucene.queryparser.classic.QueryParser.TopLevelQuery(QueryParser.java:170)
at
org.apache.lucene.queryparser.classic.QueryParserBase.parse(QueryParserBase.java:120)
at
org.apache.lucene.queryparser.classic.MapperQueryParser.parse(MapperQueryParser.java:883)
at
org.elasticsearch.index.query.QueryStringQueryParser.parse(QueryStringQueryParser.java:224)
at
org.elasticsearch.index.query.QueryParseContext.parseInnerQuery(QueryParseContext.java:238)
at
org.elasticsearch.index.query.BoolQueryParser.parse(BoolQueryParser.java:107)
at
org.elasticsearch.index.query.QueryParseContext.parseInnerQuery(QueryParseContext.java:238)
at
org.elasticsearch.index.query.FilteredQueryParser.parse(FilteredQueryParser.java:71)
at
org.elasticsearch.index.query.QueryParseContext.parseInnerQuery(QueryParseContext.java:238)
at
org.elasticsearch.index.query.FQueryFilterParser.parse(FQueryFilterParser.java:67)
at
org.elasticsearch.index.query.QueryParseContext.executeFilterParser(QueryParseContext.java:294)
at
org.elasticsearch.index.query.QueryParseContext.parseInnerFilter(QueryParseContext.java:275)
at
org.elasticsearch.index.query.IndexQueryParserService.parseInnerFilter(IndexQueryParserService.java:282)
at
org.elasticsearch.search.facet.FacetParseElement.parse(FacetParseElement.java:86)
at
org.elasticsearch.search.SearchService.parseSource(SearchService.java:633)
... 9 more

Need help to resolve this issue.

Regards,
Deep

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/7bd90564-055f-49df-97b8-ada163a2b21b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Sorry forgot the attachment in the initial post.

On Friday, 15 August 2014 16:56:35 UTC+5:30, Deep wrote:

Hi ,

I have setup marvel on my single node Elasticsearch (version 1.2.2)
deployment. Initially after deployment it worked but now it has stopped
working. Please see the attached screenshot of what is displayed on the
browser.

I see the following exception in the Elasticsearch logfile.

[2014-08-15 11:08:11,622][DEBUG][action.search.type ] [Auntie
Freeze] All shards failed for phase: [query_fetch]
[2014-08-15 11:08:11,622][DEBUG][action.search.type ] [Auntie
Freeze] [.marvel-2014.08.15][0], node[INQkp5cTRfOxJolNlilsSA], [P],
s[STARTED]: Failed to execute
[org.elasticsearch.action.search.SearchRequest@348c429b]
org.elasticsearch.search.SearchParseException: [.marvel-2014.08.15][0]:
from[-1],size[-1]: Parse Failure [Failed to parse source
[{"facets":{"map":{"terms":{"field":"address.state","size":100,"exclude":},"facet_filter":{"fquery":{"query":{"filtered":{"query":{"bool":{"should":[{"query_string":{"query":"active:"true""}},{"query_string":{"query":"active:"false""}}]}},"filter":{"bool":{"must":[{"match_all":{}},{"bool":{"must":[{"match_all":{}}]}}]}}}}}}}},"size":0}]]
at
org.elasticsearch.search.SearchService.parseSource(SearchService.java:649)
at
org.elasticsearch.search.SearchService.createContext(SearchService.java:511)
at
org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:483)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:324)
at
org.elasticsearch.search.action.SearchServiceTransportAction$11.call(SearchServiceTransportAction.java:308)
at
org.elasticsearch.search.action.SearchServiceTransportAction$11.call(SearchServiceTransportAction.java:305)
at
org.elasticsearch.search.action.SearchServiceTransportAction$23.run(SearchServiceTransportAction.java:517)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.NumberFormatException: For input string: "true"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Long.parseLong(Long.java:441)
at java.lang.Long.parseLong(Long.java:483)
at
org.elasticsearch.index.mapper.core.NumberFieldMapper.parseLongValue(NumberFieldMapper.java:341)
at
org.elasticsearch.index.mapper.core.LongFieldMapper.termQuery(LongFieldMapper.java:181)
at
org.apache.lucene.queryparser.classic.MapperQueryParser.getFieldQuerySingle(MapperQueryParser.java:258)
at
org.apache.lucene.queryparser.classic.MapperQueryParser.getFieldQuery(MapperQueryParser.java:169)
at
org.apache.lucene.queryparser.classic.QueryParserBase.getFieldQuery(QueryParserBase.java:484)
at
org.apache.lucene.queryparser.classic.MapperQueryParser.getFieldQuery(MapperQueryParser.java:288)
at
org.apache.lucene.queryparser.classic.QueryParserBase.handleQuotedTerm(QueryParserBase.java:872)
at
org.apache.lucene.queryparser.classic.QueryParser.Term(QueryParser.java:462)
at
org.apache.lucene.queryparser.classic.QueryParser.Clause(QueryParser.java:257)
at
org.apache.lucene.queryparser.classic.QueryParser.Query(QueryParser.java:181)
at
org.apache.lucene.queryparser.classic.QueryParser.TopLevelQuery(QueryParser.java:170)
at
org.apache.lucene.queryparser.classic.QueryParserBase.parse(QueryParserBase.java:120)
at
org.apache.lucene.queryparser.classic.MapperQueryParser.parse(MapperQueryParser.java:883)
at
org.elasticsearch.index.query.QueryStringQueryParser.parse(QueryStringQueryParser.java:224)
at
org.elasticsearch.index.query.QueryParseContext.parseInnerQuery(QueryParseContext.java:238)
at
org.elasticsearch.index.query.BoolQueryParser.parse(BoolQueryParser.java:107)
at
org.elasticsearch.index.query.QueryParseContext.parseInnerQuery(QueryParseContext.java:238)
at
org.elasticsearch.index.query.FilteredQueryParser.parse(FilteredQueryParser.java:71)
at
org.elasticsearch.index.query.QueryParseContext.parseInnerQuery(QueryParseContext.java:238)
at
org.elasticsearch.index.query.FQueryFilterParser.parse(FQueryFilterParser.java:67)
at
org.elasticsearch.index.query.QueryParseContext.executeFilterParser(QueryParseContext.java:294)
at
org.elasticsearch.index.query.QueryParseContext.parseInnerFilter(QueryParseContext.java:275)
at
org.elasticsearch.index.query.IndexQueryParserService.parseInnerFilter(IndexQueryParserService.java:282)
at
org.elasticsearch.search.facet.FacetParseElement.parse(FacetParseElement.java:86)
at
org.elasticsearch.search.SearchService.parseSource(SearchService.java:633)
... 9 more

Need help to resolve this issue.

Regards,
Deep

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/e49a7147-2829-424a-bad8-f59eff051c7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.