Alfresco / alfresco-docker-installer

Generator to build Docker Compose templates to deploy Alfresco Community
Other
140 stars 57 forks source link

Error with new version #158

Closed sergiobaiao closed 9 months ago

sergiobaiao commented 1 year ago

Hi there,

I've been trying for the whole day to run the new version with the following parameters: yo alfresco-docker-installer \ --arch=false \ --ram=20 \ --mariadb=false \ --crossLocale=true \ --smtp=false \ --ldap=false \ --startscript=true \ --volumesscript=true \ --https=false \ --serverName=localhost \ --port=80 \ --ftp=true \ --solrHttpMode=secret \ --windows=false \ --enableContentIndexing=true \ --activemq=true \ --activeMqCredentials=false \ --password='mypassword' \ --addons='google-ocs, js-console, ootbee-support-tools, share-site-creators, alf-tengine-ocr, esign-cert, share-online-edition, alfresco-pdf-toolkit'

but the alfresco container is always failing to start with the following logs:

container-alfresco-1 | ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console... container-alfresco-1 | 2023-03-23 16:02:49,030 WARN [heartbeat.datasender.HBDataSenderServiceBuilder] [main] Setting the Heartbeat sender cron with property 'heartbeat.sender.cronExpression' is no longer supported. container-alfresco-1 | 2023-03-23 16:02:49,202 INFO [domain.schema.SchemaBootstrap] [main] Ignoring script patch (post-Hibernate): patch.db-V4.2-metadata-query-indexes container-alfresco-1 | 2023-03-23 16:02:49,203 INFO [domain.schema.SchemaBootstrap] [main] Ignoring script patch (post-Hibernate): patch.db-V5.1-metadata-query-indexes container-alfresco-1 | 2023-03-23 16:02:49,203 INFO [domain.schema.SchemaBootstrap] [main] Ignoring script patch (post-Hibernate): patch.db-V5.2-remove-jbpm-tables-from-db container-alfresco-1 | 2023-03-23 16:02:49,203 INFO [domain.schema.SchemaBootstrap] [main] Ignoring script patch (post-Hibernate): patch.db-V6.3-add-indexes-node-transaction container-alfresco-1 | 2023-03-23 16:02:49,203 INFO [domain.schema.SchemaBootstrap] [main] Ignoring script patch (post-Hibernate): patch.db-V7.1.0-remove-alf_server-table container-alfresco-1 | 2023-03-23 16:02:49,417 INFO [alfresco.repo.admin] [main] Using database URL 'jdbc:postgresql://postgres:5432/alfresco' with user 'alfresco'. container-alfresco-1 | 2023-03-23 16:02:49,418 INFO [alfresco.repo.admin] [main] Connected to database PostgreSQL version 14.4 (Debian 14.4-1.pgdg110+1) container-alfresco-1 | 2023-03-23 16:02:52,997 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] container-alfresco-1 | 2023-03-23 16:02:53,074 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] complete container-alfresco-1 | 2023-03-23 16:02:54,882 INFO [repo.config.PropertyBackedBeanPersister] [main] OOTBee Support Tools - PropertyBackedBeanPersister enabled container-alfresco-1 | 2023-03-23 16:02:55,921 INFO [extensions.webscripts.TemplateProcessorRegistry] [main] Registered template processor Repository Template Processor for extension ftl container-alfresco-1 | 2023-03-23 16:02:55,924 INFO [extensions.webscripts.ScriptProcessorRegistry] [main] Registered script processor Repository Script Processor for extension js container-alfresco-1 | 2023-03-23 16:02:58,141 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted] container-alfresco-1 | 2023-03-23 16:02:58,172 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted] complete container-alfresco-1 | 2023-03-23 16:02:58,195 INFO [domain.schema.SchemaBootstrap] [main] Connecting to database: 1665573347, URL=jdbc:postgresql://postgres:5432/alfresco, PostgreSQL JDBC Driver container-alfresco-1 | 2023-03-23 16:02:58,196 INFO [domain.schema.SchemaBootstrap] [main] Schema managed by database dialect org.alfresco.repo.domain.dialect.PostgreSQLDialect. container-alfresco-1 | 2023-03-23 16:02:58,220 INFO [domain.schema.SchemaBootstrap] [main] Applied patches detected: 225 container-alfresco-1 | 2023-03-23 16:02:58,260 INFO [domain.schema.SchemaBootstrap] [main] Checking and patching Alfresco tables took 40 ms container-alfresco-1 | 2023-03-23 16:02:58,262 INFO [domain.schema.SchemaBootstrap] [main] Activiti tables need to be checked for patches container-alfresco-1 | 2023-03-23 16:02:58,286 INFO [domain.schema.SchemaBootstrap] [main] Checking and patching Activiti tables took 24 ms container-alfresco-1 | 2023-03-23 16:02:58,312 INFO [domain.schema.SchemaBootstrap] [main] Checking that all patches have been applied took 26 ms container-alfresco-1 | 2023-03-23 16:02:58,312 INFO [domain.schema.SchemaBootstrap] [main] Updating the DB schema took 115 ms container-alfresco-1 | 2023-03-23 16:02:58,313 INFO [domain.schema.SchemaBootstrap] [main] No changes were made to the schema. container-alfresco-1 | 2023-03-23 16:02:59,022 WARN [repo.admin.ConfigurationChecker] [main] The 'dir.root' property is set to a relative path './alf_data'. 'dir.root' should be overridden to point to a specific folder. container-alfresco-1 | 2023-03-23 16:02:59,022 INFO [repo.admin.ConfigurationChecker] [main] The root data directory ('dir.root') is: ./alf_data container-alfresco-1 | 2023-03-23 16:02:59,042 INFO [admin.patch.PatchExecuter] [main] Checking for patches to apply ... container-alfresco-1 | 2023-03-23 16:02:59,294 INFO [admin.patch.PatchExecuter] [main] No patches were required. container-alfresco-1 | 2023-03-23 16:02:59,299 INFO [repo.module.ModuleServiceImpl] [main] Found 9 module package(s). container-alfresco-1 | 2023-03-23 16:02:59,330 ERROR [web.context.ContextLoader] [main] Context initialization failed container-alfresco-1 | org.alfresco.error.AlfrescoRuntimeException: 02230037 Failed to start modules container-alfresco-1 | at org.alfresco.repo.module.ModuleComponentHelper$1.doWork(ModuleComponentHelper.java:326) container-alfresco-1 | at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:602) container-alfresco-1 | at org.alfresco.repo.module.ModuleComponentHelper.startModules(ModuleComponentHelper.java:213) container-alfresco-1 | at org.alfresco.repo.module.ModuleServiceImpl.startModules(ModuleServiceImpl.java:149) container-alfresco-1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) container-alfresco-1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) container-alfresco-1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) container-alfresco-1 | at java.base/java.lang.reflect.Method.invoke(Method.java:568) container-alfresco-1 | at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) container-alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) container-alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) container-alfresco-1 | at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) container-alfresco-1 | at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) container-alfresco-1 | at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) container-alfresco-1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) container-alfresco-1 | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) container-alfresco-1 | at jdk.proxy3/jdk.proxy3.$Proxy125.startModules(Unknown Source) container-alfresco-1 | at org.alfresco.repo.module.ModuleStarter$1.execute(ModuleStarter.java:73) container-alfresco-1 | at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:452) container-alfresco-1 | at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:340) container-alfresco-1 | at org.alfresco.repo.module.ModuleStarter$2.doWork(ModuleStarter.java:83) container-alfresco-1 | at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:602) container-alfresco-1 | at org.alfresco.repo.module.ModuleStarter.onBootstrap(ModuleStarter.java:78) container-alfresco-1 | at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56) container-alfresco-1 | at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:232) container-alfresco-1 | at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:197) container-alfresco-1 | at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:217) container-alfresco-1 | at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421) container-alfresco-1 | at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378) container-alfresco-1 | at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:938) container-alfresco-1 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586) container-alfresco-1 | at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:401) container-alfresco-1 | at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:292) container-alfresco-1 | at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103) container-alfresco-1 | at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:70) container-alfresco-1 | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4768) container-alfresco-1 | at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5230) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:726) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:129) container-alfresco-1 | at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:149) container-alfresco-1 | at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:139) container-alfresco-1 | at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:696) container-alfresco-1 | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:696) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1185) container-alfresco-1 | at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1933) container-alfresco-1 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) container-alfresco-1 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) container-alfresco-1 | at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) container-alfresco-1 | at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1095) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:477) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1618) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:319) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:946) container-alfresco-1 | at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:835) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1396) container-alfresco-1 | at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1386) container-alfresco-1 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) container-alfresco-1 | at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) container-alfresco-1 | at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:919) container-alfresco-1 | at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:263) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.core.StandardService.startInternal(StandardService.java:432) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:927) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.startup.Catalina.start(Catalina.java:772) container-alfresco-1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) container-alfresco-1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) container-alfresco-1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) container-alfresco-1 | at java.base/java.lang.reflect.Method.invoke(Method.java:568) container-alfresco-1 | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345) container-alfresco-1 | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:476) container-alfresco-1 | Caused by: org.alfresco.error.AlfrescoRuntimeException: 02230036 container-alfresco-1 | Downgrading of modules is not supported. container-alfresco-1 | Module 'alfresco-aos-module' version 1.6.0-M1 is currently installed and must be uninstalled before version 1.5.0 can be installed. container-alfresco-1 | at org.alfresco.error.AlfrescoRuntimeException.create(AlfrescoRuntimeException.java:52) container-alfresco-1 | at org.alfresco.repo.module.ModuleComponentHelper.startModule(ModuleComponentHelper.java:633) container-alfresco-1 | at org.alfresco.repo.module.ModuleComponentHelper.access$5(ModuleComponentHelper.java:530) container-alfresco-1 | at org.alfresco.repo.module.ModuleComponentHelper$1$1.execute(ModuleComponentHelper.java:263) container-alfresco-1 | at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:452) container-alfresco-1 | at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:340) container-alfresco-1 | at org.alfresco.repo.module.ModuleComponentHelper$1.doWork(ModuleComponentHelper.java:284) container-alfresco-1 | ... 79 more container-alfresco-1 | 23-Mar-2023 16:02:59.335 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file container-alfresco-1 | 23-Mar-2023 16:02:59.335 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [/alfresco] startup failed due to previous errors container-alfresco-1 | 2023-03-23 16:02:59,341 WARN [context.support.XmlWebApplicationContext] [main] Exception thrown from ApplicationListener handling ContextClosedEvent container-alfresco-1 | java.lang.NullPointerException: Cannot invoke "org.activiti.engine.impl.ProcessEngineImpl.getProcessEngineConfiguration()" because "this.processEngine" is null container-alfresco-1 | at org.alfresco.repo.workflow.activiti.ActivitiEngineInitializer.onShutdown(ActivitiEngineInitializer.java:65) container-alfresco-1 | at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:67) container-alfresco-1 | at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:232) container-alfresco-1 | at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:202) container-alfresco-1 | at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:217) container-alfresco-1 | at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421) container-alfresco-1 | at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378) container-alfresco-1 | at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1058) container-alfresco-1 | at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021) container-alfresco-1 | at org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:517) container-alfresco-1 | at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:112) container-alfresco-1 | at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4816) container-alfresco-1 | at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5477) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:187) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:726) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:129) container-alfresco-1 | at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:149) container-alfresco-1 | at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:139) container-alfresco-1 | at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:696) container-alfresco-1 | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:696) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1185) container-alfresco-1 | at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1933) container-alfresco-1 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) container-alfresco-1 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) container-alfresco-1 | at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) container-alfresco-1 | at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1095) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:477) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1618) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:319) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:946) container-alfresco-1 | at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:835) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1396) container-alfresco-1 | at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1386) container-alfresco-1 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) container-alfresco-1 | at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) container-alfresco-1 | at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:919) container-alfresco-1 | at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:263) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.core.StandardService.startInternal(StandardService.java:432) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:927) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.startup.Catalina.start(Catalina.java:772) container-alfresco-1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) container-alfresco-1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) container-alfresco-1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) container-alfresco-1 | at java.base/java.lang.reflect.Method.invoke(Method.java:568) container-alfresco-1 | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345) container-alfresco-1 | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:476) container-alfresco-1 | 2023-03-23 16:02:59,463 INFO [management.subsystems.ChildApplicationContextFactory] [main] Stopping 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted] container-alfresco-1 | 2023-03-23 16:02:59,465 INFO [management.subsystems.ChildApplicationContextFactory] [main] Stopped 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted] container-alfresco-1 | 2023-03-23 16:03:00,015 INFO [management.subsystems.ChildApplicationContextFactory] [main] Stopping 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] container-alfresco-1 | 2023-03-23 16:03:00,016 INFO [management.subsystems.ChildApplicationContextFactory] [main] Stopped 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] container-alfresco-1 | 23-Mar-2023 16:03:00.033 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [QuartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: container-alfresco-1 | java.base@17.0.4.1/java.lang.Object.wait(Native Method) container-alfresco-1 | org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568) container-alfresco-1 | 23-Mar-2023 16:03:00.034 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [QuartzScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: container-alfresco-1 | java.base@17.0.4.1/java.lang.Object.wait(Native Method) container-alfresco-1 | org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568) container-alfresco-1 | 23-Mar-2023 16:03:00.034 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: container-alfresco-1 | java.base@17.0.4.1/java.lang.Object.wait(Native Method) container-alfresco-1 | java.base@17.0.4.1/java.lang.Object.wait(Object.java:338) container-alfresco-1 | java.base@17.0.4.1/java.util.TimerThread.mainLoop(Timer.java:537) container-alfresco-1 | java.base@17.0.4.1/java.util.TimerThread.run(Timer.java:516) container-alfresco-1 | 23-Mar-2023 16:03:00.034 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [QuartzScheduler_QuartzSchedulerThread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: container-alfresco-1 | java.base@17.0.4.1/java.lang.Object.wait(Native Method) container-alfresco-1 | org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:427) container-alfresco-1 | 23-Mar-2023 16:03:00.035 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [alfresco] appears to have started a thread named [eventAsyncDequeueThreadPool1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: container-alfresco-1 | java.base@17.0.4.1/jdk.internal.misc.Unsafe.park(Native Method) container-alfresco-1 | java.base@17.0.4.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) container-alfresco-1 | java.base@17.0.4.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506) container-alfresco-1 | java.base@17.0.4.1/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463) container-alfresco-1 | java.base@17.0.4.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434) container-alfresco-1 | java.base@17.0.4.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623) container-alfresco-1 | java.base@17.0.4.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435) container-alfresco-1 | org.alfresco.repo.event2.EventGeneratorQueue$1.run(EventGeneratorQueue.java:116) container-alfresco-1 | java.base@17.0.4.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) container-alfresco-1 | java.base@17.0.4.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) container-alfresco-1 | java.base@17.0.4.1/java.lang.Thread.run(Thread.java:833) container-alfresco-1 | 23-Mar-2023 16:03:00.035 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesObjectStreamClassCaches Failed to clear soft references from ObjectStreamClass$Caches for web application [alfresco] container-alfresco-1 | java.lang.ClassCastException: class java.io.ObjectStreamClass$Caches$1 cannot be cast to class java.util.Map (java.io.ObjectStreamClass$Caches$1 and java.util.Map are in module java.base of loader 'bootstrap') container-alfresco-1 | at org.apache.catalina.loader.WebappClassLoaderBase.clearCache(WebappClassLoaderBase.java:2336) container-alfresco-1 | at org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesObjectStreamClassCaches(WebappClassLoaderBase.java:2311) container-alfresco-1 | at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:1674) container-alfresco-1 | at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:1602) container-alfresco-1 | at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:463) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) container-alfresco-1 | at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5515) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:187) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:726) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:129) container-alfresco-1 | at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:149) container-alfresco-1 | at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:139) container-alfresco-1 | at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:696) container-alfresco-1 | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:696) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1185) container-alfresco-1 | at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1933) container-alfresco-1 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) container-alfresco-1 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) container-alfresco-1 | at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) container-alfresco-1 | at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1095) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:477) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1618) container-alfresco-1 | at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:319) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:946) container-alfresco-1 | at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:835) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1396) container-alfresco-1 | at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1386) container-alfresco-1 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) container-alfresco-1 | at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) container-alfresco-1 | at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) container-alfresco-1 | at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:919) container-alfresco-1 | at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:263) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.core.StandardService.startInternal(StandardService.java:432) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:927) container-alfresco-1 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) container-alfresco-1 | at org.apache.catalina.startup.Catalina.start(Catalina.java:772) container-alfresco-1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) container-alfresco-1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) container-alfresco-1 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) container-alfresco-1 | at java.base/java.lang.reflect.Method.invoke(Method.java:568) container-alfresco-1 | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345) container-alfresco-1 | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:476) container-alfresco-1 | 23-Mar-2023 16:03:00.036 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1@12cdb4a]) and a value of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1@1077368593(2.3.0, useAdaptersForContainers=false, forceLegacyNonListCollections=true, iterableSupport=false, domNodeSupport=true, jythonSupport=trueexposureLevel=1, exposeFields=false, preferIndexedReadMethod=true, treatDefaultMethodsAsBeanMembers=false, sharedClassIntrospCache=none, ...)]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. container-alfresco-1 | 23-Mar-2023 16:03:00.036 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@58a2670c]) and a value of type [org.alfresco.util.transaction.TransactionSupportUtil.ResourcesHolder] (value [org.alfresco.util.transaction.TransactionSupportUtil$ResourcesHolder@b62587a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. container-alfresco-1 | 23-Mar-2023 16:03:00.037 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@6330c1d4]) and a value of type [org.alfresco.util.CachingDateFormat] (value [yyyy-MM-dd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. container-alfresco-1 | 23-Mar-2023 16:03:00.037 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1@286150b9]) and a value of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1@836332615(2.3.0, useAdaptersForContainers=false, forceLegacyNonListCollections=true, iterableSupport=false, domNodeSupport=true, jythonSupport=trueexposureLevel=1, exposeFields=false, preferIndexedReadMethod=true, treatDefaultMethodsAsBeanMembers=false, sharedClassIntrospCache=none, ...)]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. container-alfresco-1 | 23-Mar-2023 16:03:00.037 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [alfresco] created a ThreadLocal with key of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1@6dd17a2]) and a value of type [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1] (value [org.alfresco.repo.template.QNameAwareObjectWrapper$1$1@614169432(2.3.0, useAdaptersForContainers=false, forceLegacyNonListCollections=true, iterableSupport=false, domNodeSupport=true, jythonSupport=trueexposureLevel=1, exposeFields=false, preferIndexedReadMethod=true, treatDefaultMethodsAsBeanMembers=false, sharedClassIntrospCache=none, ...)]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. container-alfresco-1 | 23-Mar-2023 16:03:00.047 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/alfresco] has finished in [30,518] ms container-alfresco-1 | 23-Mar-2023 16:03:00.050 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"] container-alfresco-1 | 23-Mar-2023 16:03:00.062 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [35507] milliseconds container-solr6-1 | 2023-03-23 16:03:00.126 ERROR (searcherExecutor-7-thread-1-processing-x:archive) [ x:archive] o.a.s.t.ModelTracker Model tracking failed for core: archive container-solr6-1 | org.alfresco.error.AlfrescoRuntimeException: 02230000 api/solr/modelsdiff return status:404 container-solr6-1 | at org.alfresco.solr.client.SOLRAPIClient.callRepository(SOLRAPIClient.java:1598) container-solr6-1 | at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1105) container-solr6-1 | at org.alfresco.solr.tracker.ModelTracker.trackModelsImpl(ModelTracker.java:313) container-solr6-1 | at org.alfresco.solr.tracker.ModelTracker.trackModels(ModelTracker.java:275) container-solr6-1 | at org.alfresco.solr.tracker.ModelTracker.ensureFirstModelSync(ModelTracker.java:297) container-solr6-1 | at org.alfresco.solr.lifecycle.SolrCoreLoadListener.createModelTracker(SolrCoreLoadListener.java:345) container-solr6-1 | at org.alfresco.solr.lifecycle.SolrCoreLoadListener.newSearcher(SolrCoreLoadListener.java:139) container-solr6-1 | at org.apache.solr.core.SolrCore.lambda$getSearcher$15(SolrCore.java:2249) container-solr6-1 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) container-solr6-1 | at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) container-solr6-1 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) container-solr6-1 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) container-solr6-1 | at java.base/java.lang.Thread.run(Thread.java:833) container-solr6-1 | 2023-03-23 16:03:00.160 WARN (searcherExecutor-8-thread-1-processing-x:alfresco) [ x:alfresco] o.a.s.t.MetadataTracker nextTxCommitTimeService is not available. Upgrade your ACS Repository version in order to use this feature: alfresco - GetNextTxCommitTime return status is 404 when invoking api/solr/nextTransaction?fromCommitTime=0 container-solr6-1 | 2023-03-23 16:03:00.160 WARN (searcherExecutor-7-thread-1-processing-x:archive) [ x:archive] o.a.s.t.MetadataTracker nextTxCommitTimeService is not available. Upgrade your ACS Repository version in order to use this feature: archive - GetNextTxCommitTime return status is 404 when invoking api/solr/nextTransaction?fromCommitTime=0 container-solr6-1 | 2023-03-23 16:03:00.214 ERROR (org.alfresco.solr.AlfrescoCoreAdminHandler@3b718392_Worker-3) [ ] o.a.s.t.AbstractTracker [archive / ACL@181185171 / IT #1679587380149] Tracking failure. See the stacktrace below for further details. container-solr6-1 | org.alfresco.error.AlfrescoRuntimeException: 02230001 api/solr/aclchangesets return status:404 container-solr6-1 | at org.alfresco.solr.client.SOLRAPIClient.callRepository(SOLRAPIClient.java:1598) container-solr6-1 | at org.alfresco.solr.client.SOLRAPIClient.getAclChangeSets(SOLRAPIClient.java:187) container-solr6-1 | at org.alfresco.solr.tracker.AclTracker.checkRepoAndIndexConsistency(AclTracker.java:416) container-solr6-1 | at org.alfresco.solr.tracker.AclTracker.trackRepository(AclTracker.java:397) container-solr6-1 | at org.alfresco.solr.tracker.AclTracker.doTrack(AclTracker.java:160) container-solr6-1 | at org.alfresco.solr.tracker.AbstractTracker.track(AbstractTracker.java:231) container-solr6-1 | at org.alfresco.solr.tracker.ActivatableTracker.track(ActivatableTracker.java:97) container-solr6-1 | at org.alfresco.solr.tracker.TrackerJob.execute(TrackerJob.java:60) container-solr6-1 | at org.quartz.core.JobRunShell.run(JobRunShell.java:202) container-solr6-1 | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) container-solr6-1 | 2023-03-23 16:03:00.214 ERROR (org.alfresco.solr.AlfrescoCoreAdminHandler@3b718392_Worker-2) [ ] o.a.s.t.AbstractTracker [alfresco / ACL@1214227365 / IT #1679587380146] Tracking failure. See the stacktrace below for further details. container-solr6-1 | org.alfresco.error.AlfrescoRuntimeException: 02230002 api/solr/aclchangesets return status:404 container-solr6-1 | at org.alfresco.solr.client.SOLRAPIClient.callRepository(SOLRAPIClient.java:1598) container-solr6-1 | at org.alfresco.solr.client.SOLRAPIClient.getAclChangeSets(SOLRAPIClient.java:187) container-solr6-1 | at org.alfresco.solr.tracker.AclTracker.checkRepoAndIndexConsistency(AclTracker.java:416) container-solr6-1 | at org.alfresco.solr.tracker.AclTracker.trackRepository(AclTracker.java:397) container-solr6-1 | at org.alfresco.solr.tracker.AclTracker.doTrack(AclTracker.java:160) container-solr6-1 | at org.alfresco.solr.tracker.AbstractTracker.track(AbstractTracker.java:231) container-solr6-1 | at org.alfresco.solr.tracker.ActivatableTracker.track(ActivatableTracker.java:97) container-solr6-1 | at org.alfresco.solr.tracker.TrackerJob.execute(TrackerJob.java:60) container-solr6-1 | at org.quartz.core.JobRunShell.run(JobRunShell.java:202) container-solr6-1 | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) container-solr6-1 | 2023-03-23 16:03:00.223 ERROR (org.alfresco.solr.AlfrescoCoreAdminHandler@3b718392_Worker-12) [ ] o.a.s.t.AbstractTracker [alfresco / NODE_STATE_PUBLISHER@1939675061 / IT #1679587380189] Tracking failure. See the stacktrace below for further details. container-solr6-1 | org.alfresco.error.AlfrescoRuntimeException: 02230003 GetTransactions return status is 404 container-solr6-1 | at org.alfresco.solr.client.SOLRAPIClient.getTransactions(SOLRAPIClient.java:443) container-solr6-1 | at org.alfresco.solr.tracker.ShardStatePublisher.doTrack(ShardStatePublisher.java:91) container-solr6-1 | at org.alfresco.solr.tracker.AbstractTracker.track(AbstractTracker.java:231) container-solr6-1 | at org.alfresco.solr.tracker.TrackerJob.execute(TrackerJob.java:60) container-solr6-1 | at org.quartz.core.JobRunShell.run(JobRunShell.java:202) container-solr6-1 | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) container-solr6-1 | 2023-03-23 16:03:00.227 ERROR (org.alfresco.solr.AlfrescoCoreAdminHandler@3b718392_Worker-13) [ ] o.a.s.t.AbstractTracker [archive / NODE_STATE_PUBLISHER@1675600489 / IT #1679587380188] Tracking failure. See the stacktrace below for further details. container-solr6-1 | org.alfresco.error.AlfrescoRuntimeException: 02230004 GetTransactions return status is 404 container-solr6-1 | at org.alfresco.solr.client.SOLRAPIClient.getTransactions(SOLRAPIClient.java:443) container-solr6-1 | at org.alfresco.solr.tracker.ShardStatePublisher.doTrack(ShardStatePublisher.java:91) container-solr6-1 | at org.alfresco.solr.tracker.AbstractTracker.track(AbstractTracker.java:231) container-solr6-1 | at org.alfresco.solr.tracker.TrackerJob.execute(TrackerJob.java:60) container-solr6-1 | at org.quartz.core.JobRunShell.run(JobRunShell.java:202) container-solr6-1 | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) container-solr6-1 | 2023-03-23 16:03:00.232 ERROR (org.alfresco.solr.AlfrescoCoreAdminHandler@3b718392_Worker-1) [ ] o.a.s.t.AbstractTracker [archive / MODEL@60384005 / IT #1679587380145] Tracking failure. See the stacktrace below for further details. container-solr6-1 | org.alfresco.error.AlfrescoRuntimeException: 02230005 api/solr/modelsdiff return status:404 container-solr6-1 | at org.alfresco.solr.client.SOLRAPIClient.callRepository(SOLRAPIClient.java:1598) container-solr6-1 | at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1105) container-solr6-1 | at org.alfresco.solr.tracker.ModelTracker.trackModelsImpl(ModelTracker.java:313) container-solr6-1 | at org.alfresco.solr.tracker.ModelTracker.trackModels(ModelTracker.java:275) container-solr6-1 | at org.alfresco.solr.tracker.ModelTracker.doTrack(ModelTracker.java:235) container-solr6-1 | at org.alfresco.solr.tracker.AbstractTracker.track(AbstractTracker.java:231) container-solr6-1 | at org.alfresco.solr.tracker.TrackerJob.execute(TrackerJob.java:60) container-solr6-1 | at org.quartz.core.JobRunShell.run(JobRunShell.java:202) container-solr6-1 | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)

