[jboss-user] [JBoss Cache: Core Edition] - Re: Cache corrupted by 64bit windows member
wjm
do-not-reply at jboss.com
Fri Nov 7 14:37:14 EST 2008
Ah, yes. Very fair question. :-) When it was apparant to me that the error lies in readInt() and readShort(), I didn't think about the rest. Clearly thats where the problem is, but this is the form we see without a loader enabled:
30 [ERROR] RequestCorrelator.receiveMessage(): - failed unmarshalling buffer into return value
java.io.EOFException
at java.io.DataInputStream.readShort(Unknown Source)
at java.io.ObjectInputStream$BlockDataInputStream.readShort(Unknown Source)
at java.io.ObjectInputStream.readShort(Unknown Source)
at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:536)
at org.jboss.cache.marshall.CacheMarshaller200.objectFromObjectStream(CacheMarshaller200.java:147)
at org.jboss.cache.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:154)
at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:544)
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:1151)
at org.jgroups.mux.Multiplexer$Task.run(Multiplexer.java:1036)
at org.jgroups.mux.Multiplexer$ExecuteTask.run(Multiplexer.java:1060)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source
I'll attach this to the bug as well.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187813#4187813
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187813
More information about the jboss-user
mailing list