Fisheye had cooperated to repository https://SRV-PUB1/svn/Webapp/ before exceeding repo limit. Currently nr of configured repo is 1.
------------------
Fisheye console stacktrace:
2012-07-27 01:21:58,287 ERROR - Unable to initialise repository Airtimeplanner due to com.cenqua.fisheye.config.ConfigException:Could not access https
://SRV-PUB1/svn/Webapp/ : org.tigris.subversion.javahl.ClientException: svn: PROPFIND of '/svn/Webapp': 403 Forbidden (https://srv-pub1)
com.cenqua.fisheye.config.ConfigException: Could not access https://SRV-PUB1/svn/Webapp/ : org.tigris.subversion.javahl.ClientException: svn: PROPFIND
of '/svn/Webapp': 403 Forbidden (https://srv-pub1)
at com.cenqua.fisheye.svn.SvnRepositoryTester.pingAndValidateAccess(SvnRepositoryTester.java:157)
at com.cenqua.fisheye.svn.SvnRepositoryScanner.validateAccess(SvnRepositoryScanner.java:345)
at com.cenqua.fisheye.svn.SvnRepositoryScanner.validateRepository(SvnRepositoryScanner.java:257)
at com.cenqua.fisheye.rep.BaseRepositoryScanner.startRepository(BaseRepositoryScanner.java:429)
at com.cenqua.fisheye.rep.BaseRepositoryScanner.doSlurpTransaction(BaseRepositoryScanner.java:217)
at com.cenqua.fisheye.rep.BaseRepositoryScanner.ping(BaseRepositoryScanner.java:184)
at com.cenqua.fisheye.rep.BaseRepositoryEngine.doSlurp(BaseRepositoryEngine.java:92)
at com.cenqua.fisheye.rep.RepositoryEngine.slurp(RepositoryEngine.java:379)
at com.cenqua.fisheye.rep.ping.OneOffPingRequest.doRequest(OneOffPingRequest.java:28)
at com.cenqua.fisheye.rep.ping.PingRequest.process(PingRequest.java:67)
at com.cenqua.fisheye.rep.RepositoryHandle.processPingRequests(RepositoryHandle.java:138)
at com.cenqua.fisheye.rep.RepositoryHandle.queuePingRequest(RepositoryHandle.java:128)
at com.cenqua.fisheye.rep.ping.PingRequest.run(PingRequest.java:33)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.cenqua.fisheye.rep.RepositoryClientException: org.tigris.subversion.javahl.ClientException: svn: PROPFIND of '/svn/Webapp': 403 Forbidd
en (https://srv-pub1)
at com.cenqua.fisheye.svn.SvnThrottledClient.propertyGet(SvnThrottledClient.java:176)
at com.cenqua.fisheye.svn.SvnRepositoryTester.pingAndValidateAccess(SvnRepositoryTester.java:145)
... 15 more
Caused by: org.tigris.subversion.javahl.ClientException: svn: PROPFIND of '/svn/Webapp': 403 Forbidden (https://srv-pub1)
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.propertyGet(SVNClientImpl.java:1275)
at org.tigris.subversion.javahl.SVNClient.propertyGet(SVNClient.java:287)
at com.cenqua.fisheye.svn.SvnThrottledClient.propertyGet(SvnThrottledClient.java:174)
... 16 more
Caused by: org.tmatesoft.svn.core.SVNAuthenticationException: svn: PROPFIND of '/svn/Webapp': 403 Forbidden (https://srv-pub1)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:62)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:126)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:216)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:174)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:182)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:873)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNWCClient.doGetProperty(SVNWCClient.java:1273)
at org.tmatesoft.svn.core.javahl.SVNClientImpl.propertyGet(SVNClientImpl.java:1270)
... 18 more
Do you use mod_evasive on the apache web server that your subversion exist?
I had the same problem; It was giving 403 error when fisheye tries to connect subversion with to much request which is caused by mod_evasive.
Use DOSWhitelist statement for mod_evasive like the following lines:
DOSWhitelist 127.0.0.1 DOSWhitelist 192.168.0.*
Hey Bartosz,
Thanks for posting on Answers.
It appears like FishEye does not permission to read the repository. What verion of FishEye are you using? Did you try to do a:
svn info https://SRV-PUB1/svn/Webapp/ on the command line? Where there any other errors in the logs? Could something have changed in the network infrastructure that is now preventing the svn client from getting to the repository now? Did your company change a new load balancer or firewall?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.