I'm getting the same problem with JBossCache 1.0.2 on JDK 1.3.

Here is what I get from the log:

first instance 1 is started in JVM 1

>15:14:29,148 [INFO] org.jboss.cache.TreeCache: cache mode is REPL_SYNC
>-------------------------------------------------------
>GMS: address is siapp4c1:59485
>-------------------------------------------------------
>15:14:33,468 [INFO] org.jboss.cache.TreeCache: viewAccepted(): new members: 
>[siapp4c1:59485]
>15:14:33,505 [INFO] org.jboss.cache.TreeCache: state could not be retrieved (must be 
>first member in group)
>15:14:33,505 [INFO] org.jboss.cache.TreeCache: setState(): new cache is null (maybe 
>first member in cluster)
>Cache: /
.... successfully put some entries into the cache ....

.... now instance 2 is started up on jvm 2 (diffenent machine). Log from instance 1 
shows how instance 2 connects and retrieves state:

>15:17:36,868 [INFO] org.jboss.cache.TreeCache: viewAccepted(): new members: 
>[siapp4c1:59485, siapp5c1:59614]
>15:17:36,952 [INFO] org.jboss.cache.TreeCache: getState(): locking tree
>15:17:37,028 [INFO] org.jboss.cache.TreeCache: getState(): returning the current state

... now instance 2 tries to put an entry into the cache. While this happens instance 1 
shows:

>java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: boolean
>        <<no stack trace available>>

This is to be found in the logs of instance 2:


>15:17:32,488 [INFO] org.jboss.cache.TreeCache: cache mode is REPL_SYNC
>-------------------------------------------------------
>GMS: address is siapp5:59614
>-------------------------------------------------------
>15:17:36,929 [INFO] org.jboss.cache.TreeCache: viewAccepted(): new members: 
>[siapp4c1:59485, siapp5:59614]
>15:17:37,080 [INFO] org.jboss.cache.TreeCache: setState(): setting the new state
>15:17:37,126 [INFO] org.jboss.cache.TreeCache: setState(): locking the old tree
>15:17:37,181 [INFO] org.jboss.cache.TreeCache: setState(): locking the old tree was 
>successful
>15:17:37,182 [INFO] org.jboss.cache.TreeCache: setState(): forcing release of all 
>locks in old tree
>15:17:37,183 [INFO] org.jboss.cache.TreeCache: state was retrieved successfully (in 
>252 milliseconds
>Cache: /servers
>    /ipidom06c1.muc
>    /ipidom03c1.muc
>    /ipidom04c1.muc
>    /ipidom05c1.muc
>/users
>    /q174298

... cache state was received successfully and cache content can be read this means 
jgroups-communication seems to be fine.

... as soon instance 2 tries to put an entry into the cache it gets:

>15:17:39,625 [ERROR] org.jgroups.blocks.RpcDispatcher: 
>exception=java.lang.IllegalArgumentException: >java.lang.ClassNotFoundException: 
>boolean
>java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: boolean
>        <<no stack trace available>>

as a result the entry is not replicated and can only be read from the cache-instance 
where it was put into.

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

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


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to