[jbosscache-issues] [JBoss JIRA] Commented: (JBCACHE-1432) Cache corrupted by 64bit windows member

Bill Middleton (JIRA) jira-events at lists.jboss.org
Fri Nov 7 14:43:47 EST 2008


    [ https://jira.jboss.org/jira/browse/JBCACHE-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12437507#action_12437507 ] 

Bill Middleton commented on JBCACHE-1432:
-----------------------------------------

Neglected to provide the stacktrace without cacheloader 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)
java.lang.RuntimeException: java.io.EOFException
	at org.jboss.cache.CacheImpl.invokeMethod(CacheImpl.java:3951)
	at org.jboss.cache.CacheImpl.remove(CacheImpl.java:1637)
	at org.jboss.cache.CacheImpl.removeNode(CacheImpl.java:4376)
	at org.jboss.cache.UnversionedNode.removeChild(UnversionedNode.java:489)
	at com.bbvd.b2.pluglet.nodemanager.NodeManager.remove(NodeManager.java:989)
	at com.bbvd.b2.pluglet.nodemanager.NodeManager$1.subscriptionTerminated(NodeManager.java:1684)
	at edu.emory.mathcs.revents.toolkit.ReventViews$SubtreeEventProvider$SubtreeNotifier.subscriptionTerminated(ReventViews.java:609)
	at edu.emory.mathcs.revents.impl.srv.impl.EventProviderImpl$NotifierEntry.subscriptionTerminated(EventProviderImpl.java:1225)
	at edu.emory.mathcs.revents.impl.srv.impl.EventProviderImpl$TopicEntry.deleteSubscription(EventProviderImpl.java:561)
	at edu.emory.mathcs.revents.impl.srv.impl.SubscriptionImpl.terminatedByChannel(SubscriptionImpl.java:274)
	at edu.emory.mathcs.revents.impl.srv.impl.EventChannelSrvImpl.terminateSubscription(EventChannelSrvImpl.java:212)
	at edu.emory.mathcs.revents.toolkit.ReventViews$SubtreeEventChannelSrv.terminateSubscription(ReventViews.java:897)
	at com.bbvd.b2.pluglet.nodemanager.NodeManager.unsubscribe(NodeManager.java:1266)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at edu.emory.mathcs.h2o.server.impl.H2OInterceptor.callNoCheck(H2OInterceptor.java:190)
	at edu.emory.mathcs.h2o.server.impl.H2OInterceptor.doInvoke(H2OInterceptor.java:166)
	at edu.emory.mathcs.h2o.server.impl.H2OInterceptor.access$000(H2OInterceptor.java:64)
	at edu.emory.mathcs.h2o.server.impl.H2OInterceptor$1.call(H2OInterceptor.java:140)
	at edu.emory.mathcs.h2o.server.impl.ThreadController$ThreadControllerList.perform(ThreadController.java:537)
	at edu.emory.mathcs.h2o.server.impl.H2OInterceptor.invoke(H2OInterceptor.java:138)
	at edu.emory.mathcs.rmix.InvocationTarget$MethodInvoker.invoke(InvocationTarget.java:396)
	at edu.emory.mathcs.rmix.spi.jrmpx.JrmpxServerRefImpl.doInvoke(JrmpxServerRefImpl.java:333)
	at edu.emory.mathcs.rmix.spi.jrmpx.JrmpxServerRefImpl.invoke(JrmpxServerRefImpl.java:325)
	at edu.emory.mathcs.rmix.spi.jrmpx.JrmpxServerRefImpl.invoke(JrmpxServerRefImpl.java:274)
	at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
	at sun.rmi.transport.Transport$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.rmi.transport.Transport.serviceCall(Unknown Source)
	at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
	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)
Caused by: 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)
	... 3 more
Fri Nov 07 16:08:31 CET 2008 [SEVERE] Problem removing the subscription: bill : NodeManager.remove; nested exception is: 
	java.io.EOFException
java.rmi.RemoteException: NodeManager.remove; nested exception is: 
	java.io.EOFException
	at com.bbvd.b2.pluglet.nodemanager.NodeManager.remove(NodeManager.java:1005)
	at com.bbvd.b2.pluglet.nodemanager.NodeManager$1.subscriptionTerminated(NodeManager.java:1684)
	at edu.emory.mathcs.revents.toolkit.ReventViews$SubtreeEventProvider$SubtreeNotifier.subscriptionTerminated(ReventViews.java:609)
	at edu.emory.mathcs.revents.impl.srv.impl.EventProviderImpl$NotifierEntry.subscriptionTerminated(EventProviderImpl.java:1225)
	at edu.emory.mathcs.revents.impl.srv.impl.EventProviderImpl$TopicEntry.deleteSubscription(EventProviderImpl.java:561)
	at edu.emory.mathcs.revents.impl.srv.impl.SubscriptionImpl.terminatedByChannel(SubscriptionImpl.java:274)
	at edu.emory.mathcs.revents.impl.srv.impl.EventChannelSrvImpl.terminateSubscription(EventChannelSrvImpl.java:212)
	at edu.emory.mathcs.revents.toolkit.ReventViews$SubtreeEventChannelSrv.terminateSubscription(ReventViews.java:897)
	at com.bbvd.b2.pluglet.nodemanager.NodeManager.unsubscribe(NodeManager.java:1266)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at edu.emory.mathcs.h2o.server.impl.H2OInterceptor.callNoCheck(H2OInterceptor.java:190)
	at edu.emory.mathcs.h2o.server.impl.H2OInterceptor.doInvoke(H2OInterceptor.java:166)
	at edu.emory.mathcs.h2o.server.impl.H2OInterceptor.access$000(H2OInterceptor.java:64)
	at edu.emory.mathcs.h2o.server.impl.H2OInterceptor$1.call(H2OInterceptor.java:140)
	at edu.emory.mathcs.h2o.server.impl.ThreadController$ThreadControllerList.perform(ThreadController.java:537)
	at edu.emory.mathcs.h2o.server.impl.H2OInterceptor.invoke(H2OInterceptor.java:138)
	at edu.emory.mathcs.rmix.InvocationTarget$MethodInvoker.invoke(InvocationTarget.java:396)
	at edu.emory.mathcs.rmix.spi.jrmpx.JrmpxServerRefImpl.doInvoke(JrmpxServerRefImpl.java:333)
	at edu.emory.mathcs.rmix.spi.jrmpx.JrmpxServerRefImpl.invoke(JrmpxServerRefImpl.java:325)
	at edu.emory.mathcs.rmix.spi.jrmpx.JrmpxServerRefImpl.invoke(JrmpxServerRefImpl.java:274)
	at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
	at sun.rmi.transport.Transport$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.rmi.transport.Transport.serviceCall(Unknown Source)
	at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
	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)
