Unable to run hippo on OpenshiftCluster- "No Repository is available" error

Team,
we are containerizing the hippo application from onprem VM to openshift. While deploying, it fails to load the URL /cms or /site. Though all the required env variables are set, DB connection is in place, PV is in place. Repository-data is in place. Seems there is a partial copy happening on the PV. Need help in assisting on the recurring issue.

Error log-
15.07.2025 11:51:37 WARN http-nio2-8080-exec-18 [PluginUserSession.getJcrSession:197] Cannot login fallback session: No repository found at: vm://0

15.07.2025 11:51:37 ERROR http-nio2-8080-exec-17 [RepositoryRuntimeExceptionHandlingRequestCycleListener.createRequestHandler:72] Creating RequestHandler for RepositoryUnavailableException: org.hippoecm.frontend.RepositoryUnavailableException: Repository is not available.

org.hippoecm.frontend.RepositoryUnavailableException: Repository is not available.

at org.hippoecm.frontend.session.PluginUserSession.getJcrSession(PluginUserSession.java:203) ~[hippo-cms-engine-14.4.0.jar:14.4.0]

at org.hippoecm.frontend.session.PluginUserSession.getApplicationName(PluginUserSession.java:585) ~[hippo-cms-engine-14.4.0.jar:14.4.0]

at org.hippoecm.frontend.Main.isCmsApplication(Main.java:862) ~[hippo-cms-engine-14.4.0.jar:14.4.0]

at org.hippoecm.frontend.PluginPage.(PluginPage.java:99) ~[hippo-cms-engine-14.4.0.jar:14.4.0]

at org.hippoecm.frontend.NoRepositoryAvailablePage.(NoRepositoryAvailablePage.java:25) ~[hippo-cms-engine-14.4.0.jar:14.4.0]

at sun.reflect.GeneratedConstructorAccessor56.newInstance(Unknown Source) ~[?:?]

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_442]

1 Like

Can someone share some insights or workaround on previously posted issue please?

not unless you add full logs (you attached only last exception which is not very relevant). I am also not sue why you run v14…

