[jboss-user] [JBoss Cache: Core Edition] - getting "[CacheMarshaller210] Unknown Magic Number 97" excep

dorbd do-not-reply at jboss.com
Thu Jun 19 01:58:19 EDT 2008


I am getting the following exception:

08:18:25,820 ERROR [CacheMarshaller210] Unknown Magic Number 97
08:18:25,821 ERROR [RpcDispatcher] exception marshalling object
java.lang.Exception: Unknown magic number 97
        at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:619)
        at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:656)
        at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:555)
        at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:656)
        at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:555)
        at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:520)
        at org.jboss.cache.marshall.CacheMarshaller200.objectFromObjectStream(CacheMarshaller200.java:120)
        at org.jboss.cache.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:188)
        at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:279)
        at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:624)
        at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:533)
        at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:365)
        at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:746)
        at org.jgroups.JChannel.up(JChannel.java:1154)
        at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:402)
        at org.jgroups.protocols.pbcast.STATE_TRANSFER.up(STATE_TRANSFER.java:144)
        at org.jgroups.protocols.pbcast.GMS.up(GMS.java:780)
        at org.jgroups.protocols.FRAG2.up(FRAG2.java:205)
        at org.jgroups.protocols.FC.up(FC.java:408)
        at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:234)
        at org.jgroups.protocols.UNICAST.up(UNICAST.java:282)
        at org.jgroups.protocols.pbcast.NAKACK.handleMessage(NAKACK.java:858)
        at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:687)
        at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:167)
        at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:300)
        at org.jgroups.protocols.FD.up(FD.java:285)
        at org.jgroups.protocols.MERGE2.up(MERGE2.java:145)
        at org.jgroups.protocols.Discovery.up(Discovery.java:245)
        at org.jgroups.protocols.TP.passMessageUp(TP.java:1126)
        at org.jgroups.protocols.TP.access$100(TP.java:48)
        at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1637)
        at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1616)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
        at java.lang.Thread.run(Thread.java:595)
08:18:25,835 ERROR [CacheMarshaller210] Unknown Magic Number 122
08:18:25,836 ERROR [RpcDispatcher] exception marshalling object
java.lang.Exception: Unknown magic number 122
        at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:619)
        at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:656)
        at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:555)
        at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:656)
        at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:555)
        at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:520)
        at org.jboss.cache.marshall.CacheMarshaller200.objectFromObjectStream(CacheMarshaller200.java:120)
        at org.jboss.cache.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:188)
        at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:279)
        at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:624)
        at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:533)
        at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:365)
        at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:746)
        at org.jgroups.JChannel.up(JChannel.java:1154)
        at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:402)
        at org.jgroups.protocols.pbcast.STATE_TRANSFER.up(STATE_TRANSFER.java:144)
        at org.jgroups.protocols.pbcast.GMS.up(GMS.java:780)
        at org.jgroups.protocols.FRAG2.up(FRAG2.java:205)
        at org.jgroups.protocols.FC.up(FC.java:408)
        at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:234)
         at org.jgroups.protocols.UNICAST.up(UNICAST.java:282)
        at org.jgroups.protocols.pbcast.NAKACK.handleMessage(NAKACK.java:858)
        at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:687)
        at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:167)
        at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:300)
        at org.jgroups.protocols.FD.up(FD.java:285)
        at org.jgroups.protocols.MERGE2.up(MERGE2.java:145)
        at org.jgroups.protocols.Discovery.up(Discovery.java:245)
        at org.jgroups.protocols.TP.passMessageUp(TP.java:1126)
        at org.jgroups.protocols.TP.access$100(TP.java:48)
        at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1637)
        at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1616)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
        at java.lang.Thread.run(Thread.java:595)

Do you have some clue what is the cause for all of this ?

Regards,
Dor

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159160#4159160

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159160



More information about the jboss-user mailing list