Hi Greg Team,

Could you please have a look. Bamboo has failed in checking out source code.

25-Jul-2012 19:01:09Error occurred while running Task 'Checkout Default
Repository(1)'. This build will fail. Caused by:25-Jul-2012
19:01:09java.lang.RuntimeException:
com.atlassian.bamboo.repository.RepositoryException: Failed to checkout
source code to revision '134961' for
https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.025-Jul-2012
19:01:09        at
com.atlassian.bamboo.executor.RetryingTaskExecutor.rerun(RetryingTaskExecutor.java:119)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.executor.RetryingTaskExecutor.runTask(RetryingTaskExecutor.java:79)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.executor.RetryingTaskExecutor.retry(RetryingTaskExecutor.java:174)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.plugins.vcs.task.VcsCheckoutTask.execute(VcsCheckoutTask.java:101)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.task.TaskExecutorImpl.executeTasks(TaskExecutorImpl.java:183)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.task.TaskExecutorImpl.executePreparationTasks(TaskExecutorImpl.java:67)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.build.pipeline.tasks.PrepareBuildTask.call(PrepareBuildTask.java:67)25-Jul-2012
19:01:09        at sun.reflect.GeneratedMethodAccessor334.invoke(Unknown
Source)25-Jul-2012 19:01:09        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)25-Jul-2012
19:01:09        at java.lang.reflect.Method.invoke(Method.java:597)25-Jul-2012
19:01:09        at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)25-Jul-2012
19:01:09        at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)25-Jul-2012
19:01:09        at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)25-Jul-2012
19:01:09        at
org.springframework.orm.hibernate.HibernateInterceptor.invoke(HibernateInterceptor.java:117)25-Jul-2012
19:01:09        at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)25-Jul-2012
19:01:09        at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)25-Jul-2012
19:01:09        at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)25-Jul-2012
19:01:09        at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)25-Jul-2012
19:01:09        at $Proxy541.call(Unknown Source)25-Jul-2012 19:01:09        at
sun.reflect.GeneratedMethodAccessor334.invoke(Unknown Source)25-Jul-2012
19:01:09        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)25-Jul-2012
19:01:09        at java.lang.reflect.Method.invoke(Method.java:597)25-Jul-2012
19:01:09        at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)25-Jul-2012
19:01:09        at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)25-Jul-2012
19:01:09        at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)25-Jul-2012
19:01:09        at
org.springframework.orm.hibernate.HibernateInterceptor.invoke(HibernateInterceptor.java:117)25-Jul-2012
19:01:09        at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)25-Jul-2012
19:01:09        at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)25-Jul-2012
19:01:09        at $Proxy542.call(Unknown Source)25-Jul-2012 19:01:09        at
com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.build(DefaultBuildAgent.java:204)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.waitAndPerformBuild(BuildAgentControllerImpl.java:103)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent$1.run(DefaultBuildAgent.java:109)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.build.pipeline.concurrent.NamedThreadFactory$2.run(NamedThreadFactory.java:50)25-Jul-2012
19:01:09        at java.lang.Thread.run(Thread.java:662)25-Jul-2012
19:01:09Caused
by: com.atlassian.bamboo.repository.RepositoryException: Failed to checkout
source code to revision '134961' for
https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.025-Jul-2012
19:01:09        at
com.atlassian.bamboo.repository.svn.SvnRepository.checkout(SvnRepository.java:1070)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.repository.svn.SvnRepository.checkout(SvnRepository.java:1092)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.repository.svn.SvnRepository.retrieveSourceCodeWithException(SvnRepository.java:625)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.repository.svn.SvnRepository.retrieveSourceCodeWithCleanup(SvnRepository.java:559)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.repository.svn.SvnRepository.retrieveSourceCode(SvnRepository.java:501)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.plugins.vcs.task.VcsCheckoutTask.fillWorkingDirFromVcs(VcsCheckoutTask.java:172)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.plugins.vcs.task.VcsCheckoutTask.access$100(VcsCheckoutTask.java:45)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.plugins.vcs.task.VcsCheckoutTask$1.call(VcsCheckoutTask.java:106)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.plugins.vcs.task.VcsCheckoutTask$1.call(VcsCheckoutTask.java:102)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.executor.RetryingTaskExecutor.rerun(RetryingTaskExecutor.java:100)25-Jul-2012
19:01:09        ... 33 more25-Jul-2012 19:01:09Caused by:
com.atlassian.bamboo.repository.svn.ExternalsLockException: svn: URL '
https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0/products/greg/modules/distribution/src/main/resources/carbon-home/resources/lifecycles'
at revision 134963 doesn't exist25-Jul-2012 19:01:09        at
com.atlassian.bamboo.repository.svn.UpdateEventHandler.handleEvent(UpdateEventHandler.java:87)25-Jul-2012
19:01:09        at
org.tmatesoft.svn.core.wc.SVNBasicClient.dispatchEvent(SVNBasicClient.java:368)25-Jul-2012
19:01:09        at
org.tmatesoft.svn.core.wc.SVNBasicClient.dispatchEvent(SVNBasicClient.java:361)25-Jul-2012
19:01:09        at
org.tmatesoft.svn.core.wc.SVNUpdateClient.handleExternalItemChange(SVNUpdateClient.java:1732)25-Jul-2012
19:01:09        at
org.tmatesoft.svn.core.wc.SVNUpdateClient.handleExternals(SVNUpdateClient.java:1695)25-Jul-2012
19:01:09        at
org.tmatesoft.svn.core.wc.SVNUpdateClient.update(SVNUpdateClient.java:575)25-Jul-2012
19:01:09        at
org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:942)25-Jul-2012
19:01:09        at
com.atlassian.bamboo.repository.svn.SvnRepository.checkout(SvnRepository.java:1066)25-Jul-2012
19:01:09        ... 42 more25-Jul-2012 19:01:09Failed to prepare the build
'WCB001-PLA000-JOB1-27'

