Release Automation

  • 1.  E175002 SVN Error

    Posted Jan 12, 2016 09:53 AM

    Hello RA Community

     

    since a while I premanently getting the following SVN error (see trace below).

     

    No changes has been made to my flow. Other people with very similar issues (but different products like jenkins) could solve this kind of issues in changing the timeout parameters in the java.properties file. Could this also be the reason here?

     

    2016-01-12 15:03:24,131 [job-197660-jobServer-198457-1:SVN - DFW Update(P701086000.F1113860000.E1113941000.E1114123000):SVN - Update] ERROR (com.nolio.platform.shared.datamodel.Action:82) - svn: E160005: Target path '/P' does not exist

    svn: E175002: REPORT of '/ABCconnect/services/infra/!svn/vcc/default': 500 Internal Server Error (https://svn.eng.ABC.ch)om

    org.tmatesoft.svn.core.SVNException: svn: E160005: Target path '/P' does not exist

    svn: E175002: REPORT of '/ABCconnect/services/infra/!svn/vcc/default': 500 Internal Server Error (https://svn.eng.ABC.com)

    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)

    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)

    at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1291)

    at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:837)

    at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.updateInternal(SvnNgAbstractUpdate.java:192)

    at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:76)

    at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:38)

    at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:18)

    at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)

    at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)

    at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238)

    at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)

    at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)

    at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)

    at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)

    at com.nolio.platform.shared.executables.actions.svn.SVNUpdate.doAction(SVNUpdate.java:58)

    at com.nolio.platform.shared.executables.actions.svn.SVNAction.execute(SVNAction.java:74)

    at com.nolio.platform.shared.datamodel.ActionExecutionState.localExecution(ActionExecutionState.java:323)

    at com.nolio.platform.shared.datamodel.ActionExecutionState.access$500(ActionExecutionState.java:38)

    at com.nolio.platform.shared.datamodel.ActionExecutionState$2.execAction(ActionExecutionState.java:111)

    at com.nolio.platform.shared.datamodel.ActionExecutionState.exec(ActionExecutionState.java:333)

    at com.nolio.platform.shared.datamodel.Action.run(Action.java:227)

    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)

    at java.util.concurrent.FutureTask.run(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

    at com.nolio.platform.shared.flowcontrol.LocalFlowController$JobBoundThreadFactory$1.run(LocalFlowController.java:790)

    at java.lang.Thread.run(Unknown Source)

     

    Best regards

     

    Adam



  • 2.  Re: E175002 SVN Error

    Posted Jan 12, 2016 10:03 AM

    By the way. Here's the mentioned link: https://issues.tmatesoft.com/issue/SG-59

    As I can see in the logs, RA uses the same tmatesoft libs.