Manojred1236 commented on issue #11310: URL: https://github.com/apache/ignite/issues/11310#issuecomment-2048927981
Thanks @ptupitsyn for quick response . Please find the stack trace . "stackTrace":"o.a.i.i.client.thin.ClientServerError: Ignite failed to process request [19]: com.cisco.cjp.cache.model.EntityValue (server status code [1])\n\tat o.a.i.i.client.thin.TcpClientChannel.processNextMessage(TcpClientChannel.java:565)\n\tat o.a.i.i.client.thin.TcpClientChannel.onMessage(TcpClientChannel.java:251)\n\tat o.a.i.i.c.t.i.g.GridNioClientConnection.onMessage(GridNioClientConnection.java:96)\n\tat o.a.i.i.c.t.i.g.GridNioClientListener.onMessage(GridNioClientListener.java:56)\n\tat o.a.i.i.c.t.i.g.GridNioClientListener.onMessage(GridNioClientListener.java:30)\n\tat o.a.i.i.u.n.GridNioFilterChain$TailFilter.onMessageReceived(GridNioFilterChain.java:279)\n\tat o.a.i.i.util.nio.GridNioFilterAdapter.proceedMessageReceived(GridNioFilterAdapter.java:109)\n\tat o.a.i.i.util.nio.GridNioCodecFilter.onMessageReceived(GridNioCodecFilter.java:116)\n\tat o.a.i.i.util.nio.GridNioFilterAdapter.proceedMessageReceived(GridNioFilterAdapter.java:109)\n\tat o.a.i.i.u.nio.GridNioServe r$HeadFilter.onMessageReceived(GridNioServer.java:3753)\n\tat o.a.i.i.util.nio.GridNioFilterChain.onMessageReceived(GridNioFilterChain.java:175)\n\tat o.a.i.i.u.n.GridNioServer$ByteBufferNioClientWorker.processRead(GridNioServer.java:1211)\n\tat o.a.i.i.u.n.GridNioServer$AbstractNioClientWorker.processSelectedKeysOptimized(GridNioServer.java:2527)\n\tat o.a.i.i.u.n.GridNioServer$AbstractNioClientWorker.bodyInternal(GridNioServer.java:2282)\n\tat o.a.i.i.u.n.GridNioServer$AbstractNioClientWorker.body(GridNioServer.java:1911)\n\tat o.a.i.internal.util.worker.GridWorker.run(GridWorker.java:125)\n\t... 1 common frames omitted\nWrapped by: org.apache.ignite.client.ClientException: Ignite failed to process request [19]: com.cisco.cjp.cache.model.EntityValue (server status code [1])\n\tat o.a.i.i.client.thin.TcpClientChannel.convertException(TcpClientChannel.java:475)\n\tat o.a.i.i.client.thin.TcpClientChannel.receive(TcpClientChannel.java:421)\n\tat o.a.i.i.client.thin.TcpClientChannel.se rvice(TcpClientChannel.java:311)\n\tat o.a.i.i.client.thin.ReliableChannel.lambda$service$0(ReliableChannel.ja..."} I cross checked the code the text **failed to process request** is coming as response from the ignite server. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
