Error : ESI esiContentIDs clustered cache could not initialize
Roland Ringgenberg <[email protected]> Fri, 26 Jan 2007 15:57:55 +0100
| Newsgroups | gmane.comp.cms.jahia.install |
|---|---|
| Message-ID | <[email protected]> |
Hi, I managed to install Jahia on a Java hoster (64m jvm), which was not that easy after all, but it looks like it works now. Used environment is tomcat 5.5.15 and mysql. Jahia was able to write the db tables, the jahia.xml file as well as the tomact-users.xml file which convinced me that the installation was successfull. I also managed to add all the small changes described in the administrator guide (CATALINA_OPTS in catalina.sh, the AspectWerkz configuration in setclasspath.sh as well as the changes in context.xml and server.xml). I run through the setup process on the server where the jahia.properties file is properly written by jahia (as far as I see, ESI is set to false esiCacheActivated=false and I also don't use a clustered env). It looks quite good, but I receive following error when requesting /jahia/Jahia to see the final result :( Any clues? Error : User message=ESI esiContentIDs clustered cache could not initialize. Review your configuration., System message=Service Registry Initialization Exception, root cause:User message=Initialization error., System message=ESI esiContentIDs clustered cache could not initialize. Review your configuration., root cause:null Exception StackTrace: Cause level : 0 (level 0 is the most precise exception) java.awt.HeadlessException at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159) at java.awt.Window.<init>(Window.java:317) at java.awt.Frame.<init>(Frame.java:419) at java.awt.Frame.<init>(Frame.java:384) at javax.swing.JFrame.<init>(JFrame.java:150) at org.jboss.cache.TreeCacheGui2.<init>(TreeCacheView2.java:201) at org.jboss.cache.TreeCacheView2.start(TreeCacheView2.java:79) at org.jahia.services.esi.EsiService.start(EsiService.java:161) at org.jahia.services.esi.EsiService$$FastClassByCGLIB$$85d912e.invoke(<generated>) at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149) at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122) at org.jahia.spring.aop.interceptor.SilentJamonPerformanceMonitorInterceptor.invokeUnderTrace(SilentJamonPerformanceMonitorInterceptor.java:43) at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:77) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144) at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606) at org.jahia.services.esi.EsiService$$EnhancerByCGLIB$$295cdcfb.start(<generated>) at org.jahia.registries.ServicesRegistry.initService(ServicesRegistry.java:581) at org.jahia.registries.ServicesRegistry.init(ServicesRegistry.java:256) at org.jahia.bin.Jahia.initServicesRegistry(Jahia.java:1154) at org.jahia.bin.Jahia.init(Jahia.java:461) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3915) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4176) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:603) at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1118) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020) at org.apache.catalina.core.StandardHost.start(StandardHost.java:718) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442) at org.apache.catalina.core.StandardService.start(StandardService.java:450) at org.apache.catalina.core.StandardServer.start(StandardServer.java:700) at org.apache.catalina.startup.Catalina.start(Catalina.java:551) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) Cause level : 1