Hi,
My XWiki Server restarted yesterday and has seemingly updated the JDK to the latest GA version shipped with CentOS9.
Following this, my XWiki server (Tomcat Servlet) will not start and throws a 500 error when trying to access.
I suspected this might be due to an older version of XWiki I was running so I followed the WAR upgrade path and have added the latest stable version.
The error is still the same after this.
In the catalina.out log it seems to all go down too:
Caused by: javax.management.InstanceAlreadyExistsException: org.xwiki.infinispan:type=CacheManager,name="xwiki",component=CacheManager
at java.management/com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:322)
at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1848)
at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:945)
at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:880)
at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:315)
at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:523)
at org.infinispan.jmx.SecurityActions.lambda$registerMBean$0(SecurityActions.java:35)
at org.infinispan.jmx.SecurityActions.doPrivileged(SecurityActions.java:26)
at org.infinispan.jmx.SecurityActions.registerMBean(SecurityActions.java:34)
at org.infinispan.jmx.AbstractJmxRegistration.register(AbstractJmxRegistration.java:279)
at org.infinispan.jmx.AbstractJmxRegistration.start(AbstractJmxRegistration.java:88)
... 94 common frames omitted
I have tried changing the domain within WEB-INF/cache/infinispan/config.xml
I have also tried increasing the cache size to 50k.
But this still gives the same errors.
I have only got a single xwiki folder within the tomcat webapps folder.
I have attached the Catalina.out from today for the latest single full statup sequence.
catalina-21112024.out.log (1.0 MB)
Hopefully someone can help. Thanks!
10 posts - 3 participants