# TransportSerializationException: Failed to deserialize exception response from stream

**URL:** https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925
**Category:** Elasticsearch
**Created:** [February 20, 2014, 2:06pm UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925 "2014-02-20T14:06:42Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![Tiago\_Rodrigues](https://avatars.discourse-cdn.com/v4/letter/t/c4cdca/32.png) [@Tiago\_Rodrigues](https://discuss.elastic.co/u/Tiago_Rodrigues)
#### Post date: [February 20, 2014, 2:06pm UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925/1 "2014-02-20T14:06:42Z")

</div>

I get this error sometimes when I try to create an index.

My version of java in easticsearch is the same as the client server.

Not is always this error occurs, different than seen in other posts.

The log:

> Exception in thread "main"  
> org.elasticsearch.transport.TransportSerializationException: Failed to  
> deserialize exception response from stream  
> at  
> org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:169)  
> at  
> org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:123)  
> at  
> org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)  
> at  
> org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)  
> at  
> org.elasticsearch.common.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791)  
> at  
> org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:296)  
> at  
> org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:462)  
> at  
> org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:443)  
> at  
> org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)  
> at  
> org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)  
> at  
> org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)  
> at  
> org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559)  
> at  
> org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:268)  
> at  
> org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:255)  
> at  
> org.elasticsearch.common.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)  
> at  
> org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109)  
> at  
> org.elasticsearch.common.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)  
> at  
> org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90)  
> at  
> org.elasticsearch.common.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)  
> at  
> org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)  
> at  
> org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)  
> at  
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  
> at  
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  
> at java.lang.Thread.run(Thread.java:744)  
> Caused by: java.io.EOFException  
> at  
> java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2598)  
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)  
> at java.io.ObjectInputStream.access$300(ObjectInputStream.java:206)  
> at  
> java.io.ObjectInputStream$GetFieldImpl.readFields(ObjectInputStream.java:2153)  
> at java.io.ObjectInputStream.readFields(ObjectInputStream.java:540)  
> at java.net.InetSocketAddress.readObject(InetSocketAddress.java:282)  
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  
> at  
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)  
> at  
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  
> at java.lang.reflect.Method.invoke(Method.java:606)  
> at  
> java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017)  
> at  
> java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1893)  
> at  
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> at  
> java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)  
> at  
> java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)  
> at  
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> at  
> java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)  
> at  
> java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)  
> at  
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)  
> at  
> org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:167)  
> ... 23 more

--  
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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/d4201381-5a05-4ee5-ab3a-ea1928f0e4b0%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/d4201381-5a05-4ee5-ab3a-ea1928f0e4b0%40googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [February 20, 2014, 2:18pm UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925/2 "2014-02-20T14:18:20Z")

</div>

What are the exact versions of your JVM and of ES in both node and client?

--  
David 😉  
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 20 févr. 2014 à 15:06, Tiago Rodrigues [tiago\_tk21@hotmail.com](mailto:tiago_tk21@hotmail.com) a écrit :