and i saw this on the above log that claimed my attention:

**Module 'alfresco-aos-module' version 1.6.0-M1 is currently installed and must be uninstalled before version 1.5.0 can be installed.**

aborroy commented 1 year ago

You missed to include the parameter --acsVersion. What version are you using?

sergiobaiao commented 1 year ago

i'm using 7.3

When i add the parameter it gives me this error:

`Error alfresco-docker-installer --acsVersion=7.3 --arch=false --ram=20 --mariadb=false --crossLocale=true --smtp=false --ldap=false --startscript=true --volumesscript=true --https=false --serverName=localhost --port=80 --ftp=true --solrHttpMode=secret --windows=false --enableContentIndexing=true --activemq=true --activeMqCredentials=false --password=mypass --addons='google-ocs, js-console, ootbee-support-tools, share-site-creators, alf-tengine-ocr, esign-cert, share-online-edition, alfresco-pdf-toolkit'

this.props.acsVersion.startsWith is not a function `

so i left it out and i'm choosing from the options

sergiobaiao commented 1 year ago

Also, this is my enviroment:

[alfresco]# cat /etc/release Oracle Linux Server release 8.7 NAME="Oracle Linux Server" VERSION="8.7" ID="ol" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="8.7" PLATFORM_ID="platform:el8" PRETTY_NAME="Oracle Linux Server 8.7" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:oracle:linux:8:7:server" HOME_URL="https://linux.oracle.com/" BUG_REPORT_URL="https://bugzilla.oracle.com/"

