NumberFormatException occurs when TransportClient is building

Hi All,

I am using Java to insert data into Elasticsearch java APIs.

When I am building TransportClient, it stops at throw new NumberFormatException("null").

This code use to work find. It is not working anymore.

I am using elasticsearch 2.3.1 on centos.

This error should be catched and ignored by Elasticsearch. I suspect you are only having this issue because your debugger is configured to pause on thrown exceptions.

1 Like

Oh you are right.
Thanks!!