I'm getting the following error when starting admin node (RW) of an ESB cluster [1]. What can cause this error? I started admin node with the following config. Should the admin node be started with both auto-commit and auto-checkout set to true?
<DeploymentSynchronizer> <Enabled>true</Enabled> <AutoCommit>true</AutoCommit> <AutoCheckout>false</AutoCheckout> </DeploymentSynchronizer> [1]https://wso2.org/jira/browse/CARBON-13108 ERROR - RegistryBasedArtifactRepository Error while committing artifacts to the registry org.wso2.carbon.registry.synchronization.SynchronizationException: message code: CHECKOUT_BEFORE_CHECK_IN, parameters: { at org.wso2.carbon.registry.synchronization.operation.CheckInCommand.<init>(CheckInCommand.java:130) at org.wso2.carbon.registry.synchronization.RegistrySynchronizer.checkIn(RegistrySynchronizer.java:59) at org.wso2.carbon.registry.synchronization.RegistrySynchronizer.checkIn(RegistrySynchronizer.java:80) at org.wso2.carbon.registry.synchronization.RegistrySynchronizer.checkIn(RegistrySynchronizer.java:127) at org.wso2.carbon.deployment.synchronizer.registry.RegistryBasedArtifactRepository.commit(RegistryBasedArtifactRepository.java:111) at org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizer.commit(DeploymentSynchronizer.java:132) at org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl.commit(DeploymentSynchronizerServiceImpl.java:95) at org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.deploymentSyncCommit(CarbonDeploymentSchedulerTask.java:128) at org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.run(CarbonDeploymentSchedulerTask.java:74) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204) 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:662) [2012-05-14 21:43:12,364] ERROR - CarbonDeploymentSchedulerTask Deployment synchronization commit for tenant 0 failed java.lang.RuntimeException: org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException: Error while committing artifacts to the registry at org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl.commit(DeploymentSynchronizerServiceImpl.java:97) at org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.deploymentSyncCommit(CarbonDeploymentSchedulerTask.java:128) at org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.run(CarbonDeploymentSchedulerTask.java:74) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204) 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:662) Caused by: org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException: Error while committing artifacts to the registry at org.wso2.carbon.deployment.synchronizer.registry.RegistryBasedArtifactRepository.handleException(RegistryBasedArtifactRepository.java:207) at org.wso2.carbon.deployment.synchronizer.registry.RegistryBasedArtifactRepository.commit(RegistryBasedArtifactRepository.java:116) at org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizer.commit(DeploymentSynchronizer.java:132) at org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl.commit(DeploymentSynchronizerServiceImpl.java:95) ... 11 more Caused by: org.wso2.carbon.registry.synchronization.SynchronizationException: message code: CHECKOUT_BEFORE_CHECK_IN, parameters: { at org.wso2.carbon.registry.synchronization.operation.CheckInCommand.<init>(CheckInCommand.java:130) at org.wso2.carbon.registry.synchronization.RegistrySynchronizer.checkIn(RegistrySynchronizer.java:59) at org.wso2.carbon.registry.synchronization.RegistrySynchronizer.checkIn(RegistrySynchronizer.java:80) at org.wso2.carbon.registry.synchronization.RegistrySynchronizer.checkIn(RegistrySynchronizer.java:127) at org.wso2.carbon.deployment.synchronizer.registry.RegistryBasedArtifactRepository.commit(RegistryBasedArtifactRepository.java:111) ... 13 more On Mon, May 14, 2012 at 7:20 PM, Sameera Jayasoma <[email protected]> wrote: > Hi QA Team, > > Please find the QA packs here[1]. > > Thanks, > Sameera. > > [1] http://wso2.org/bamboo/browse/WSO2CARBON-PRODUCTS-114/artifact > > -- > Sameera Jayasoma > Technical Lead > > WSO2, Inc. (http://wso2.com) > email: [email protected] > blog: http://tech.jayasoma.org > > Lean . Enterprise . Middleware > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