ORACLE_BUGZILLA_PRODUCT="Oracle Linux 8" ORACLE_BUGZILLA_PRODUCT_VERSION=8.7 ORACLE_SUPPORT_PRODUCT="Oracle Linux" ORACLE_SUPPORT_PRODUCT_VERSION=8.7 Red Hat Enterprise Linux release 8.7 (Ootpa) Oracle Linux Server release 8.7 cpe:/o:oracle:linux:8:7:server [alfresco]# node -v v18.12.1 [alfresco]# npm -v 8.19.2

aborroy commented 1 year ago

Can you add also the content of your ".env" file?

sergiobaiao commented 1 year ago

Docker Image versions

ALFRESCO_CE_TAG=7.3.1 SEARCH_CE_TAG=2.0.6 SHARE_TAG=7.3.1 ACA_TAG=3.1.0 POSTGRES_TAG=14.4 MARIADB_TAG=10.5 TRANSFORM_ENGINE_TAG=3.0.0 ACTIVEMQ_TAG=5.17.1-jre11-rockylinux8

aborroy commented 1 year ago

Do you have any custom AMP/JAR file in your local folder for alfresco service?

sergiobaiao commented 1 year ago

only the ones from the selected addons

aborroy commented 1 year ago

This error...

 **Module 'alfresco-aos-module' version 1.6.0-M1 is currently installed and must be uninstalled before version 1.5.0 can be installed.**

