Hi,

When viewing diffs via the web interface we occasionally get the
following exception.  I have not been able to trace it down.  If I
restart apache, then it starts working again-- I'm not sure what the
trigger is.

We access our svn repository via certificates, not user/password
(which perhaps could be an issue based on the exception), but I don't
understand how restarting apache could remidy this problem if its an
respository access problem.

Any help would be appreciated.

Kimon

callback_ssl_client_cert_prompt required

Traceback (most recent call last):
  File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-1.0alpha4-
py2.6.egg/reviewboard/diffviewer/views.py", line 145, in view_diff
    interdiffset, highlighting, True)[0]
  File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-1.0alpha4-
py2.6.egg/reviewboard/diffviewer/diffutils.py", line 619, in
get_diff_files
    large_data=True)
  File "/usr/local/lib64/python2.6/site-packages/Djblets-0.5alpha3-
py2.6.egg/djblets/util/misc.py", line 143, in cache_memoize
    data = lookup_callable()
  File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-1.0alpha4-
py2.6.egg/reviewboard/diffviewer/diffutils.py", line 618, in <lambda>
    enable_syntax_highlighting),
  File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-1.0alpha4-
py2.6.egg/reviewboard/diffviewer/diffutils.py", line 341, in
get_chunks
    old = get_original_file(filediff)
  File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-1.0alpha4-
py2.6.egg/reviewboard/diffviewer/diffutils.py", line 248, in
get_original_file
    large_data=True)[0]
  File "/usr/local/lib64/python2.6/site-packages/Djblets-0.5alpha3-
py2.6.egg/djblets/util/misc.py", line 143, in cache_memoize
    data = lookup_callable()
  File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-1.0alpha4-
py2.6.egg/reviewboard/diffviewer/diffutils.py", line 247, in <lambda>
    data = cache_memoize(key, lambda: [fetch_file(file, revision)],
  File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-1.0alpha4-
py2.6.egg/reviewboard/diffviewer/diffutils.py", line 227, in
fetch_file
    data = tool.get_file(file, revision)
  File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-1.0alpha4-
py2.6.egg/reviewboard/scmtools/svn.py", line 117, in get_file
    raise SCMError(e)
SCMError: callback_ssl_client_cert_prompt required

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to