Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3761 by nechae...@gmail.com: Can't add https subversion reppository (certificate included in /var/www/neoflex.reviews.board/data/.subversion/)
https://code.google.com/p/reviewboard/issues/detail?id=3761

What version are you running?
2.0.7

What's the URL of the page containing the problem?
localhost/neoflex.reviews.board/admin/db/scmtools/repository/7/

What steps will reproduce the problem?
1. copy working sertificate of visualsvn server 2.7.11 from other user /home/user/.subversion to /var/www/neoflex.reviews.board/data/.subversion/ 2. run sudo chown -R wwwrun "/var/www/neoflex.reviews.board/data" (OpenSuse 12.1)
2. try to add  https subversion repository
3. get error [Errno 2] Unable to connect to a repository at URL 'https://svn.neoflex.ru/svn/nffoc'

What is the expected output? What do you see instead?
Reppository sucsessfully added

What operating system are you using? What browser?
OpenSuse 12.1 Firefox 35.0

Please provide any additional information below.
Anyway it let to add repository only first time after reboot the system. After that I can,t add second reppository, cach exeption [Errno 2] Unable to connect to a repository at URL 'https://svn.neoflex.ru/svn/nffoc' Then i try to add new rewiew request using added reppository, I get exeption [Errno 2] Unable to connect to a repository at URL 'https://svn.neoflex.ru/svn/nffoc'.
In server log  i get^

 - Using reviewboard.scmtools.svn.subvertpy backend for SVN

        

- Exception thrown for user admin at http://192.168.22.240/neoflex.reviews.board/api/repositories/7/commits/?start=20168&branch=branches%2Fneoflex.nlo.product-3.5.13.x.RN.CR.4&api_format=json

error return without exception set
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/handlers/base.py", line 112, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/views/decorators/cache.py", line 52, in _wrapped_view_func
    response = view_func(request, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/Django-1.6.10-py2.7.egg/django/views/decorators/vary.py", line 19, in inner_func
    response = func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/Djblets-0.8.14-py2.7.egg/djblets/webapi/resources.py", line 496, in __call__
    request, method, view, api_format=api_format, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/Djblets-0.8.14-py2.7.egg/djblets/webapi/resources.py", line 567, in call_method_view
    return view(request, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/Djblets-0.8.14-py2.7.egg/djblets/webapi/decorators.py", line 117, in _call
    return view_func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/ReviewBoard-2.0.12-py2.7.egg/reviewboard/webapi/decorators.py", line 110, in _check
    return view_func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/Djblets-0.8.14-py2.7.egg/djblets/webapi/decorators.py", line 117, in _call
    return view_func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/ReviewBoard-2.0.12-py2.7.egg/reviewboard/webapi/decorators.py", line 33, in _check
    return view_func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/Djblets-0.8.14-py2.7.egg/djblets/webapi/decorators.py", line 117, in _call
    return view_func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/Djblets-0.8.14-py2.7.egg/djblets/webapi/decorators.py", line 117, in _call
    return view_func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/Djblets-0.8.14-py2.7.egg/djblets/webapi/decorators.py", line 287, in _validate
    return view_func(*args, **new_kwargs)
File "/usr/lib/python2.7/site-packages/ReviewBoard-2.0.12-py2.7.egg/reviewboard/webapi/resources/repository_commits.py", line 86, in get
    items = repository.get_commits(branch=branch, start=start)
File "/usr/lib/python2.7/site-packages/ReviewBoard-2.0.12-py2.7.egg/reviewboard/scmtools/models.py", line 417, in get_commits
    cache_period)
File "/usr/lib/python2.7/site-packages/Djblets-0.8.14-py2.7.egg/djblets/cache/backend.py", line 120, in cache_memoize
    data = lookup_callable()
File "/usr/lib/python2.7/site-packages/ReviewBoard-2.0.12-py2.7.egg/reviewboard/scmtools/models.py", line 402, in <lambda>
    lambda: self.get_scmtool().get_commits(**commits_kwargs)
File "/usr/lib/python2.7/site-packages/ReviewBoard-2.0.12-py2.7.egg/reviewboard/scmtools/svn/__init__.py", line 169, in get_commits
    limit_to_path=False)
File "/usr/lib/python2.7/site-packages/ReviewBoard-2.0.12-py2.7.egg/reviewboard/scmtools/svn/subvertpy.py", line 261, in get_log
    strict_node_history=limit_to_path)
SystemError: error return without exception set


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to