Brian,
We had StateTransferVersion set as
130
After removing it as you suggested, I don't see the error anymore.
Thank you,
Jennifer
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003079#4003079
Reply to the post :
http://www.jboss.com/index.html?module=bb
Check and make sure you aren't setting attributes StateTransferVersion or
ReplicationVersion in your config file and that you aren't calling
TreeCache.setStateTransferVersion() or TreeCache.setReplicationVersion().
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
Hi
Here is the version info:
> java -jar jboss-cache.jar
Version:1.2.4.SP2
CVS:$Id: Version.java,v 1.5.2.1.4.3 2006/02/15 05:08:06 bstansberry
Exp $
History:(see docs/Changelog.txt for details)
--Jennifer
View the original post :
http://www.jboss.com/index.html?mod
What JBC version were you running?
JBC has a config attribute "StateTransferVersion" or in later releases
"ReplicationVersion". Sounds like the cache has this set to "1.2.3" to allow
interoperability with a cache instance running JBC 1.2.3 or earlier.
The registerClassloader()/activateRegion()