TransportSerializationException

Hi guys,

i have some trouble with exception deserialization form server. During
index delete request, exception is occured. But
through TransportSerializationException i can't find out the initial
exception, thrown by the server.

My request:
final DeleteIndexResponse response =
this.esClient.admin().indices().prepareDelete(index).execute().actionGet();

Stack:
org.elasticsearch.transport.TransportSerializationException: Failed to
deserialize exception response from stream
java.io.InvalidClassException: failed to read class descriptor
java.lang.ClassNotFoundException:
org.elasticsearch.transport.RemoteTransportException
null

AND: I can't finde any exceptions in server.log!

Whats wrong?

Best regards
Alex

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

I forgot to mention that I am in OSGI context. Without OSGI the delete
request works fine.

Am Donnerstag, 24. Oktober 2013 12:21:38 UTC+2 schrieb Alex:

Hi guys,

i have some trouble with exception deserialization form server. During
index delete request, exception is occured. But
through TransportSerializationException i can't find out the initial
exception, thrown by the server.

My request:
final DeleteIndexResponse response =
this.esClient.admin().indices().prepareDelete(index).execute().actionGet();

Stack:
org.elasticsearch.transport.TransportSerializationException: Failed to
deserialize exception response from stream
java.io.InvalidClassException: failed to read class descriptor
java.lang.ClassNotFoundException:
org.elasticsearch.transport.RemoteTransportException
null

AND: I can't finde any exceptions in server.log!

Whats wrong?

Best regards
Alex

--
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.
For more options, visit https://groups.google.com/groups/opt_out.