# MapperParsingException

**URL:** https://discuss.elastic.co/t/mapperparsingexception/7642
**Category:** Elasticsearch
**Created:** [May 10, 2012, 7:05pm UTC](https://discuss.elastic.co/t/mapperparsingexception/7642 "2012-05-10T19:05:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![grcook](https://avatars.discourse-cdn.com/v4/letter/g/df788c/32.png) [@grcook](https://discuss.elastic.co/u/grcook)
#### Post date: [May 10, 2012, 7:05pm UTC](https://discuss.elastic.co/t/mapperparsingexception/7642/1 "2012-05-10T19:05:01Z")

</div>

Does any one know what the following error means?

"error":"MapperParsingException[object mapping for [] tried to  
parse as object, but got EOF, has a concrete value been provided to  
it?"

---

<div class="post-metadata">

### Author: ![Andrew\_at\_DataFeedFi](https://avatars.discourse-cdn.com/v4/letter/a/0ea827/32.png) [@Andrew\_at\_DataFeedFi](https://discuss.elastic.co/u/Andrew_at_DataFeedFi)
#### Post date: [May 10, 2012, 8:24pm UTC](https://discuss.elastic.co/t/mapperparsingexception/7642/2 "2012-05-10T20:24:32Z")

</div>

Did this happen during search query or during indexing?  
Either way I think this is caused by having wrong mapping type (data type)  
against the value your are passing to it.  
Double check your queries / values you are indexing against the 'data  
types' of columns your mapping type.

--Andrew

On Thursday, May 10, 2012 2:05:01 PM UTC-5, grcook wrote:

> Does any one know what the following error means?
> 
> "error":"MapperParsingException[object mapping for [] tried to  
> parse as object, but got EOF, has a concrete value been provided to  
> it?"

---

<div class="post-metadata">

### Author: ![grcook](https://avatars.discourse-cdn.com/v4/letter/g/df788c/32.png) [@grcook](https://discuss.elastic.co/u/grcook)
#### Post date: [May 11, 2012, 6:24pm UTC](https://discuss.elastic.co/t/mapperparsingexception/7642/3 "2012-05-11T18:24:57Z")

</div>

Thanks Andrew - Turned out to be an array of objects and not all the object attributes were defined in the mapping file.

- 

Gary R. Cook  
Senior Software Engineer  
Six3Systems, Inc.  
(703) 742-7660 X355

* * *

From: [elasticsearch@googlegroups.com](mailto:elasticsearch@googlegroups.com) [elasticsearch@googlegroups.com] on behalf of Andrew[.:at:.][DataFeedFile.com](http://DataFeedFile.com) [andrew@datafeedfile.com]  
Sent: Thursday, May 10, 2012 4:24 PM  
To: [elasticsearch@googlegroups.com](mailto:elasticsearch@googlegroups.com)  
Subject: Re: MapperParsingException

Did this happen during search query or during indexing?  
Either way I think this is caused by having wrong mapping type (data type) against the value your are passing to it.  
Double check your queries / values you are indexing against the 'data types' of columns your mapping type.

--Andrew

On Thursday, May 10, 2012 2:05:01 PM UTC-5, grcook wrote:  
Does any one know what the following error means?

"error":"MapperParsingException[object mapping for [] tried to  
parse as object, but got EOF, has a concrete value been provided to  
it?"

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 3:29am UTC](https://discuss.elastic.co/t/mapperparsingexception/7642/4 "2017-07-06T03:29:11Z")

</div>


