Elasticsearch starts with errors

Hello,

I downloaded elasticsearch-1.5.1.tar.gz on RHEL 6 on x86.
When it starts, repeated error msgs like:

Is this related to configuration? I used Java 7

" java -version
java version "1.7.0_65" "

Thanks,

Sam

It's much easier to read if you paste the text rather than a screenshot of it.

However if you look at the error it tells you what the problem is see issue #7210 for details, that issue is here.

Thank you for your reply.
But #7200 did not provide a solution. This bug appeared in the previous release (last year),
now I used the latest release.
In addition, even though set
transport.tcp.compress: false
in elasticsearch.yml, it behaves the same.

Thanks,

Did you also set indices.recovery.compress: false?

after add "indices.recovery.compress: false", it works.

Thanks,