UncategorizedExecutionException while indexing in actionGet() method

Anyone can help me in overcoming this issue while indexing ...!! Thanks in
advance

I am getting this exception ..!!

Exception in thread "main"
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:49)
at com.ankit.json.IndexJson.index(IndexJson.java:62)
at com.ankit.json.ToJson.main(ToJson.java:72)

Just figured out why it was throwing this exception for me...

I was a very silly mistake as due to some Ctrl-Z, I removed the start()
method of the node and the node was not starting..!!

Thanks

On Saturday, July 28, 2012 1:28:56 PM UTC-7, ajasuja wrote:

Anyone can help me in overcoming this issue while indexing ...!! Thanks in
advance

I am getting this exception ..!!

Exception in thread "main"
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:49)
at com.ankit.json.IndexJson.index(IndexJson.java:62)
at com.ankit.json.ToJson.main(ToJson.java:72)