... is related with deploying AOS module in repo. If that is not provided as an external AMP/JAR, that should be on the alfresco/Dockerfile. However, afaik, there is no code there to deploy it.

sergiobaiao commented 1 year ago

Is there any information about this being saved on the database? I'm using my previous database ..

On Fri, Mar 24, 2023 at 8:19 AM Angel Borroy @.***> wrote:

This error...

Module 'alfresco-aos-module' version 1.6.0-M1 is currently installed and must be uninstalled before version 1.5.0 can be installed.

... is related with deploying AOS module in repo. If that is not provided as an external AMP/JAR, that should be on the alfresco/Dockerfile. However, afaik, there is no code there to deploy it.

— Reply to this email directly, view it on GitHub https://github.com/Alfresco/alfresco-docker-installer/issues/158#issuecomment-1482644095, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGV4PGSUDCWNBEZEAENPI2TW5V7MRANCNFSM6AAAAAAWFNLEDE . You are receiving this because you authored the thread.Message ID: @.***>

--

Atenciosamente,

--- ============ --- Sérgio Baião --- ============ ---

aborroy commented 1 year ago

Ah, ok.

So you had AOS 1.6.0-M1 installed on your previous deployment and the new one includes the latest (1.5.0). This is why the conflict happens.

Modules information is stored in the database. You can fix the problem in your existing data using different alternatives:

https://www.ziaconsulting.com/developer-help/revert-alfresco-amps/ https://www.sujaypillai.dev/2016/08/2016-08-04-update-amp-version/