[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-921) Runtime Exception when running Seam/EJB3 application clustered.

Phillip Thurmond (JIRA) jira-events at lists.jboss.org
Wed Mar 21 17:38:48 EDT 2007


    [ http://jira.jboss.com/jira/browse/EJBTHREE-921?page=comments#action_12356945 ] 
            
Phillip Thurmond commented on EJBTHREE-921:
-------------------------------------------

Here is another stack trace from a different EJB3 application.  I realize the stack trace might suggest a full disk or other configuration issue, but I have checked permissions, disk space, inodes, etc. and haven't found a problem.

16:50:57,025 ERROR [AbortableLRUAlgorithm] Eviction of /OrderInquiryBean/3j001-cd17w3-ezk8k4qh-1-ezk8wfpq-cec failed
java.lang.RuntimeException: java.io.IOException: No such file or directory
        at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5782)
        at org.jboss.cache.TreeCache.evict(TreeCache.java:3871)
        at org.jboss.cache.eviction.BaseEvictionPolicy.evict(BaseEvictionPolicy.java:34)
        at org.jboss.ejb3.cache.tree.AbortableLRUAlgorithm.evictCacheNode(AbortableLRUAlgorithm.java:64)
        at org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:90)
        at org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:121)
        at org.jboss.cache.eviction.BaseEvictionAlgorithm.process(BaseEvictionAlgorithm.java:98)
        at org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:80)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: java.io.IOException: No such file or directory
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.createNewFile(File.java:850)
        at org.jboss.cache.loader.FileCacheLoader.storeAttributes(FileCacheLoader.java:496)
        at org.jboss.cache.loader.FileCacheLoader.put(FileCacheLoader.java:170)
        at org.jboss.cache.loader.FileCacheLoader.put(FileCacheLoader.java:160)
        at org.jboss.cache.interceptors.PassivationInterceptor.invoke(PassivationInterceptor.java:65)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
        at org.jboss.cache.interceptors.CacheLoaderInterceptor.invoke(CacheLoaderInterceptor.java:212)
        at org.jboss.cache.interceptors.ActivationInterceptor.invoke(ActivationInterceptor.java:64)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
        at org.jboss.cache.interceptors.UnlockInterceptor.invoke(UnlockInterceptor.java:32)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
        at org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:39)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
        at org.jboss.cache.interceptors.TxInterceptor.handleNonTxMethod(TxInterceptor.java:365)
        at org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:160)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
        at org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:179)
        at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5776)
        ... 9 more


> Runtime Exception when running Seam/EJB3 application clustered.
> ---------------------------------------------------------------
>
>                 Key: EJBTHREE-921
>                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-921
>             Project: EJB 3.0
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: AS 4.2.0 CR1
>            Reporter: Brian Stansberry
>         Assigned To: Brian Stansberry
>             Fix For: AS 4.2.0 CR2
>
>
> From the linked issue JBPAPP-90.
>  Stack Trace:
> 12:53:47,639 WARN [SessionFactoryObjectFactory] Not found: ff80808111703eb20111703eb3400000 12:53:47,639 ERROR [AbortableLRUAlgorithm] Eviction of /TodoDao/3j001-6el9q3-ezikx6zw-1-ezikzkh6-r failed java.lang.RuntimeException: java.lang.RuntimeException: java.io.IOException at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5782) at org.jboss.cache.TreeCache.evict(TreeCache.java:3871) at org.jboss.cache.eviction.BaseEvictionPolicy.evict(BaseEvictionPolicy.java:34) at org.jboss.ejb3.cache.tree.AbortableLRUAlgorithm.evictCacheNode(AbortableLRUAlgorithm.java:64) at org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:90) at org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:121) at org.jboss.cache.eviction.BaseEvictionAlgorithm.process(BaseEvictionAlgorithm.java:98) at org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:80) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: java.lang.RuntimeException: java.io.IOException at org.jboss.ejb3.stateful.StatefulBeanContext.extractBeanAndInterceptors(StatefulBeanContext.java:810) at org.jboss.ejb3.stateful.StatefulBeanContext.getContains(StatefulBeanContext.java:105) at org.jboss.ejb3.stateful.StatefulBeanContext.getCanPassivate(StatefulBeanContext.java:329) at org.jboss.ejb3.cache.tree.StatefulTreeCache$ClusteredStatefulCacheListener.nodePassivate(StatefulTreeCache.java:490) at org.jboss.cache.TreeCache.notifyNodePassivate(TreeCache.java:5974) at org.jboss.cache.interceptors.PassivationInterceptor.invoke(PassivationInterceptor.java:64) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.CacheLoaderInterceptor.invoke(CacheLoaderInterceptor.java:212) at org.jboss.cache.interceptors.ActivationInterceptor.invoke(ActivationInterceptor.java:64) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.UnlockInterceptor.invoke(UnlockInterceptor.java:32) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:39) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.TxInterceptor.handleNonTxMethod(TxInterceptor.java:365) at org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:160) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:179) at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5776) ... 9 more Caused by: java.io.IOException at org.jboss.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:107) at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:269) at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241) at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412) at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82) at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInput.readObject(DataContainer.java:643) at org.jboss.serial.persister.ArrayPersister.readObjectArray(ArrayPersister.java:196)
>         ait org.jboss.serial.persister.ArrayPersister.readData(ArrayPersister.java:172)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the jboss-jira mailing list