I am using alfresco 4.2.e community on centos 6 64bit. It has suddenly stopped running scheduled replication jobs. however if i run them manually it works fine, on a schedule it does not. I have two servers set up replicating to each other. one of the servers replication jobs on schedule does not work.
error i get is
Error processing payload list - 02256115 Access Denied. You do not have the appropriate permissions to perform this operation
2014-03-25 13:45:00,027 ERROR [repo.action.AsynchronousActionExecutionQueueImpl] [defaultAsyncAction46] Failed to execute asynchronous action: Action[ id=2d1eff30-aab2-442a-bc0b-882a153e5f2b, node=workspace://SpacesStore/2d1eff30-aab2-442a-bc0b-882a153e5f2b ]: Access is denied.
org.alfresco.service.cmr.replication.ReplicationServiceException: 02256216 Error processing payload list - 02256215 Access Denied. You do not have the appropriate permissions to perform this operation.
at org.alfresco.repo.replication.ReplicationActionExecutor.executeImpl(ReplicationActionExecutor.java:294)
at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.execute(ActionExecuterAbstractBase.java:258)
at org.alfresco.repo.action.ActionServiceImpl.directActionExecution(ActionServiceImpl.java:838)
at org.alfresco.repo.action.ActionServiceImpl.executeActionImpl(ActionServiceImpl.java:738)
at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1$1.execute(AsynchronousActionExecutionQueueImpl.java:428)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:452)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:323)
at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1.doWork(AsynchronousActionExecutionQueueImpl.java:437)
at org.alfresco.repo.tenant.TenantUtil.runAsWork(TenantUtil.java:119)
at org.alfresco.repo.tenant.TenantUtil.runAsTenant(TenantUtil.java:88)
at org.alfresco.repo.tenant.TenantUtil$1.doWork(TenantUtil.java:62)
at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:548)
at org.alfresco.repo.tenant.TenantUtil.runAsUserTenant(TenantUtil.java:58)
at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper.run(AsynchronousActionExecutionQueueImpl.java:440)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: org.alfresco.repo.security.permissions.AccessDeniedException: 02256215 Access Denied. You do not have the appropriate permissions to perform this operation.
at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:50)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:161)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.alfresco.repo.transaction.RetryingTransactionInterceptor$1.execute(RetryingTransactionInterceptor.java:79)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:452)
at org.alfresco.repo.transaction.RetryingTransactionInterceptor.invoke(RetryingTransactionInterceptor.java:69)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at com.sun.proxy.$Proxy9.getChildAssocs(Unknown Source)
at org.alfresco.repo.transfer.ChildAssociatedNodeFinder.processIncludedSet(ChildAssociatedNodeFinder.java:152)
at org.alfresco.repo.transfer.ChildAssociatedNodeFinder.findFrom(ChildAssociatedNodeFinder.java:119)
at org.alfresco.repo.transfer.StandardNodeCrawlerImpl.findSubsequentNodes(StandardNodeCrawlerImpl.java:157)
at org.alfresco.repo.transfer.StandardNodeCrawlerImpl.crawl(StandardNodeCrawlerImpl.java:114)
at org.alfresco.repo.transfer.StandardNodeCrawlerImpl.crawl(StandardNodeCrawlerImpl.java:85)
at org.alfresco.repo.replication.ReplicationActionExecutor.expandPayload(ReplicationActionExecutor.java:213)
at org.alfresco.repo.replication.ReplicationActionExecutor.executeImpl(ReplicationActionExecutor.java:290)
… 16 more
Caused by: net.sf.acegisecurity.AccessDeniedException: Access is denied.
at net.sf.acegisecurity.vote.AffirmativeBased.decide(AffirmativeBased.java:86)
at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:398)
at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:77)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:46)
… 32 more