Is there a proxy server involved? -David
> On Jun 16, 2014, at 8:52 AM, Jamie Gruener <[email protected]> wrote: > > Folks, > > I'm an IT guy setting up Review Board for our developers but I can't seem to > get Review Board to talk to our SVN servers. > > Environment Notes: > * Review Board 2.0.2 via easy_install -U ReviewBoard > * Package pysvn-1.7.6-1.el6.x86_64 already installed and latest version > * CentOS 6.5 (Final) > * Package subversion-1.6.11-10.el6_5.x86_64 already installed and latest > version > > I've successfully connected to a public Git repo, so something is working, > but that doesn't get me where I need to go, which is accessing our own > internal SVN server. > > See the log below. I can't connect to any of 3 separate SVN servers through > Review Board. I can connect successfully if I just use svn from the command > line, but while that confirms that the port is open, it doesn't tell me much > about Review Board. > > 15:27:11 INFO > - Using reviewboard.scmtools.svn.pysvn backend for SVN > 15:27:11 ERROR > - Exception thrown for user admin at > https://<Internal_ReviewBoard_host_name>/api/repositories/1/branches/?api_format=json > > OPTIONS of 'http://<IP_ADDR>:<PORT>/svn': could not connect to server > (<IP_ADDR>:<PORT>) > Traceback (most recent call last): > File > "/usr/lib/python2.6/site-packages/Django-1.6.5-py2.6.egg/django/core/handlers/base.py", > line 112, in get_response > response = wrapped_callback(request, *callback_args, **callback_kwargs) > File > "/usr/lib/python2.6/site-packages/Django-1.6.5-py2.6.egg/django/views/decorators/cache.py", > line 52, in _wrapped_view_func > response = view_func(request, *args, **kwargs) > File > "/usr/lib/python2.6/site-packages/Django-1.6.5-py2.6.egg/django/views/decorators/vary.py", > line 19, in inner_func > response = func(*args, **kwargs) > File > "/usr/lib/python2.6/site-packages/Djblets-0.8.4-py2.6.egg/djblets/webapi/resources.py", > line 493, in __call__ > result = view(request, api_format=api_format, *args, **kwargs) > File > "/usr/lib/python2.6/site-packages/Djblets-0.8.4-py2.6.egg/djblets/webapi/decorators.py", > line 117, in _call > return view_func(*args, **kwargs) > File > "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/webapi/decorators.py", > line 110, in _check > return view_func(*args, **kwargs) > File > "/usr/lib/python2.6/site-packages/Djblets-0.8.4-py2.6.egg/djblets/webapi/decorators.py", > line 117, in _call > return view_func(*args, **kwargs) > File > "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/webapi/decorators.py", > line 31, in _check > return webapi_login_required(view_func)(*args, **kwargs) > File > "/usr/lib/python2.6/site-packages/Djblets-0.8.4-py2.6.egg/djblets/webapi/decorators.py", > line 117, in _call > return view_func(*args, **kwargs) > File > "/usr/lib/python2.6/site-packages/Djblets-0.8.4-py2.6.egg/djblets/webapi/decorators.py", > line 138, in _checklogin > return view_func(*args, **kwargs) > File > "/usr/lib/python2.6/site-packages/Djblets-0.8.4-py2.6.egg/djblets/webapi/decorators.py", > line 117, in _call > return view_func(*args, **kwargs) > File > "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/webapi/resources/repository_branches.py", > line 53, in get > for branch in repository.get_branches(): > File > "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/scmtools/models.py", > line 257, in get_branches > self.BRANCHES_CACHE_PERIOD) > File > "/usr/lib/python2.6/site-packages/Djblets-0.8.4-py2.6.egg/djblets/cache/backend.py", > line 118, in cache_memoize > data = lookup_callable() > File > "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.2-py2.6.egg/reviewboard/scmtools/svn/__init__.py", > line 132, in get_branches > raise SCMError(e) > SCMError: OPTIONS of 'http://<IP_ADDR>:<PORT>/svn': could not connect to > server (<IP_ADDR>:<PORT>) > 15:27:18 DEBUG > - Cache miss for key jsi18n-djangojs-reviewboard_djblets-en-1402932361. > > This patch is present: > https://code.google.com/p/reviewboard/issues/detail?id=3303 > > What am I missing? > > Thanks, > > --jamie > -- > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at http://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