Thanks
Shammi

On Thu, Jul 26, 2012 at 7:31 AM, Bamboo <[email protected]> wrote:

>      [image: Failed]  WSO2 Carbon 
> BRANCH<http://wso2.org/bamboo/browse/WCB001/>›
> Platform_4.0.0 <http://wso2.org/bamboo/browse/WCB001-PLA000/> › 
> #27<http://wso2.org/bamboo/browse/WCB001-PLA000-27/>
> failed
>
> Code has been updated by asela<http://wso2.org/bamboo/browse/author/asela>,
> janaka <http://wso2.org/bamboo/browse/author/janaka>, 
> thilinab<http://wso2.org/bamboo/browse/author/thilinab>,
> ajithn <http://wso2.org/bamboo/browse/author/ajithn>, 
> ranga<http://wso2.org/bamboo/browse/author/ranga>,
> shariq <http://wso2.org/bamboo/browse/author/shariq>, 
> lakmali<http://wso2.org/bamboo/browse/author/lakmali>,
> chanaka <http://wso2.org/bamboo/browse/author/chanaka>, 
> lalaji<http://wso2.org/bamboo/browse/author/lalaji>
> .
>
> No failed tests found, a possible compilation error.
>   Failing Jobs <http://wso2.org/bamboo/browse/WCB001-PLA000-27/>    Job
> Duration Tests    [image: Failed]  Default 
> Job<http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-27/> (Default
> Stage)  Unknown  No tests found  
> Logs<http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-27/log>|
> Artifacts <http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-27/artifact>     
> Code
> Changes <http://wso2.org/bamboo/browse/WCB001-PLA000-27/commit/>  View
> all 41 code changes<http://wso2.org/bamboo/browse/WCB001-PLA000-27/commit/>
> ranga <http://wso2.org/bamboo/browse/author/ranga>
> Merge with trunk  134959    ranga<http://wso2.org/bamboo/browse/author/ranga>
> Removing old Gaggery app to merge with trunk  134957    
> ranga<http://wso2.org/bamboo/browse/author/ranga>
> Merge with trunk  134956   38 more 
> changes…<http://wso2.org/bamboo/browse/WCB001-PLA000-27/commit>     View
> Online <http://wso2.org/bamboo/browse/WCB001-PLA000-27> | Add 
> Comments<http://wso2.org/bamboo/browse/WCB001-PLA000-27?commentMode=true>
>
> This message was sent by Atlassian Bamboo <http://wso2.org/bamboo>.
>
> If you wish to stop receiving these emails edit your user 
> profile<http://wso2.org/bamboo/profile/userNotifications.action>or notify
> your administrator <http://wso2.org/bamboo/viewAdministrators.action>.
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Best Regards,*

Shammi Jayasinghe*
Senior Software Engineer; WSO2, Inc.; http://wso2.com,
mobile: +94 71 4493085
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to