> I get this error sometimes when I try to create an index.
> 
> My version of java in easticsearch is the same as the client server.
> 
> Not is always this error occurs, different than seen in other posts.
> 
> The log:
> 
> > Exception in thread "main" org.elasticsearch.transport.TransportSerializationException: Failed to deserialize exception response from stream  
> > at org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:169)  
> > at org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:123)  
> > at org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)  
> > at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)  
> > at org.elasticsearch.common.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791)  
> > at org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:296)  
> > at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:462)  
> > at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:443)  
> > at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)  
> > at org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)  
> > at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)  
> > at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559)  
> > at org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:268)  
> > at org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:255)  
> > at org.elasticsearch.common.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)  
> > at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109)  
> > at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)  
> > at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90)  
> > at org.elasticsearch.common.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)  
> > at org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)  
> > at org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)  
> > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  
> > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  
> > at java.lang.Thread.run(Thread.java:744)  
> > Caused by: java.io.EOFException  
> > at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2598)  
> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)  
> > at java.io.ObjectInputStream.access$300(ObjectInputStream.java:206)  
> > at java.io.ObjectInputStream$GetFieldImpl.readFields(ObjectInputStream.java:2153)  
> > at java.io.ObjectInputStream.readFields(ObjectInputStream.java:540)  
> > at java.net.InetSocketAddress.readObject(InetSocketAddress.java:282)  
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  
> > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)  
> > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  
> > at java.lang.reflect.Method.invoke(Method.java:606)  
> > at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017)  
> > at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1893)  
> > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> > at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)  
> > at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)  
> > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> > at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)  
> > at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)  
> > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)  
> > at org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:167)  
> > ... 23 more
> 
> --  
> 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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/d4201381-5a05-4ee5-ab3a-ea1928f0e4b0%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/d4201381-5a05-4ee5-ab3a-ea1928f0e4b0%40googlegroups.com).  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/77AF5DFA-45C7-4830-A566-B25FE56B7A3D%40pilato.fr](https://groups.google.com/d/msgid/elasticsearch/77AF5DFA-45C7-4830-A566-B25FE56B7A3D%40pilato.fr).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Tiago\_Rodrigues](https://avatars.discourse-cdn.com/v4/letter/t/c4cdca/32.png) [@Tiago\_Rodrigues](https://discuss.elastic.co/u/Tiago_Rodrigues)
#### Post date: [February 20, 2014, 2:26pm UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925/3 "2014-02-20T14:26:47Z")

</div>

Elasticsearch are 0.90.6 in both.  
I have only 1 node.

And jvm are 1.7.0\_51 in both too.

Em quinta-feira, 20 de fevereiro de 2014 11h18min20s UTC-3, David Pilato  
escreveu:

> What are the exact versions of your JVM and of ES in both node and client?
> 
> --  
> David 😉  
> Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
> 
> Le 20 févr. 2014 à 15:06, Tiago Rodrigues \<[tiago...@hotmail.com](mailto:tiago...@hotmail.com)\<javascript:\>\>  
> a écrit :
> 
> I get this error sometimes when I try to create an index.
> 
> My version of java in easticsearch is the same as the client server.
> 
> Not is always this error occurs, different than seen in other posts.
> 
> The log:
> 
> > Exception in thread "main"  
> > org.elasticsearch.transport.TransportSerializationException: Failed to  
> > deserialize exception response from stream  
> > at  
> > org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:169)  
> > at  
> > org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:123)  
> > at  
> > org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)  
> > at  
> > org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)  
> > at  
> > org.elasticsearch.common.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791)  
> > at  
> > org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:296)  
> > at  
> > org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:462)  
> > at  
> > org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:443)  
> > at  
> > org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)  
> > at  
> > org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)  
> > at  
> > org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)  
> > at  
> > org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559)  
> > at  
> > org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:268)  
> > at  
> > org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:255)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)  
> > at  
> > org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)  
> > at  
> > org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)  
> > at  
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  
> > at  
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  
> > at java.lang.Thread.run(Thread.java:744)  
> > Caused by: java.io.EOFException  
> > at  
> > java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2598)  
> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)  
> > at java.io.ObjectInputStream.access$300(ObjectInputStream.java:206)  
> > at  
> > java.io.ObjectInputStream$GetFieldImpl.readFields(ObjectInputStream.java:2153)  
> > at java.io.ObjectInputStream.readFields(ObjectInputStream.java:540)  
> > at java.net.InetSocketAddress.readObject(InetSocketAddress.java:282)  
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  
> > at  
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)  
> > at  
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  
> > at java.lang.reflect.Method.invoke(Method.java:606)  
> > at  
> > java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017)  
> > at  
> > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1893)  
> > at  
> > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> > at  
> > java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)  
> > at  
> > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)  
> > at  
> > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> > at  
> > java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)  
> > at  
> > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)  
> > at  
> > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)  
> > at  
> > org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:167)  
> > ... 23 more
> 
> --  
> 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 [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/d4201381-5a05-4ee5-ab3a-ea1928f0e4b0%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/d4201381-5a05-4ee5-ab3a-ea1928f0e4b0%40googlegroups.com)  
> .  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/bedf7b33-bc5d-4021-b931-3a5a9cc5be38%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/bedf7b33-bc5d-4021-b931-3a5a9cc5be38%40googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Tiago\_Rodrigues](https://avatars.discourse-cdn.com/v4/letter/t/c4cdca/32.png) [@Tiago\_Rodrigues](https://discuss.elastic.co/u/Tiago_Rodrigues)
#### Post date: [February 20, 2014, 2:33pm UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925/4 "2014-02-20T14:33:54Z")

</div>

My node run in a linux debian pc, and my server in a windows 7 (for  
developping only).

--  
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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/53c4b548-f2b1-4f44-8d21-96cc4f3242bc%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/53c4b548-f2b1-4f44-8d21-96cc4f3242bc%40googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [February 20, 2014, 2:58pm UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925/5 "2014-02-20T14:58:25Z")

</div>

Could you first upgrade to es 0.90.11 and downgrade jvm to 1.7.0\_25 ?

On both sides: client and node

--  
David 😉  
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 20 févr. 2014 à 15:26, Tiago Rodrigues [tiago\_tk21@hotmail.com](mailto:tiago_tk21@hotmail.com) a écrit :

> Elasticsearch are 0.90.6 in both.  
> I have only 1 node.
> 
> And jvm are 1.7.0\_51 in both too.
> 
> Em quinta-feira, 20 de fevereiro de 2014 11h18min20s UTC-3, David Pilato escreveu:
> 
> > What are the exact versions of your JVM and of ES in both node and client?
> > 
> > --  
> > David 😉  
> > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
> > 
> > Le 20 févr. 2014 à 15:06, Tiago Rodrigues [tiago...@hotmail.com](mailto:tiago...@hotmail.com) a écrit :
> > 
> > > I get this error sometimes when I try to create an index.
> > > 
> > > My version of java in easticsearch is the same as the client server.
> > > 
> > > Not is always this error occurs, different than seen in other posts.
> > > 
> > > The log:
> > > 
> > > > Exception in thread "main" org.elasticsearch.transport.TransportSerializationException: Failed to deserialize exception response from stream  
> > > > at org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:169)  
> > > > at org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:123)  
> > > > at org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)  
> > > > at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)  
> > > > at org.elasticsearch.common.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791)  
> > > > at org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:296)  
> > > > at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:462)  
> > > > at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:443)  
> > > > at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)  
> > > > at org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)  
> > > > at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)  
> > > > at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559)  
> > > > at org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:268)  
> > > > at org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:255)  
> > > > at org.elasticsearch.common.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)  
> > > > at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109)  
> > > > at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)  
> > > > at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90)  
> > > > at org.elasticsearch.common.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)  
> > > > at org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)  
> > > > at org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)  
> > > > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  
> > > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  
> > > > at java.lang.Thread.run(Thread.java:744)  
> > > > Caused by: java.io.EOFException  
> > > > at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2598)  
> > > > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)  
> > > > at java.io.ObjectInputStream.access$300(ObjectInputStream.java:206)  
> > > > at java.io.ObjectInputStream$GetFieldImpl.readFields(ObjectInputStream.java:2153)  
> > > > at java.io.ObjectInputStream.readFields(ObjectInputStream.java:540)  
> > > > at java.net.InetSocketAddress.readObject(InetSocketAddress.java:282)  
> > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  
> > > > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)  
> > > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  
> > > > at java.lang.reflect.Method.invoke(Method.java:606)  
> > > > at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017)  
> > > > at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1893)  
> > > > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> > > > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> > > > at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)  
> > > > at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)  
> > > > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> > > > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> > > > at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)  
> > > > at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)  
> > > > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> > > > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> > > > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)  
> > > > at org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:167)  
> > > > ... 23 more
> > > 
> > > --  
> > > 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 [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).  
> > > To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/d4201381-5a05-4ee5-ab3a-ea1928f0e4b0%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/d4201381-5a05-4ee5-ab3a-ea1928f0e4b0%40googlegroups.com).  
> > > For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).
> 
> --  
> 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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/bedf7b33-bc5d-4021-b931-3a5a9cc5be38%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/bedf7b33-bc5d-4021-b931-3a5a9cc5be38%40googlegroups.com).  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/61D40C73-BE1B-40DE-B7B8-90913BD674A0%40pilato.fr](https://groups.google.com/d/msgid/elasticsearch/61D40C73-BE1B-40DE-B7B8-90913BD674A0%40pilato.fr).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Tiago\_Rodrigues](https://avatars.discourse-cdn.com/v4/letter/t/c4cdca/32.png) [@Tiago\_Rodrigues](https://discuss.elastic.co/u/Tiago_Rodrigues)
#### Post date: [February 20, 2014, 3:06pm UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925/6 "2014-02-20T15:06:12Z")

</div>

OK, i will try, I will give a feedback after I do this.

Just giving more info: Search is ok, "Get" sometimes give me this error,  
and on indexing I aways receive the error.

--  
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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/b0260d14-29d9-4376-962a-e7e98a3252f9%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/b0260d14-29d9-4376-962a-e7e98a3252f9%40googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![jprante](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jprante/32/44941_2.png) [@jprante](https://discuss.elastic.co/u/jprante)
#### Post date: [February 20, 2014, 3:42pm UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925/7 "2014-02-20T15:42:17Z")

</div>

You should also check if you have plugins installed and if these plugins  
cause errors. For example, analyzer plugins may throw exceptions that are  
local to a plugin.

If you create an index with TransportClient, you must also install these  
analyzer plugins in the client, just for being able to decode the  
exception. If not, you catch a serialization error.

Jörg

On Thu, Feb 20, 2014 at 4:06 PM, Tiago Rodrigues [tiago\_tk21@hotmail.com](mailto:tiago_tk21@hotmail.com)wrote:

> OK, i will try, I will give a feedback after I do this.
> 
> Just giving more info: Search is ok, "Get" sometimes give me this error,  
> and on indexing I aways receive the error.
> 
> --  
> 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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/b0260d14-29d9-4376-962a-e7e98a3252f9%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/b0260d14-29d9-4376-962a-e7e98a3252f9%40googlegroups.com)  
> .
> 
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAKdsXoELQP\_o1gCS%3DqdcNsc%2BbPbZwKVqCNeG-aHTtrkvpgrDyw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAKdsXoELQP_o1gCS%3DqdcNsc%2BbPbZwKVqCNeG-aHTtrkvpgrDyw%40mail.gmail.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![IronMike](https://avatars.discourse-cdn.com/v4/letter/i/e9a140/32.png) [@IronMike](https://discuss.elastic.co/u/IronMike)
#### Post date: [February 20, 2014, 4:11pm UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925/8 "2014-02-20T16:11:13Z")

</div>

I ran into same problem, version was correct, plugins installed, In my case  
port 9300 was not opened for transportclient, once I opened it, it worked  
fine.

On Thursday, February 20, 2014 9:06:42 AM UTC-5, Tiago Rodrigues wrote:

> I get this error sometimes when I try to create an index.
> 
> My version of java in easticsearch is the same as the client server.
> 
> Not is always this error occurs, different than seen in other posts.
> 
> The log:
> 
> > Exception in thread "main"  
> > org.elasticsearch.transport.TransportSerializationException: Failed to  
> > deserialize exception response from stream  
> > at  
> > org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:169)  
> > at  
> > org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:123)  
> > at  
> > org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)  
> > at  
> > org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)  
> > at  
> > org.elasticsearch.common.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791)  
> > at  
> > org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:296)  
> > at  
> > org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:462)  
> > at  
> > org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:443)  
> > at  
> > org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)  
> > at  
> > org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)  
> > at  
> > org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)  
> > at  
> > org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559)  
> > at  
> > org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:268)  
> > at  
> > org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:255)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)  
> > at  
> > org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)  
> > at  
> > org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)  
> > at  
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  
> > at  
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  
> > at java.lang.Thread.run(Thread.java:744)  
> > Caused by: java.io.EOFException  
> > at  
> > java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2598)  
> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)  
> > at java.io.ObjectInputStream.access$300(ObjectInputStream.java:206)  
> > at  
> > java.io.ObjectInputStream$GetFieldImpl.readFields(ObjectInputStream.java:2153)  
> > at java.io.ObjectInputStream.readFields(ObjectInputStream.java:540)  
> > at java.net.InetSocketAddress.readObject(InetSocketAddress.java:282)  
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  
> > at  
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)  
> > at  
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  
> > at java.lang.reflect.Method.invoke(Method.java:606)  
> > at  
> > java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017)  
> > at  
> > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1893)  
> > at  
> > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> > at  
> > java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)  
> > at  
> > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)  
> > at  
> > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> > at  
> > java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)  
> > at  
> > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)  
> > at  
> > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)  
> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)  
> > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)  
> > at  
> > org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:167)  
> > ... 23 more

