Hi ,
I m trying to install Alfresco Recods Management 3.3 in ACS 6.2. Enterprise.
I added dependencies respectively in platform-docker and share-docker:
<dependency> <groupId>org.alfresco</groupId> <artifactId>alfresco-governance-services-enterprise-repo</artifactId> <version>3.3.0</version> <type>amp</type> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-governance-services-enterprise-share</artifactId>
<version>3.3.0</version>
<type>amp</type>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
During installation, i have this error :
2023-03-30 15:55:35 2023-03-30 13:55:35,256 INFO [org_alfresco_module_rm.patch.ModulePatch] [localhost-startStop-1] Executing module patch "Provide security clearance to the admin user." 2023-03-30 15:55:35 2023-03-30 13:55:35,301 ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed 2023-03-30 15:55:35 org.alfresco.error.AlfrescoRuntimeException: 02300047 Failed to start modules 2023-03-30 15:55:35 at org.alfresco.repo.module.ModuleComponentHelper$1.doWork(ModuleComponentHelper.java:326) 2023-03-30 15:55:35 at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:602) 2023-03-30 15:55:35 at org.alfresco.repo.module.ModuleComponentHelper.startModules(ModuleComponentHelper.java:213) 2023-03-30 15:55:35 at org.alfresco.repo.module.ModuleServiceImpl.startModules(ModuleServiceImpl.java:149) 2023-03-30 15:55:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2023-03-30 15:55:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2023-03-30 15:55:35 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2023-03-30 15:55:35 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 2023-03-30 15:55:35 at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) 2023-03-30 15:55:35 at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) 2023-03-30 15:55:35 at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 2023-03-30 15:55:35 at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) 2023-03-30 15:55:35 at com.sun.proxy.$Proxy89.startModules(Unknown Source) 2023-03-30 15:55:35 at org.alfresco.repo.module.ModuleStarter$1.execute(ModuleStarter.java:73) 2023-03-30 15:55:35 at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:450) 2023-03-30 15:55:35 30-Mar-2023 13:55:35.304 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file 2023-03-30 15:55:35 30-Mar-2023 13:55:35.308 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/alfresco] startup failed due to previous errors 2023-03-30 15:55:35 at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:338) 2023-03-30 15:55:35 at org.alfresco.repo.module.ModuleStarter$2.doWork(ModuleStarter.java:83) 2023-03-30 15:55:35 at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:602) 2023-03-30 15:55:35 at org.alfresco.repo.module.ModuleStarter.onBootstrap(ModuleStarter.java:78) 2023-03-30 15:55:35 at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56) 2023-03-30 15:55:35 at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:221) 2023-03-30 15:55:35 at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:186) 2023-03-30 15:55:35 at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:206) 2023-03-30 15:55:35 at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:402) 2023-03-30 15:55:35 at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:359) 2023-03-30 15:55:35 at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:896) 2023-03-30 15:55:35 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:552) 2023-03-30 15:55:35 at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:400) 2023-03-30 15:55:35 at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:291) 2023-03-30 15:55:35 at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103) 2023-03-30 15:55:35 at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:70) 2023-03-30 15:55:35 at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4699) 2023-03-30 15:55:35 at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5165) 2023-03-30 15:55:35 at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) 2023-03-30 15:55:35 at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) 2023-03-30 15:55:35 at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:129) 2023-03-30 15:55:35 at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:150) 2023-03-30 15:55:35 at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:140) 2023-03-30 15:55:35 at java.base/java.security.AccessController.doPrivileged(Native Method) 2023-03-30 15:55:35 at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:717) 2023-03-30 15:55:35 at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714) 2023-03-30 15:55:35 at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1125) 2023-03-30 15:55:35 at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1859) 2023-03-30 15:55:35 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) 2023-03-30 15:55:35 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 2023-03-30 15:55:35 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 2023-03-30 15:55:35 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 2023-03-30 15:55:35 at java.base/java.lang.Thread.run(Thread.java:834) 2023-03-30 15:55:35 Caused by: org.alfresco.error.AlfrescoRuntimeException: 02300046 A module component 'rm.enterpriseModulePatchExecuter' failed to execute: 02300045 A user cannot change their own clearance. 2023-03-30 15:55:35 at org.alfresco.error.AlfrescoRuntimeException.create(AlfrescoRuntimeException.java:60) 2023-03-30 15:55:35 at org.alfresco.repo.module.AbstractModuleComponent.execute(AbstractModuleComponent.java:365) 2023-03-30 15:55:35 at org.alfresco.repo.module.ModuleComponentHelper.executeComponent(ModuleComponentHelper.java:736) 2023-03-30 15:55:35 at org.alfresco.repo.module.ModuleComponentHelper.startModule(ModuleComponentHelper.java:647) 2023-03-30 15:55:35 at org.alfresco.repo.module.ModuleComponentHelper.access$5(ModuleComponentHelper.java:530) 2023-03-30 15:55:35 at org.alfresco.repo.module.ModuleComponentHelper$1$1.execute(ModuleComponentHelper.java:263) 2023-03-30 15:55:35 at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:450) 2023-03-30 15:55:35 at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:338) 2023-03-30 15:55:35 at org.alfresco.repo.module.ModuleComponentHelper$1.doWork(ModuleComponentHelper.java:284) 2023-03-30 15:55:35 ... 50 more 2023-03-30 15:55:35 Caused by: org.alfresco.module.org_alfresco_module_rm.securitymarks.SecurityMarksException$UnsupportedAuthority: 02300045 A user cannot change their own clearance. 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.securitymarks.SecurityMarkingServiceImpl.verifyNotChangingSelf(SecurityMarkingServiceImpl.java:1146) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.securitymarks.SecurityMarkingServiceImpl.mark(SecurityMarkingServiceImpl.java:465) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.securitymarks.SecurityMarkingServiceImpl.mark(SecurityMarkingServiceImpl.java:496) 2023-03-30 15:55:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2023-03-30 15:55:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2023-03-30 15:55:35 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2023-03-30 15:55:35 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 2023-03-30 15:55:35 at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.classification.SecurityMarkingServiceCache.invokeThenClearCache(SecurityMarkingServiceCache.java:100) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.classification.SecurityMarkingServiceCache.invoke(SecurityMarkingServiceCache.java:63) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.securitymarks.UpdateSecurityMarksPolicyNotifier.invoke(UpdateSecurityMarksPolicyNotifier.java:108) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.classification.SecurityMarkingServiceCache.invokeThenClearCache(SecurityMarkingServiceCache.java:100) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.classification.SecurityMarkingServiceCache.invoke(SecurityMarkingServiceCache.java:63) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.securitymarks.UpdateSecurityMarksPolicyNotifier.invoke(UpdateSecurityMarksPolicyNotifier.java:108) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.security.RMMethodSecurityInterceptor.invoke(RMMethodSecurityInterceptor.java:352) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 2023-03-30 15:55:35 at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:53) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 2023-03-30 15:55:35 at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) 2023-03-30 15:55:35 at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.security.RMMethodSecurityInterceptor.invoke(RMMethodSecurityInterceptor.java:352) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 2023-03-30 15:55:35 at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:53) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 2023-03-30 15:55:35 at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) 2023-03-30 15:55:35 at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) 2023-03-30 15:55:35 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 2023-03-30 15:55:35 at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) 2023-03-30 15:55:35 at com.sun.proxy.$Proxy77.mark(Unknown Source) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.bootstrap.ClearanceForAdminBootstrapComponent.createClearanceForAdmin(ClearanceForAdminBootstrapComponent.java:53) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.patch.v24.RMv24ClearanceForAdmin.applyInternal(RMv24ClearanceForAdmin.java:40) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch$ApplyCallback.execute(AbstractModulePatch.java:276) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch$ApplyCallback.execute(AbstractModulePatch.java:268) 2023-03-30 15:55:35 at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:450) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch.apply(AbstractModulePatch.java:246) 2023-03-30 15:55:35 at org.alfresco.module.org_alfresco_module_rm.patch.ModulePatchExecuterImpl.executeInternal(ModulePatchExecuterImpl.java:136) 2023-03-30 15:55:35 at org.alfresco.repo.module.AbstractModuleComponent.execute(AbstractModuleComponent.java:361) 2023-03-30 15:55:35 ... 57 more
Someone have any idea ?
Thanks a lot,
Alex
Add-ons is the place to find extensions, Alfresco customizations and related projects for your installation.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.