run_009

Untitled

Mar 5th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. +Caused by: java.io.StreamCorruptedException: unexpected end of block data
  2. + at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1372)
  3. + at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)
  4. + at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:500)
  5. + at java.lang.Throwable.readObject(Throwable.java:914)
  6. + at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
  7. + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  8. + at java.lang.reflect.Method.invoke(Method.java:606)
  9. + at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017)
  10. + at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1893)
  11. + at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)
  12. + at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)
  13. + at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)
  14. + at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:500)
  15. + at java.lang.Throwable.readObject(Throwable.java:914)
  16. + at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
  17. + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  18. + at java.lang.reflect.Method.invoke(Method.java:606)
  19. + at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017)
  20. + at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1893)
  21. + at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)
  22. + at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)
  23. + at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
  24. + at org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:167)
  25. + ... 23 more
  26. +[2014-03-06 00:00:54,914][WARN ][cluster.action.shard ] [Albino] sending failed shard for [appointments_development_20131123203425873][0], node[bSnBTyAIRpKma3lvziN8yw], [R], s[INITIALIZING], reason [Failed to start shard, message [RecoveryFailedException[[appointments_development_20131123203425873][0]: Recovery failed from [Pyro][ZkAdV9tjS5Stjxu9c33Tvw][inet[/fe80:0:0:0:d6be:d9ff:fe34:b6e1%2:9300]] into [Albino][bSnBTyAIRpKma3lvziN8yw][inet[/10.1.39.41:9300]]]; nested: RemoteTransportException[[Pyro][inet[/fe80:0:0:0:d6be:d9ff:fe34:b6e1%2:9300]][index/shard/recovery/startRecovery]]; nested: RecoveryEngineException[[appointments_development_20131123203425873][0] Phase[2] Execution failed]; nested: RemoteTransportException[Failed to deserialize exception response from stream]; nested: TransportSerializationException[Failed to deserialize exception response from stream]; nested: StreamCorruptedException[unexpected end of block data]; ]]
  27. +[2014-03-06 00:00:55,021][WARN ][indices.cluster ] [Albino] [appointments_development_20131123203425873][1] failed to start shard
  28. +org.elasticsearch.indices.recovery.RecoveryFailedException: [appointments_development_20131123203425873][1]: Recovery failed from [Pyro][ZkAdV9tjS5Stjxu9c33Tvw][inet[/fe80:0:0:0:d6be:d9ff:fe34:b6e1%2:9300]] into [Albino][bSnBTyAIRpKma3lvziN8yw][inet[/10.1.39.41:9300]]
  29. + at org.elasticsearch.indices.recovery.RecoveryTarget.doRecovery(RecoveryTarget.java:293)
  30. + at org.elasticsearch.indices.recovery.RecoveryTarget.access$300(RecoveryTarget.java:62)
  31. + at org.elasticsearch.indices.recovery.RecoveryTarget$2.run(RecoveryTarget.java:163)
  32. + at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
  33. + at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  34. + at java.lang.Thread.run(Thread.java:701)
  35. +Caused by: org.elasticsearch.transport.RemoteTransportException: [Pyro][inet[/fe80:0:0:0:d6be:d9ff:fe34:b6e1%2:9300]][index/shard/recovery/startRecovery]
  36. +Caused by: org.elasticsearch.index.engine.RecoveryEngineException: [appointments_development_20131123203425873][1] Phase[2] Execution failed
  37. + at org.elasticsearch.index.engine.robin.RobinEngine.recover(RobinEngine.java:1156)
  38. + at org.elasticsearch.index.shard.service.InternalIndexShard.recover(InternalIndexShard.java:590)
  39. + at org.elasticsearch.indices.recovery.RecoverySource.recover(RecoverySource.java:117)
  40. + at org.elasticsearch.indices.recovery.RecoverySource.access$1600(RecoverySource.java:61)
  41. + at org.elasticsearch.indices.recovery.RecoverySource$StartRecoveryTransportRequestHandler.messageReceived(RecoverySource.java:333)
  42. + at org.elasticsearch.indices.recovery.RecoverySource$StartRecoveryTransportRequestHandler.messageReceived(RecoverySource.java:319)
  43. + at org.elasticsearch.transport.netty.MessageChannelHandler$RequestHandler.run(MessageChannelHandler.java:270)
  44. + at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  45. + at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  46. + at java.lang.Thread.run(Thread.java:744)
  47. +Caused by: org.elasticsearch.transport.RemoteTransportException: Failed to deserialize exception response from stream
  48. +Caused by: org.elasticsearch.transport.TransportSerializationException: Failed to deserialize exception response from stream
  49. + at org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:169)
  50. + at org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:123)
  51. + at org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)
Advertisement
Add Comment
Please, Sign In to add comment