-1

こんにちは、SVN(VisualSVNを使用)の同期に問題があります。同期のコミット中にログファイルからエラーが出力されます。

    ERROR - CarbonDeploymentSchedulerTask Deployment synch
    ronization commit for tenant -1234 failed
    java.lang.RuntimeException: org.wso2.carbon.deployment.synchronizer.DeploymentSy
    nchronizerException: Error while committing artifacts to the SVN repository
            at org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchroniz
    erServiceImpl.commit(DeploymentSynchronizerServiceImpl.java:105)...

Caused by: org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerExcepti
on: Error while committing artifacts to the SVN repository
...
Caused by: org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris
.subversion.svnclientadapter.commandline.CmdLineException: java.io.IOException:
Cannot run program "svn": CreateProcess error=206, The filename or extension is
too long
...
Caused by: org.tigris.subversion.svnclientadapter.commandline.CmdLineException:
java.io.IOException: Cannot run program "svn": CreateProcess error=206, The file
name or extension is too long...

それでしょうか?\ repository \ components \ libに追加のライブラリが必要ですか?

どうもありがとう

4

1 に答える 1

1
  • SvnUrlAppendTenantId」の構成を trueに変更します。

  • put svnリポジトリは CARBON_HOME/conf/components/lib です

...エラーはありませんが、構成を共有していません...混乱しています

于 2012-09-03T13:20:38.363 に答える