Manojred1236
Manojred1236
Thanks @ptupitsyn for quick response . Please find the stack trace . ``` o.a.i.i.client.thin.ClientServerError: Ignite failed to process request [19]: com.cisco.cjp.cache.model.EntityValue (server status code [1]) at o.a.i.i.client.thin.TcpClientChannel.processNextMessage(TcpClientChannel.java:565) at o.a.i.i.client.thin.TcpClientChannel.onMessage(TcpClientChannel.java:251) at...
I am using **ClientConfiguration** to initialise ignite, not find appropriate method to set **sendServerExceptionStackTraceToClient** method. public static ClientConfiguration getServerConfiguration(String[] clusterNodes, int connectTimeout, int retryLimit) { var igniteCfg = new ClientConfiguration();...
@timoninmaxim @yurinaryshkin @ptupitsyn I am running ignite server in docker container not able to find any logs to see what is the issue. Is configuration for index query is valid...
thanks a lot @ptupitsyn , Please find the complete error logs from server org.apache.ignite.client.ClientException: Ignite failed to process request [768]: com.cisco.cjp.cache.model.EntityValue class org.apache.ignite.binary.BinaryInvalidTypeException: com.cisco.cjp.cache.model.EntityValue at org.apache.ignite.internal.binary.BinaryContext.descriptorForTypeId(BinaryContext.java:741) at org.apache.ignite.internal.binary.BinaryReaderExImpl.deserialize0(BinaryReaderExImpl.java:1772) at org.apache.ignite.internal.binary.BinaryReaderExImpl.deserialize(BinaryReaderExImpl.java:1731)...
Thanks @ptupitsyn @timoninmaxim , One question with the index query will it possible to fetch only required fields ? example from the EntityValue pojo I want to fetch only **dtoJson**,...
@ptupitsyn , Do we need to define the index query entity before the cache creation ? what if the cache is already available will the index query take into effect(Tested...