Caused by: 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)
	... 3 more
Fri Nov 07 16:08:31 CET 2008 [FINE] NodeManager:  bill is unsubscribing from node /Users/bill
Fri Nov 07 16:08:31 CET 2008 [FINE] NodeManager:  bill is unsubscribing from node /Systems/B2/IntegrationModules
Fri Nov 07 16:08:31 CET 2008 [FINE] NodeManager:  bill is unsubscribing from node /Systems
Fri Nov 07 16:08:31 CET 2008 [FINE] NodeManager:  bill is unsubscribing from node /IntegrationModules
33097 [ERROR] InactiveRegionAwareRpcDispatcher.handle(): - exception marshalling object
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:582)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:642)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:541)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:642)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:541)
	at org.jboss.cache.marshall.CacheMarshaller200.objectFromObjectStream(CacheMarshaller200.java:147)
	at org.jboss.cache.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:154)
	at org.jboss.cache.marshall.InactiveRegionAwareRpcDispatcher.handle(InactiveRegionAwareRpcDispatcher.java:50)
	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: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)
33177 [ERROR] InactiveRegionAwareRpcDispatcher.handle(): - exception marshalling object
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:582)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:642)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:541)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:642)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:541)
	at org.jboss.cache.marshall.CacheMarshaller200.objectFromObjectStream(CacheMarshaller200.java:147)
	at org.jboss.cache.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:154)
	at org.jboss.cache.marshall.InactiveRegionAwareRpcDispatcher.handle(InactiveRegionAwareRpcDispatcher.java:50)
	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: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)
41419 [ERROR] InactiveRegionAwareRpcDispatcher.handle(): - exception marshalling object
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:582)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:642)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:541)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:642)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:541)
	at org.jboss.cache.marshall.CacheMarshaller200.objectFromObjectStream(CacheMarshaller200.java:147)
	at org.jboss.cache.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:154)
	at org.jboss.cache.marshall.InactiveRegionAwareRpcDispatcher.handle(InactiveRegionAwareRpcDispatcher.java:50)
	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: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)
41529 [ERROR] InactiveRegionAwareRpcDispatcher.handle(): - exception marshalling object
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:582)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:642)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:541)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:642)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:541)
	at org.jboss.cache.marshall.CacheMarshaller200.objectFromObjectStream(CacheMarshaller200.java:147)
	at org.jboss.cache.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:154)
	at org.jboss.cache.marshall.InactiveRegionAwareRpcDispatcher.handle(InactiveRegionAwareRpcDispatcher.java:50)
	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: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)
91351 [ERROR] InactiveRegionAwareRpcDispatcher.handle(): - exception marshalling object
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:582)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:642)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:541)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:642)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:541)
	at org.jboss.cache.marshall.CacheMarshaller200.objectFromObjectStream(CacheMarshaller200.java:147)
	at org.jboss.cache.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:154)
	at org.jboss.cache.marshall.InactiveRegionAwareRpcDispatcher.handle(InactiveRegionAwareRpcDispatcher.java:50)
	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: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)
91411 [ERROR] InactiveRegionAwareRpcDispatcher.handle(): - exception marshalling object
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:582)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:642)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:541)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallMethodCall(CacheMarshaller200.java:642)
	at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:541)
	at org.jboss.cache.marshall.CacheMarshaller200.objectFromObjectStream(CacheMarshaller200.java:147)
	at org.jboss.cache.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:154)
	at org.jboss.cache.marshall.InactiveRegionAwareRpcDispatcher.handle(InactiveRegionAwareRpcDispatcher.java:50)
	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: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)




> Cache corrupted by 64bit windows member
> ---------------------------------------
>
>                 Key: JBCACHE-1432
>                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1432
>             Project: JBoss Cache
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Cache loaders
>    Affects Versions: 2.2.1.CR1
>         Environment: Windows 64bit OS with either 32 or 64bit jvm 
> in cluster with any linux OS (32 or 64bit) with any linux jvm.
>            Reporter: Bill Middleton
>            Assignee: Manik Surtani
>             Fix For: 3.1.0
>
>
> Hello. We've run into some trouble in attempting to bring a 64bit windows machine into an existing cluster. The cluster has (had) two 64bit linux members and was running fine when we attempted to insert a 64bit windows machine into the cluster. Anytime the 64bit windows machine wrote a node, the node was thereafter unreadable by either of the original cluster members. Exceptions of the following form were thrown by the other members (will attach stacktrace as comment)  
> I attempted to get help on this issue in the user forum, but it seems that nobody else is running 64bit windows as a cluster member with other OS's in the cluster.  I hope perhaps someone can at least confirm this now formally?  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosscache-issues mailing list