[infinispan-issues] [JBoss JIRA] (ISPN-9492) Unknown type: 130

Gustavo Fernandes (JIRA) issues at jboss.org
Mon Sep 10 01:51:00 EDT 2018


    [ https://issues.jboss.org/browse/ISPN-9492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630779#comment-13630779 ] 

Gustavo Fernandes edited comment on ISPN-9492 at 9/10/18 1:50 AM:
------------------------------------------------------------------

The stack trace indicates that the server was expecting data from a different type than provided. Please provide the server cache configuration, the client marshaller used, and the operation executed. 


was (Author: gustavonalle):
The stack trace indicates that the server was expecting data from a different type than provided. Please provide the server cache configuration, the client marshalled used, and the operation attempted. 

> Unknown type: 130
> -----------------
>
>                 Key: ISPN-9492
>                 URL: https://issues.jboss.org/browse/ISPN-9492
>             Project: Infinispan
>          Issue Type: Bug
>    Affects Versions: 9.3.1.Final
>            Reporter: Sergey Chernolyas
>            Priority: Blocker
>
> I take exception:
> _____________
> Exception in thread "main" org.infinispan.client.hotrod.exceptions.HotRodClientException:Request for messageId=22 returned server error (status=0x85): java.io.IOException: Unknown type: 130
>         at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:333)
>         at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:179)
>         at org.infinispan.client.hotrod.impl.transport.netty.HeaderDecoder.decode(HeaderDecoder.java:138)
>         at org.infinispan.client.hotrod.impl.transport.netty.HintedReplayingDecoder.callDecode(HintedReplayingDecoder.java:98)
>         at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
>         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
>         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
>         at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
>         at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
>         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
>         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
>         at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
>         at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1414)
>         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
>         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
>         at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:945)
>         at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:806)
>         at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:404)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:304)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
> ____________
> Main problem of the exception is cache became to unmanagable. I can't clear cache! 
> After get the exception I need to stop cluster and remove files of external storage.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list