--  
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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/204c826a-a291-4226-97c7-8411500017c5%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/204c826a-a291-4226-97c7-8411500017c5%40googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Tiago\_Rodrigues](https://avatars.discourse-cdn.com/v4/letter/t/c4cdca/32.png) [@Tiago\_Rodrigues](https://discuss.elastic.co/u/Tiago_Rodrigues)
#### Post date: [February 20, 2014, 5:43pm UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925/9 "2014-02-20T17:43:26Z")

</div>

I updated only the elasticsearch to version 0.90.11 in node and in server.

Apparently is all ok.

Thanks!

Em quinta-feira, 20 de fevereiro de 2014 11h58min25s UTC-3, David Pilato  
escreveu:

> Could you first upgrade to es 0.90.11 and downgrade jvm to 1.7.0\_25 ?
> 
> On both sides: client and node
> 
> --  
> David 😉  
> Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

--  
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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/9b3c8f25-2934-410f-be9a-47d27f6d86a3%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/9b3c8f25-2934-410f-be9a-47d27f6d86a3%40googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Arun\_Prakash](https://avatars.discourse-cdn.com/v4/letter/a/cc9497/32.png) [@Arun\_Prakash](https://discuss.elastic.co/u/Arun_Prakash)
#### Post date: [February 6, 2015, 1:17pm UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925/10 "2015-02-06T13:17:00Z")

</div>

Hi... I am also facing the same issue... but the cluster has started with  
no ERROR, and the INDEX, DELETE operations also went well. while performing  
the UPDATE Operation i am having the same ERROR

Note: Its script update

Elasticsearch : 1.4.2 three nodes running on java version "1.7.0\_03"

Client Java Process on java version "1.7.0\_65"

I am not having the ERROR message in Cluster log... while i call

updateResponse.actionGet(60000);

the Error come...

On Thursday, February 20, 2014 at 11:13:26 PM UTC+5:30, Tiago Rodrigues  
wrote:

> I updated only the elasticsearch to version 0.90.11 in node and in server.
> 
> Apparently is all ok.
> 
> Thanks!
> 
> Em quinta-feira, 20 de fevereiro de 2014 11h58min25s UTC-3, David Pilato  
> escreveu:
> 
> > Could you first upgrade to es 0.90.11 and downgrade jvm to 1.7.0\_25 ?
> > 
> > On both sides: client and node
> > 
> > --  
> > David 😉  
> > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

--  
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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/3bf4c202-0492-4d39-9a6a-ab69b8eafc6a%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/3bf4c202-0492-4d39-9a6a-ab69b8eafc6a%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [February 6, 2015, 1:33pm UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925/11 "2015-02-06T13:33:18Z")

</div>

Use the same JVM version on nodes and client.  
An exception thrown in server might be not deserializable on the client.

--  
David Pilato | Technical Advocate | [Elasticsearch.com](http://Elasticsearch.com)  
@dadoonet [https://twitter.com/dadoonet](https://twitter.com/dadoonet) | @elasticsearchfr [https://twitter.com/elasticsearchfr](https://twitter.com/elasticsearchfr) | @scrutmydocs [https://twitter.com/scrutmydocs](https://twitter.com/scrutmydocs)

> Le 6 févr. 2015 à 14:17, Sarohan [antoarunprakash@gmail.com](mailto:antoarunprakash@gmail.com) a écrit :
> 
> Hi... I am also facing the same issue... but the cluster has started with no ERROR, and the INDEX, DELETE operations also went well. while performing the UPDATE Operation i am having the same ERROR
> 
> Note: Its script update
> 
> Elasticsearch : 1.4.2 three nodes running on java version "1.7.0\_03"
> 
> Client Java Process on java version "1.7.0\_65"
> 
> I am not having the ERROR message in Cluster log... while i call
> 
> updateResponse.actionGet(60000);
> 
> the Error come...
> 
> On Thursday, February 20, 2014 at 11:13:26 PM UTC+5:30, Tiago Rodrigues wrote:  
> I updated only the elasticsearch to version 0.90.11 in node and in server.
> 
> Apparently is all ok.
> 
> Thanks!
> 
> Em quinta-feira, 20 de fevereiro de 2014 11h58min25s UTC-3, David Pilato escreveu:  
> Could you first upgrade to es 0.90.11 and downgrade jvm to 1.7.0\_25 ?
> 
> On both sides: client and node
> 
> --  
> David 😉  
> Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
> 
> --  
> 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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com) [mailto:elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/3bf4c202-0492-4d39-9a6a-ab69b8eafc6a%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/3bf4c202-0492-4d39-9a6a-ab69b8eafc6a%40googlegroups.com) [https://groups.google.com/d/msgid/elasticsearch/3bf4c202-0492-4d39-9a6a-ab69b8eafc6a%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/3bf4c202-0492-4d39-9a6a-ab69b8eafc6a%40googlegroups.com?utm_medium=email&utm_source=footer).  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout) [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
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+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/0CE1A54E-819B-4F9D-80FF-B9A406F8E544%40pilato.fr](https://groups.google.com/d/msgid/elasticsearch/0CE1A54E-819B-4F9D-80FF-B9A406F8E544%40pilato.fr).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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, 12:34am UTC](https://discuss.elastic.co/t/transportserializationexception-failed-to-deserialize-exception-response-from-stream/15925/12 "2017-07-06T00:34:30Z")

</div>


