cancel
Showing results for 
Search instead for 
Did you mean: 

Unknow error during execution of replication job

rafifi
Champ in-the-making
Champ in-the-making
Hi,

We are using Alfresco 3.4b CE and previously Replication Jobs run successfully between 2 servers.

Last week, the transfer failed with error shown below:

21:10:47,294 ERROR [org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl] Failed to execute asynchronous action: Action[ id=749e60c0-26cc-4402-99c9-5
2dafa0e5414, node=workspace://SpacesStore/749e60c0-26cc-4402-99c9-52dafa0e5414 ]
org.alfresco.service.cmr.replication.ReplicationServiceException: 06089971 Error executing transfer - 06089969 Unknown error
        at org.alfresco.repo.replication.ReplicationActionExecutor.executeImpl(ReplicationActionExecutor.java:315)
        at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.execute(ActionExecuterAbstractBase.java:133)
        at org.alfresco.repo.action.ActionServiceImpl.directActionExecution(ActionServiceImpl.java:749)
        at org.alfresco.repo.action.ActionServiceImpl.executeActionImpl(ActionServiceImpl.java:675)
        at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1$1.execute(AsynchronousActionExecutionQueueImpl.java:443)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:377)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:251)
        at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1.doWork(AsynchronousActionExecutionQueueImpl.java:452)
        at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:508)
        at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper.run(AsynchronousActionExecutionQueueImpl.java:455)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)
Caused by: org.alfresco.service.cmr.transfer.TransferException: 06089969 Unknown error
        at org.alfresco.repo.transfer.TransferServiceImpl2.transferImpl(TransferServiceImpl2.java:672)
        at org.alfresco.repo.transfer.TransferServiceImpl2.transfer(TransferServiceImpl2.java:527)
        at org.alfresco.repo.transfer.TransferServiceImpl2.transfer(TransferServiceImpl2.java:502)
        at sun.reflect.GeneratedMethodAccessor8049.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at org.alfresco.repo.security.permissions.impl.AlwaysProceedMethodInterceptor.invoke(AlwaysProceedMethodInterceptor.java:34)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:44)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:178)
        at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:137)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
        at $Proxy107.transfer(Unknown Source)
        at org.alfresco.repo.replication.ReplicationActionExecutor.executeImpl(ReplicationActionExecutor.java:283)

May I ask your help to figure it out what went wrong ? The replication job ran successfully for the past few weeks but it failed now

Thanks
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
Is there any information about the error in the transfer reports?

rafifi
Champ in-the-making
Champ in-the-making
Hi,

I try to execute today and here is the report from transfer report

<?xml version="1.0" encoding="UTF-8"?>
-<report:transferReport xmlns:report="http://www.alfresco.org/model/transferReport/2.0"> <report:target endpointPort="8080" endpointHost="alfresco.jkt.com" name="Transfer Target - Jkt server"/> <report:definition numberOfNodes="4379" isSync="true" isReadOnly="true"/> <report:exception message="061410016 Unknown error" type="org.alfresco.service.cmr.transfer.TransferException"/> -<report:events> <report:eventStartState state="START" date="2011-07-14T11:28:28.273+07:00">Enter State: START</report:eventStartState> <report:eventBegin date="2011-07-14T11:28:39.448+07:00" transferId="workspace://SpacesStore/aa0f8552-9024-475d-9e3f-06a59ea04365">begin transferId:workspace://SpacesStore/aa0f8552-9024-475d-9e3f-06a59ea04365</report:eventBegin>

…..
…..
……


at the of the report =

<report:eventError date="2011-07-14T11:39:00.762+07:00">061410016 Unknown error</report:eventError> <report:eventEndState state="COMMITTING" date="2011-07-14T11:39:01.622+07:00"/> <report:eventStartState state="ERROR" date="2011-07-14T11:39:01.622+07:00">Enter State: ERROR</report:eventStartState> <report:eventReport date="2011-07-14T11:39:01.622+07:00" reportType="DESTINATION" nodeRef="workspace://SpacesStore/d7be4580-e982-4c67-a9ef-640e0f23a87f"/> </report:events> </report:transferReport>

Thanks for your help

yogeshpj
Star Contributor
Star Contributor
We are also facing same issue ,have you resolved the issue ?