21.07.2025 09:20:48 DEBUG main [HippoCompactNodeTypeDefReader$HippoNamespaceMapping.setMapping:88]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} set mapping of jcr to http://www.jcp.org/jcr/1.0
21.07.2025 09:20:48 DEBUG main [HippoCompactNodeTypeDefReader$HippoNamespaceMapping.setMapping:88]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} set mapping of mix to http://www.jcp.org/jcr/mix/1.0
21.07.2025 09:20:48 DEBUG main [HippoCompactNodeTypeDefReader$HippoNamespaceMapping.setMapping:88]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} set mapping of hippo to http://www.onehippo.org/jcr/hippo/nt/2.0.4
21.07.2025 09:20:48 ERROR main [ConfigurationServiceImpl.applyConfig:955]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Failed to apply config
javax.jcr.RepositoryException: The following node type change contains non-trivial changes.Up until now only trivial changes are supported. (see javadoc for org.apache.jackrabbit.spi.commons.nodetype.NodeTypeDefDiff):
org.hippoecm.repository.jackrabbit.HippoNodeTypeRegistry$CustomNodeTypeDefDiff[
	nodeTypeName={http://www.onehippo.org/jcr/hcm/1.0}hcm,
	mixinFlagDiff=NONE,
	supertypesDiff=NONE,
	propertyDifferences=[
	],
	childNodeDifferences=[
		org.apache.jackrabbit.spi.commons.nodetype.NodeTypeDefDiff$ChildNodeDefDiff[itemName={http://www.onehippo.org/jcr/hcm/1.0}content, type=NONE, operation=NONE],
		org.apache.jackrabbit.spi.commons.nodetype.NodeTypeDefDiff$ChildNodeDefDiff[itemName={http://www.onehippo.org/jcr/hcm/1.0}baseline, type=NONE, operation=NONE],
		org.apache.jackrabbit.spi.commons.nodetype.NodeTypeDefDiff$ChildNodeDefDiff[itemName={http://www.onehippo.org/jcr/hippo/nt/2.0.4}lock, type=MAJOR, operation=REMOVED],
		org.apache.jackrabbit.spi.commons.nodetype.NodeTypeDefDiff$ChildNodeDefDiff[itemName={http://www.onehippo.org/jcr/hcm/1.0}webbundles, type=NONE, operation=NONE]
	]
]

	at org.apache.jackrabbit.core.nodetype.NodeTypeRegistry.checkForConflictingContent(NodeTypeRegistry.java:952) ~[jackrabbit-core-2.18.5-h3.jar:2.18.5-h3]
	at org.hippoecm.repository.jackrabbit.HippoNodeTypeRegistry.checkForConflictingContent(HippoNodeTypeRegistry.java:233) ~[hippo-repository-engine-14.4.0.jar:14.4.0]
	at org.apache.jackrabbit.core.nodetype.NodeTypeRegistry.reregisterNodeType(NodeTypeRegistry.java:436) ~[jackrabbit-core-2.18.5-h3.jar:2.18.5-h3]
	at org.apache.jackrabbit.core.nodetype.NodeTypeRegistry.reregisterNodeType(NodeTypeRegistry.java:385) ~[jackrabbit-core-2.18.5-h3.jar:2.18.5-h3]
	at org.onehippo.repository.util.NodeTypeUtils.initializeNodeTypes(NodeTypeUtils.java:58) ~[hippo-repository-engine-14.4.0.jar:14.4.0]
	at org.onehippo.cm.engine.ConfigurationConfigService.applyNodeTypes(ConfigurationConfigService.java:421) ~[hippo-repository-engine-14.4.0.jar:14.4.0]
	at org.onehippo.cm.engine.ConfigurationConfigService.applyNamespacesAndNodeTypes(ConfigurationConfigService.java:299) ~[hippo-repository-engine-14.4.0.jar:14.4.0]
	at org.onehippo.cm.engine.ConfigurationServiceImpl.applyConfig(ConfigurationServiceImpl.java:941) [hippo-repository-engine-14.4.0.jar:14.4.0]
	at org.onehippo.cm.engine.ConfigurationServiceImpl.init(ConfigurationServiceImpl.java:436) [hippo-repository-engine-14.4.0.jar:14.4.0]
	at org.onehippo.cm.engine.ConfigurationServiceImpl.start(ConfigurationServiceImpl.java:206) [hippo-repository-engine-14.4.0.jar:14.4.0]
	at org.hippoecm.repository.LocalHippoRepository.initializeConfiguration(LocalHippoRepository.java:310) [hippo-repository-engine-14.4.0.jar:14.4.0]
	at org.hippoecm.repository.LocalHippoRepository.initialize(LocalHippoRepository.java:292) [hippo-repository-engine-14.4.0.jar:14.4.0]
	at org.hippoecm.repository.LocalHippoRepository.create(LocalHippoRepository.java:122) [hippo-repository-engine-14.4.0.jar:14.4.0]
	at org.hippoecm.repository.LocalHippoRepository.create(LocalHippoRepository.java:112) [hippo-repository-engine-14.4.0.jar:14.4.0]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_442]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_442]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_442]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_442]
	at org.hippoecm.repository.HippoRepositoryFactory.getHippoRepository(HippoRepositoryFactory.java:147) [hippo-repository-connector-14.4.0.jar:14.4.0]
	at org.hippoecm.repository.RepositoryServlet.init(RepositoryServlet.java:207) [hippo-repository-servlets-14.4.0.jar:14.4.0]
	at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1106) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1063) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:960) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4641) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4948) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:683) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:658) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:661) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:680) [catalina.jar:9.0.87.redhat-00003]
	at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1844) [catalina.jar:9.0.87.redhat-00003]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_442]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_442]
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) [tomcat-util.jar:9.0.87.redhat-00003]
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112) [?:1.8.0_442]
	at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:575) [catalina.jar:9.0.87.redhat-00003]
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:466) [catalina.jar:9.0.87.redhat-00003]
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1584) [catalina.jar:9.0.87.redhat-00003]
	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312) [catalina.jar:9.0.87.redhat-00003]
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:114) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:402) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:345) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:893) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:794) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322) [catalina.jar:9.0.87.redhat-00008]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_442]
	at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) [tomcat-util.jar:9.0.87.redhat-00003]
	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) [?:1.8.0_442]
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:248) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardService.startInternal(StandardService.java:433) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:925) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.startup.Catalina.start(Catalina.java:735) [catalina.jar:9.0.87.redhat-00003]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_442]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_442]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_442]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_442]
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345) [bootstrap.jar:9.0.87.redhat-00003]
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473) [bootstrap.jar:9.0.87.redhat-00003]
21.07.2025 09:20:48 INFO  main [ConfigurationServiceImpl.init:471]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} ConfigurationService: start repository services
21.07.2025 09:20:48 DEBUG main [HippoLoginModule.login:116]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} SystemSession impersonating to new SystemSession
21.07.2025 09:20:48 INFO  main [HippoAccessManager.init:314]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Initialized HippoAccessManager for user system with cache size 20000
21.07.2025 09:20:48 DEBUG main [Modules.<init>:92]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Hippo-Modules specified by manifest  jar:file:/deployments/cms/WEB-INF/lib/hippo-cms-editor-common-14.4.0.jar!/META-INF/MANIFEST.MF : none
21.07.2025 09:20:48 DEBUG main [Modules.<init>:92]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Hippo-Modules specified by manifest  jar:file:/deployments/cms/WEB-INF/lib/hippo-cms-translation-common-14.4.0.jar!/META-INF/MANIFEST.MF : none
21.07.2025 09:20:48 DEBUG main [Modules.<init>:92]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Hippo-Modules specified by manifest  jar:file:/deployments/cms/WEB-INF/lib/hippo-cms-types-14.4.0.jar!/META-INF/MANIFEST.MF : none
21.07.2025 09:20:48 DEBUG main [Modules.<init>:92]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Hippo-Modules specified by manifest  jar:file:/deployments/cms/WEB-INF/lib/hst-addon-cnd-14.4.0.jar!/META-INF/MANIFEST.MF : none
21.07.2025 09:20:48 DEBUG main [Modules.<init>:92]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Hippo-Modules specified by manifest  jar:file:/deployments/cms/WEB-INF/lib/hippo-cms-config-14.4.0.jar!/META-INF/MANIFEST.MF : none
21.07.2025 09:20:48 DEBUG main [Modules.<init>:92]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Hippo-Modules specified by manifest  jar:file:/deployments/cms/WEB-INF/lib/hippo-cms-gallery-repository-14.4.0.jar!/META-INF/MANIFEST.MF : none
21.07.2025 09:20:48 DEBUG main [Modules.<init>:92]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Hippo-Modules specified by manifest  jar:file:/deployments/cms/WEB-INF/lib/hippo-cms-translation-repository-14.4.0.jar!/META-INF/MANIFEST.MF : none
21.07.2025 09:20:48 DEBUG main [Modules.<init>:92]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Hippo-Modules specified by manifest  jar:file:/deployments/cms/WEB-INF/lib/hippo-cms-workflow-repository-14.4.0.jar!/META-INF/MANIFEST.MF : none
21.07.2025 09:20:48 DEBUG main [Modules.<init>:92]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Hippo-Modules specified by manifest  jar:file:/deployments/cms/WEB-INF/lib/hippo-cms-editor-repository-14.4.0.jar!/META-INF/MANIFEST.MF : none
21.07.2025 09:20:49 INFO  main [HippoLocalItemStateManager.initialize:224]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Provider module org.hippoecm.repository.jackrabbit.MirrorVirtualProvider@7f0d3f56
21.07.2025 09:20:49 INFO  main [HippoLocalItemStateManager.initialize:224]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Provider module org.hippoecm.repository.jackrabbit.facetnavigation.FacetNavigationProvider@46e0f56
21.07.2025 09:20:49 INFO  main [HippoLocalItemStateManager.initialize:224]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Provider module org.hippoecm.repository.jackrabbit.facetnavigation.FacetSubNavigationProvider@3d8bf429
21.07.2025 09:20:49 INFO  main [HippoLocalItemStateManager.initialize:224]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Provider module org.hippoecm.repository.jackrabbit.facetnavigation.FacetsAvailableNavigationProvider@23df9ef4
21.07.2025 09:20:50 ERROR main [UpdaterRegistry.buildRegistry:88]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Failed to register updater 'MigrateZonesToIncludeZonesInSections': org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
updater: 48: unable to resolve class groovy.json.JsonSlurper 
 @ line 48, column 27.
           def jsonSlurper = new groovy.json.JsonSlurper()
                             ^

