"[EMAIL PROTECTED]" wrote : ok, so the code is confidential. But can you cook up a mockup example to reproduce the problem? | | Or can you check out the source code and run the CacheLoader tests under aop ppackage? I will be interested to see where it fails. | | -Ben
I will see what I can do. It is also happening though without reading from the persistent cache ... and I also get a JGroups error along with it: | 11/04/05,14:34:58:jgroups-ERROR-PessimisticLockInterceptor: undo operation failedjava.lang.reflect.InvocationTargetException | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.cache.aop.collection.CollectionInterceptorUtil.invoke(CollectionInterceptorUtil.java:122) | at org.jboss.cache.aop.collection.CachedMapInterceptor.invoke(CachedMapInterceptor.java:108) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98) | at AOPClassProxy$0.get(AOPClassProxy$0.java) | at nl.motormind.TblServerRmt$TBLTreeCacheListener.nodeModified(TblServerRmt.java:169) | at org.jboss.cache.TreeCache.notifyNodeModified(TreeCache.java:4519) | at org.jboss.cache.TreeCache._remove(TreeCache.java:3863) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:286) | at org.jboss.cache.interceptors.PessimisticLockInterceptor.rollback(PessimisticLockInterceptor.java:336) | at org.jboss.cache.interceptors.PessimisticLockInterceptor.access$200(PessimisticLockInterceptor.java:31) | at org.jboss.cache.interceptors.PessimisticLockInterceptor$SynchronizationHandler.afterCompletion(PessimisticLockInterceptor.java:418) | at org.jboss.cache.interceptors.OrderedSynchronizationHandler.afterCompletion(OrderedSynchronizationHandler.java:80) | at org.jboss.cache.transaction.DummyTransaction.notifyAfterCompletion(DummyTransaction.java:260) | at org.jboss.cache.transaction.DummyTransaction.rollback(DummyTransaction.java:88) | at org.jboss.cache.transaction.DummyBaseTransactionManager.rollback(DummyBaseTransactionManager.java:84) | at org.jboss.cache.aop.TreeCacheAop.endTransaction(TreeCacheAop.java:486) | at org.jboss.cache.aop.TreeCacheAop.putObject(TreeCacheAop.java:373) | at org.jboss.cache.aop.collection.CachedMapImpl.put(CachedMapImpl.java:66) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.cache.aop.collection.CollectionInterceptorUtil.invoke(CollectionInterceptorUtil.java:122) | at org.jboss.cache.aop.collection.CachedMapInterceptor.invoke(CachedMapInterceptor.java:108) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98) | at AOPClassProxy$0.put(AOPClassProxy$0.java) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905470#3905470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905470 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
