cancel
Showing results for 
Search instead for 
Did you mean: 

Exception thrown (ContextClosedEvent)

cha
Champ in-the-making
Champ in-the-making
Hallo,

ich habe ein nerviges Problem bei der Installation von Alfresco 3, siehe folgenden Logoutput:
21:31:59,070 ERROR [org.springframework.web.context.support.XmlWebApplicationContext] Exception thrown from ApplicationListener handling ContextClosedEvent                                                                                                                                            
java.lang.IllegalStateException: The org.alfresco.cache.elementReadersCache Cache is not alive.                                                    
        at net.sf.ehcache.Cache.checkStatus(Cache.java:1588)                                                                                       
        at net.sf.ehcache.Cache.get(Cache.java:774)                                                                                                
        at net.sf.ehcache.Cache.get(Cache.java:755)                                                                                                
        at org.alfresco.repo.cache.EhCacheAdapter.get(EhCacheAdapter.java:87)                                                                      
        at org.alfresco.repo.cache.TransactionalCache.get(TransactionalCache.java:347)
        at org.alfresco.repo.config.xml.RepoXMLConfigService.removeElementReaders(RepoXMLConfigService.java:575)
        at org.alfresco.config.xml.XMLConfigService.destroy(XMLConfigService.java:129)
        at org.alfresco.repo.config.xml.RepoXMLConfigService.destroy(RepoXMLConfigService.java:176)
        at org.alfresco.repo.config.xml.RepoXMLConfigService$2.doWork(RepoXMLConfigService.java:210)
        at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:585)
        at org.alfresco.repo.config.xml.RepoXMLConfigService.onShutdown(RepoXMLConfigService.java:206)
        at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:73)
        at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
        at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
        at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:241)
        at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:603)
        at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:578)
        at org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:339)
        at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:73)
        at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3805)
        at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4357)
        at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:893)
        at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1180)
        at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1151)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:313)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
        at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1055)
        at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1067)
        at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:448)
        at org.apache.catalina.core.StandardService.stop(StandardService.java:510)
        at org.apache.catalina.core.StandardServer.stop(StandardServer.java:734)
        at org.apache.catalina.startup.Catalina.stop(Catalina.java:602)
        at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:645)

Jemand eine Idee was hier nicht funktioniert bzw. wie ich das fixe?

-
cha
5 REPLIES 5

cha
Champ in-the-making
Champ in-the-making
*seufz* niemand eine Idee?

bwerner
Champ in-the-making
Champ in-the-making
Hi,

Auf welchem System hast Du denn installiert und welche Datenbank verwendest Du?

VG,
Bernhard

cha
Champ in-the-making
Champ in-the-making
Debian 4.0, mySQL.

darthi
Champ in-the-making
Champ in-the-making
So ich habe mich nun noch einmal mit Alfresco Labs 3 versucht. Diesmal auf openSUSE 11 und ebenfalls mit mysql.
Ich bekomme nun nach dem Start von Alfresco exakt die gleiche Fehlermeldung wie cha.

darthi
Champ in-the-making
Champ in-the-making
Also ich habe das Problem nun anscheinend behoben.
Einfach einen Kernel Update von Linux gemacht und plötzlich war das Problem weg. Aber trotzdem irgendwie merkwürdig, da das eigentlich nichts miteinander zu tun haben sollte.