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, [EMAIL PROTECTED], 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, 
[EMAIL PROTECTED], 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, [EMAIL PROTECTED], true) on cache.
2006-10-24 09:13:34,984 [http-8080-Processor25] DEBUG org.jboss.cache.TreeCache 
- _put(null, "/FR", -1969335051, [EMAIL PROTECTED])
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, [EMAIL PROTECTED], 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, [EMAIL PROTECTED], 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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to