I also get the following ClassCastException after redeploying any of my application jars in a clustered environment:
| ------------------------------------------------------- | GMS: address is 172.22.10.58:3127 | ------------------------------------------------------- | 17:17:03,598 INFO [TreeCache] viewAccepted(): new members: [172.22.10.58:3121,172.22.10.58:3127] | 17:17:03,645 INFO [TreeCache] setState(): setting the new state | 17:17:03,645 ERROR [TreeCache] setState(): could not set cache:java.lang.ClassCastException: cannot assign instance of org.jboss.cache.Fqn to field org.jboss.cache.Node.fqn of type org.jboss.cache.Fqn in instance of org.jboss.cache.Node | at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:1885) | at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1076) | at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1851) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324) | at org.jgroups.util.Util.objectFromByteBuffer(Util.java:39) | at org.jboss.cache.TreeCache$MessageListenerAdaptor.setState(TreeCache.java:2468) | at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.passUp(MessageDispatcher.java:470) | at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:292) | at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:515) | at org.jgroups.JChannel.up(JChannel.java:860) | at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:314) | at org.jgroups.stack.ProtocolStack.receiveUpEvent(ProtocolStack.java:330) | at org.jgroups.stack.Protocol.passUp(Protocol.java:470) | at org.jgroups.protocols.pbcast.STATE_TRANSFER.handleStateRsp(STATE_TRANSFER.java:299) | at org.jgroups.protocols.pbcast.STATE_TRANSFER.up(STATE_TRANSFER.java:119) | at org.jgroups.stack.UpHandler.run(Protocol.java:55) | 17:17:03,660 INFO [TreeCache] state was retrieved successfully (in 62 milliseconds | 17:17:03,660 INFO [TreeCache] Started jboss.cache:service=TreeCache | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838362#3838362 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838362 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
