Hi,

I'm running through some test cases after upgrading to RC1, I'm getting an 
issue when I do this:

CreateIndexResponse mapping =  esNode.getClient()
        .admin().indices()
        .create(new CreateIndexRequest(indexName))
        .actionGet();

The error I'm getting is this:

org.elasticsearch.common.util.concurrent.UncategorizedExecutionException: 
Failed execution
at 
org.elasticsearch.action.support.AdapterActionFuture.rethrowExecutionException(AdapterActionFuture.java:90)
at 
org.elasticsearch.action.support.AdapterActionFuture.actionGet(AdapterActionFuture.java:50)
at com.cs.cts.crm.elasticsearch.util.ESAdmin.createIndex(ESAdmin.java:347)

Full stack trace here:

https://gist.github.com/dav-rob/8461844 


Any clues?  Thanks.

David.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/d5777a87-f49a-4464-a596-d929b84cd7b8%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to