[jboss-user] [JBossCache] - Re: Migrating from JBCache 1.2.3 to 1.4.0 SP1

Stephane75 do-not-reply at jboss.com
Tue Oct 24 03:22:57 EDT 2006


There are no exceptions when I put objects to the cache.
I'm using Tomcat 5.5.x. There were not the jboss-serialization.jar in the classpath, I added it but I got the same result.

Here is a copy of the log file when I put something in the cache :
2006-10-24 09:13:34,984 [http-8080-Processor25] DEBUG org.jboss.cache.interceptors.TxInterceptor - (null) call on method [_put(null, /FR, -1969335051, com.test.cache.User at fc301b6f, true)]
2006-10-24 09:13:34,984 [http-8080-Processor25] DEBUG org.jboss.cache.interceptors.PessimisticLockInterceptor - PessimisticLockInterceptor invoked for method _put(null, /FR, -1969335051, com.test.cache.User at fc301b6f, true)
2006-10-24 09:13:34,984 [http-8080-Processor25] DEBUG org.jboss.cache.interceptors.PessimisticLockInterceptor - Attempting to lock node /FR for owner Thread[http-8080-Processor25,5,main]
2006-10-24 09:13:34,984 [http-8080-Processor25] DEBUG org.jboss.cache.interceptors.CallInterceptor - Invoking method _put(null, /FR, -1969335051, com.test.cache.User at fc301b6f, true) on cache.
2006-10-24 09:13:34,984 [http-8080-Processor25] DEBUG org.jboss.cache.TreeCache - _put(null, "/FR", -1969335051, com.test.cache.User at fc301b6f)
2006-10-24 09:13:34,984 [http-8080-Processor25] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - Attempting to release locks on current thread.  Lock table is {}
2006-10-24 09:13:34,984 [http-8080-Processor25] DEBUG org.jboss.cache.interceptors.ReplicationInterceptor - Non-tx crud meth
2006-10-24 09:13:34,984 [http-8080-Processor25] DEBUG org.jboss.cache.interceptors.ReplicationInterceptor - invoking method _put(null, /FR, -1969335051, com.test.cache.User at fc301b6f, true), members=[], mode=REPL_ASYNC, exclude_self=true, timeout=10000
2006-10-24 09:13:34,984 [http-8080-Processor25] DEBUG org.jboss.cache.interceptors.ReplicationInterceptor - Broadcasting call _put(null, /FR, -1969335051, com.test.cache.User at fc301b6f, true) to recipient list null
2006-10-24 09:13:34,984 [http-8080-Processor25] DEBUG org.jboss.cache.TreeCache - destination list is empty, discarding call
2006-10-24 09:13:34,984 [http-8080-Processor25] DEBUG org.jboss.cache.interceptors.ReplicationInterceptor - responses=null

The object User is a simple object containing strings and getters / setters. It is serializable.

The ReplicationInterceptor write that the recipient list is null. Do you have an idea ?

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

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



More information about the jboss-user mailing list