On Wed, Oct 24, 2012 at 10:42 AM, Charitha Kankanamge <[email protected]>wrote:
> It seems we are; but there are multiple svnkit bundles inside dropins. > > root@stratosdev007:/mnt/ > 192.168.4.124/wso2as-5.0.1/repository/components/dropins# ls -la > total 8164 > drwxr-xr-x 2 root root 4096 Oct 23 17:46 . > drwxr-xr-x 10 root root 4096 Oct 23 20:12 .. > -rw-r--r-- 1 root root 729849 Oct 23 20:12 > mysql_connector_java_5.1.12_bin_1.0.0.jar > -rw-r--r-- 1 root root 2778 Oct 23 20:12 > org.wso2.carbon.logging.propfile_1.0.0.jar > -rw-r--r-- 1 root root 1934391 Oct 23 20:12 svnkit_1.0.0.jar > -rw-r--r-- 1 root root 2700618 Oct 23 20:12 svnkit_bundle_1.0.0_1.0.0.jar > I think this version come because we have put the bundle into components/lib as well. Please remove the svnkit bundlefrom components/lib and keep only in dropins. thanks, > -rwxr-xr-x 1 root root 2954568 Oct 23 17:45 svnkit-bundle-1.0.0.jar > > /Charitha > > > > On Wed, Oct 24, 2012 at 10:38 AM, Samisa Abeysinghe <[email protected]>wrote: > >> Looks like we are not using svn kit?? >> >> On Wed, Oct 24, 2012 at 10:31 AM, Charitha Kankanamge >> <[email protected]>wrote: >> >>> @Subject. >>> >>> 1. Created a new tenant in https://stratosdev.private.wso2.com >>> 2. Logged into Application server service >>> 3. Deploy a web service (AAR) >>> 4. Access ?wsdl. You get 404 >>> >>> Check worker logs. You will see the following errors are continuously >>> thrown. >>> >>> TID: [0] [AS] [2012-10-24 13:18:15,101] ERROR >>> {org.wso2.carbon.deployment.synchronizer.subversion.SVNBasedArtifactRepository} >>> - Error while checking out or updating artifacts from the SVN repository >>> {org.wso2.carbon.deployment.synchronizer.subversion.SVNBasedArtifactRepository} >>> org.tigris.subversion.svnclientadapter.SVNClientException: >>> org.tigris.subversion.javahl.ClientException: svn: Directory '/mnt/ >>> 192.168.4.124/wso2as-5.0.1/repository/deployment/server/jaxwebapps/.svn' >>> containing working copy admin area is missing >>> at >>> org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.revert(AbstractJhlClientAdapter.java:1163) >>> at >>> org.wso2.carbon.deployment.synchronizer.subversion.SVNBasedArtifactRepository.checkout(SVNBasedArtifactRepository.java:299) >>> at >>> org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizer.checkout(DeploymentSynchronizer.java:174) >>> at >>> org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerServiceImpl.update(DeploymentSynchronizerServiceImpl.java:86) >>> at >>> org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.deploymentSyncUpdate(CarbonDeploymentSchedulerTask.java:130) >>> at >>> org.wso2.carbon.core.deployment.CarbonDeploymentSchedulerTask.run(CarbonDeploymentSchedulerTask.java:99) >>> at >>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) >>> at >>> java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) >>> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) >>> at >>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) >>> at >>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) >>> at >>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) >>> at >>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) >>> at java.lang.Thread.run(Thread.java:722) >>> Caused by: org.tigris.subversion.javahl.ClientException: svn: Directory >>> '/mnt/ >>> 192.168.4.124/wso2as-5.0.1/repository/deployment/server/jaxwebapps/.svn' >>> containing working copy admin area is missing >>> at >>> org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:777) >>> at >>> org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1850) >>> at >>> org.tmatesoft.svn.core.javahl.SVNClientImpl.revert(SVNClientImpl.java:571) >>> at >>> org.tmatesoft.svn.core.javahl.SVNClientImpl.revert(SVNClientImpl.java:560) >>> at >>> org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.revert(AbstractJhlClientAdapter.java:1160) >>> ... 13 more >>> Caused by: org.tmatesoft.svn.core.SVNException: svn: Directory '/mnt/ >>> 192.168.4.124/wso2as-5.0.1/repository/deployment/server/jaxwebapps/.svn' >>> containing working copy admin area is missing >>> 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.wc.admin.SVNWCAccess.retrieve(SVNWCAccess.java:681) >>> at >>> org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeRetrieve(SVNWCAccess.java:446) >>> at >>> org.tmatesoft.svn.core.wc.SVNWCClient.doRevert(SVNWCClient.java:3316) >>> at >>> org.tmatesoft.svn.core.wc.SVNWCClient.doRevert(SVNWCClient.java:3434) >>> at >>> org.tmatesoft.svn.core.wc.SVNWCClient.doRevert(SVNWCClient.java:3434) >>> at >>> org.tmatesoft.svn.core.wc.SVNWCClient.doRevert(SVNWCClient.java:1897) >>> at >>> org.tmatesoft.svn.core.javahl.SVNClientImpl.revert(SVNClientImpl.java:567) >>> ... 15 more >>> >>> >>> http://stackoverflow.com/questions/1394076/how-to-fix-containing-working-copy-admin-area-is-missing-in-svn >>> >>> >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> Thanks, >> Samisa... >> >> Samisa Abeysinghe >> VP Engineering >> WSO2 Inc. >> http://wso2.com >> http://wso2.org >> >> >> > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Supun Malinga, Software Engineer, WSO2 Inc. http://wso2.com http://wso2.org email - [email protected] <[email protected]> mobile - 071 56 91 321
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