1 error

21.07.2025 09:20:51 INFO  main [ModuleManager.startModule:133]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Starting module localizer
21.07.2025 09:20:51 DEBUG main [HippoLoginModule.login:116]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} SystemSession impersonating to new SystemSession
21.07.2025 09:20:51 INFO  main [HippoAccessManager.init:314]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Initialized HippoAccessManager for user system with cache size 20000
21.07.2025 09:20:51 INFO  main [HippoLocalItemStateManager.initialize:224]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Provider module org.hippoecm.repository.jackrabbit.FacetResultSetProvider@7ede288e
21.07.2025 09:20:51 INFO  main [HippoLocalItemStateManager.initialize:224]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Provider module org.hippoecm.repository.jackrabbit.MirrorVirtualProvider@7ffe5009
21.07.2025 09:20:51 INFO  main [HippoLocalItemStateManager.initialize:224]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Provider module org.hippoecm.repository.jackrabbit.facetnavigation.FacetNavigationProvider@66b6d840
21.07.2025 09:20:51 INFO  main [HippoLocalItemStateManager.initialize:224]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Provider module org.hippoecm.repository.jackrabbit.facetnavigation.FacetSubNavigationProvider@659cee91
21.07.2025 09:20:51 IN




21.07.2025 09:21:14 DEBUG http-nio2-8080-exec-24 [HippoLoginModule.login:159] {dt.trace_id=44aada9c514281de41f1a30d70e79294, dt.span_id=552f62bb36e6b6a2, dt.trace_sampled=true}{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Trying to authenticate as frontend-system-user
21.07.2025 09:21:14 DEBUG http-nio2-8080-exec-24 [SecurityManager.authenticate:299] {dt.trace_id=44aada9c514281de41f1a30d70e79294, dt.span_id=552f62bb36e6b6a2, dt.trace_sampled=true}{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Trying to authenticate user frontend-system-user with provider internal
21.07.2025 09:21:14 DEBUG http-nio2-8080-exec-24 [SecurityManager.authenticate:308] {dt.trace_id=44aada9c514281de41f1a30d70e79294, dt.span_id=552f62bb36e6b6a2, dt.trace_sampled=true}{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} No provider found or invalid username and password: frontend-system-user
21.07.2025 09:21:14 INFO  http-nio2-8080-exec-24 [HippoLoginModule.login:167] {dt.trace_id=44aada9c514281de41f1a30d70e79294, dt.span_id=552f62bb36e6b6a2, dt.trace_sampled=true}{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} NOT Authenticated as frontend-system-user
21.07.2025 09:21:14 WARN  http-nio2-8080-exec-24 [PluginUserSession.getJcrSession:197] {dt.trace_id=44aada9c514281de41f1a30d70e79294, dt.span_id=552f62bb36e6b6a2, dt.trace_sampled=true}{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Cannot login fallback session: Wrong username or password.
21.07.2025 09:21:14 ERROR http-nio2-8080-exec-24 [RepositoryRuntimeExceptionHandlingRequestCycleListener.createRequestHandler:72] {dt.trace_id=44aada9c514281de41f1a30d70e79294, dt.span_id=552f62bb36e6b6a2, dt.trace_sampled=true}{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Creating RequestHandler for RepositoryUnavailableException: org.hippoecm.frontend.RepositoryUnavailableException: Repository is not available.
org.hippoecm.frontend.RepositoryUnavailableException: Repository is not available.
	at org.hippoecm.frontend.session.PluginUserSession.getJcrSession(PluginUserSession.java:203) ~[hippo-cms-engine-14.4.0.jar:14.4.0]
	at org.hippoecm.frontend.session.PluginUserSession.getApplicationName(PluginUserSession.java:585) ~[hippo-cms-engine-14.4.0.jar:14.4.0]
	at org.hippoecm.frontend.Main.isCmsApplication(Main.java:862) ~[hippo-cms-engine-14.4.0.jar:14.4.0]
	at org.hippoecm.frontend.PluginPage.<init>(PluginPage.java:99) ~[hippo-cms-engine-14.4.0.jar:14.4.0]
	at org.hippoecm.frontend.NoRepositoryAvailablePage.<init>(NoRepositoryAvailablePage.java:25) ~[hippo-cms-engine-14.4.0.jar:14.4.0]
	at sun.reflect.GeneratedConstructorAccessor67.newInstance(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_442]
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_442]
	at org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:175) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:67) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.DefaultMapperContext.newPageInstance(DefaultMapperContext.java:102) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.core.request.handler.PageProvider.resolvePageInstance(PageProvider.java:271) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.core.request.handler.PageProvider.getPageInstance(PageProvider.java:169) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.handler.render.PageRenderer.getPage(PageRenderer.java:78) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:231) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.core.request.handler.RenderPageRequestHandler.respond(RenderPageRequestHandler.java:175) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:895) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64) ~[wicket-request-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:314) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:237) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:293) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:261) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:203) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:284) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:179) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:154) [catalina.jar:9.0.87.redhat-00008]
	at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:42) [hippo-cms-login-14.4.0.jar:14.4.0]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:179) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:154) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.valves.HealthCheckValve.invoke(HealthCheckValve.java:92) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:670) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:765) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1734) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1296) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:341) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:481) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:417) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126) [?:1.8.0_442]
	at sun.nio.ch.Invoker$2.run(Invoker.java:218) [?:1.8.0_442]
	at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112) [?:1.8.0_442]
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-util.jar:9.0.87.redhat-00003]
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-util.jar:9.0.87.redhat-00003]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) [tomcat-util.jar:9.0.87.redhat-00003]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_442]
21.07.2025 09:21:14 DEBUG http-nio2-8080-exec-24 [HippoLoginModule.login:159] {dt.trace_id=44aada9c514281de41f1a30d70e79294, dt.span_id=552f62bb36e6b6a2, dt.trace_sampled=true}{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Trying to authenticate as frontend-system-user
21.07.2025 09:21:14 DEBUG http-nio2-8080-exec-24 [SecurityManager.authenticate:299] {dt.trace_id=44aada9c514281de41f1a30d70e79294, dt.span_id=552f62bb36e6b6a2, dt.trace_sampled=true}{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Trying to authenticate user frontend-system-user with provider internal
21.07.2025 09:21:14 DEBUG http-nio2-8080-exec-24 [SecurityManager.authenticate:308] {dt.trace_id=44aada9c514281de41f1a30d70e79294, dt.span_id=552f62bb36e6b6a2, dt.trace_sampled=true}{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} No provider found or invalid username and password: frontend-system-user
21.07.2025 09:21:14 INFO  http-nio2-8080-exec-24 [HippoLoginModule.login:167] {dt.trace_id=44aada9c514281de41f1a30d70e79294, dt.span_id=552f62bb36e6b6a2, dt.trace_sampled=true}{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} NOT Authenticated as frontend-system-user
21.07.2025 09:21:14 WARN  http-nio2-8080-exec-24 [PluginUserSession.getJcrSession:197] {dt.trace_id=44aada9c514281de41f1a30d70e79294, dt.span_id=552f62bb36e6b6a2, dt.trace_sampled=true}{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Cannot login fallback session: Wrong username or password.
21.07.2025 09:21:14 ERROR http-nio2-8080-exec-24 [RequestCycle.executeExceptionRequestHandler:327] {dt.trace_id=44aada9c514281de41f1a30d70e79294, dt.span_id=552f62bb36e6b6a2, dt.trace_sampled=true}{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Error during processing error message
org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor 'public org.hippoecm.frontend.NoRepositoryAvailablePage()'. An exception has been thrown during construction!
	at org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:194) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:67) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.DefaultMapperContext.newPageInstance(DefaultMapperContext.java:102) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.core.request.handler.PageProvider.resolvePageInstance(PageProvider.java:271) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.core.request.handler.PageProvider.getPageInstance(PageProvider.java:169) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.handler.render.PageRenderer.getPage(PageRenderer.java:78) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:231) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.core.request.handler.RenderPageRequestHandler.respond(RenderPageRequestHandler.java:175) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:895) ~[wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64) ~[wicket-request-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:314) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.executeExceptionRequestHandler(RequestCycle.java:323) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:237) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:293) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:261) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:203) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:284) [wicket-core-7.17.0.jar:7.17.0]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:179) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:154) [catalina.jar:9.0.87.redhat-00008]
	at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:42) [hippo-cms-login-14.4.0.jar:14.4.0]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:179) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:154) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.valves.HealthCheckValve.invoke(HealthCheckValve.java:92) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:670) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:765) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) [catalina.jar:9.0.87.redhat-00008]
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1734) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1296) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:341) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:481) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:417) [tomcat-coyote.jar:9.0.87.redhat-00008]
	at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126) [?:1.8.0_442]
	at sun.nio.ch.Invoker$2.run(Invoker.java:218) [?:1.8.0_442]
	at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112) [?:1.8.0_442]
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-util.jar:9.0.87.redhat-00003]
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-util.jar:9.0.87.redhat-00003]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) [tomcat-util.jar:9.0.87.redhat-00003]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_442]
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedConstructorAccessor67.newInstance(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_442]
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_442]
	at org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:175) ~[wicket-core-7.17.0.jar:7.17.0]
	... 56 more
