[Dev] [DSS Cluster] Worker node throws out of memory exception

2014-07-13 Thread Rajith Vitharana
Hi, I have created a DSS Cluster according to [1] and [2]. The cluster works fine. But when I tried to put depsync to the cluster according to [3], worker node throws following out of memory exception. I tried with changing the memory(-Xms1024m -Xmx4096m -XX:MaxPermSize=1024m) in wso2server.sh

Re: [Dev] [DSS Cluster] Worker node throws out of memory exception

2014-07-13 Thread Kasun Gajasinghe
Your svn working copy is in SVN 1.7 format. This happens if you had subversion 1.7, and started the server without placing SVNKit. We use an old SVNKit lib which only supports 1.6. To fix this, delete the .svn meta folders in repo/dep/server, and restart the server. KasunG On Sun, Jul 13, 2014

Re: [Dev] [DSS Cluster] Worker node throws out of memory exception

2014-07-13 Thread Rajith Vitharana
Hi Kasun, Deleting .svn folder worked. Thank you for the info :) Thanks, On Sun, Jul 13, 2014 at 3:08 PM, Kasun Gajasinghe kas...@wso2.com wrote: Your svn working copy is in SVN 1.7 format. This happens if you had subversion 1.7, and started the server without placing SVNKit. We use an