Caused by: org.hippoecm.frontend.RepositoryUnavailableException: Repository is not available.
	at org.hippoecm.frontend.session.PluginUserSession.getJcrSession(PluginUserSession.java:203) ~[hippo-cms-engine-14.4.0.jar:14.4.0]
	at org.hippoecm.frontend.session.PluginUserSession.getApplicationName(PluginUserSession.java:585) ~[hippo-cms-engine-14.4.0.jar:14.4.0]
	at org.hippoecm.frontend.Main.isCmsApplication(Main.java:862) ~[hippo-cms-engine-14.4.0.jar:14.4.0]
	at org.hippoecm.frontend.PluginPage.<init>(PluginPage.java:99) ~[hippo-cms-engine-14.4.0.jar:14.4.0]
	at org.hippoecm.frontend.NoRepositoryAvailablePage.<init>(NoRepositoryAvailablePage.java:25) ~[hippo-cms-engine-14.4.0.jar:14.4.0]
	at sun.reflect.GeneratedConstructorAccessor67.newInstance(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_442]
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_442]
	at org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:175) ~[wicket-core-7.17.0.jar:7.17.0]
	... 56 more
21.07.2025 09:21:15 DEBUG Hippo JCR Quartz Job Scheduler_QuartzSchedulerThread [ServicingSearchIndex$3.execute:283]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Executing query: 
+ Root node
+ Select properties: *
  + PathQueryNode
    + LocationStepQueryNode:  NodeTest=* Descendants=true Index=NONE
      + RelationQueryNode: Op: <= Prop=[      + PathQueryNode
        + LocationStepQueryNode:  NodeTest={http://www.hippoecm.org/hipposched/nt/1.3}nextFireTime Descendants=false Index=NONE
] Type=DATE Value=Mon Jul 21 09:21:45 EDT 2025
      + NodeTypeQueryNode:  Prop={http://www.jcp.org/jcr/1.0}primaryType Value={http://www.hippoecm.org/hipposched/nt/1.3}trigger
  + OrderQueryNode
    {http://www.hippoecm.org/hipposched/nt/1.3}nextFireTime asc=true

21.07.2025 09:21:15 DEBUG Hippo JCR Quartz Job Scheduler_QuartzSchedulerThread [HippoSortedLuceneQueryHits.getHits:179]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} getHits() 0/1000
21.07.2025 09:21:16 DEBUG pool-6-thread-1 [Broadcaster.run:72]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Polling
127.0.0.6 - - [21/Jul/2025:09:21:14 -0400] - "GET /cms HTTP/1.1" 302 -
127.0.0.6 - - [21/Jul/2025:09:21:14 -0400] - "GET /cms/ HTTP/1.1" 302 -
127.0.0.6 - - [21/Jul/2025:09:21:14 -0400] - "GET /cms/wicket/bookmarkable/org.hippoecm.frontend.NoRepositoryAvailablePage HTTP/1.1" 200 5
21.07.2025 09:21:21 DEBUG pool-6-thread-1 [Broadcaster.run:72]{dt.entity.host=HOST-C944DCCCDABCF099, dt.entity.host_group=HOST_GROUP-F8256DDA82DDC5CB, dt.entity.process_group=PROCESS_GROUP-4F8B001B2BA2A4DB, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-72A24712FA7E71EC, dt.host_group.id=dev} Polling

Hello Ashwini, the above error is the reason your repository is unavailable.
The distribution you are deploying to your instance for whatever reason introduces backwards incompatible changes. As per the log for the hcm:hcm node the child node hippo:lock is removed.

Now I haven’t seen this exact error before and my feeling says this is not an issue with your repository data in your project (although to make it 100% sure verify that no yaml file in your project instructs the removal of this node). Otherwise I would say verify your repository setup and startup instruction for this instance.

HTH

@Ashwini please see this post Error upgrading from version 12 to 14 - #7 by sshearer it reports the same issue that you are facing.

Thanks. But I do have 1 more doubt, in the xml file, do we need to refer the repository-address value to “rmi.x.x.” even for RedhatOpenShift deployment?

Also, as per bloomreach articles, we did the upgrade step by step, 12 > 13 > 14 .

As per refrence links, we tried to clean up the repo data(which in our case we used persistent volume). and tried to start fresh. yet ended up on “Repository is not available” error.

Also, every deployment is having the indexes being created on the repo path.

1 Like

this also states some warnings related to frontend system user not authenticated error. Can you help me understand if this is something which also adds to the Repository unavailable error?

Hi Everyone - Is there a way we can get help on this thread. I am facing similar issue while migrating from Hippo 12 to Hippo 14. The reason we are moving to Hippo14 as we learnt Hippo 14 is compatible for containerarization.We are trying to deploy Hippo on OCP.

hi @Ashwini

did you actually started your server with version 13 and upgraded your repository(database) &
made sure everything works (and made database backups before moving to version 14)?