2964: Login to the SCM server failed.

ac.cal******@gmai***** (Google Code) (Is this you? Claim this profile.)
Aug. 7, 2013
What version are you running?

1.5.1

What's the URL of the page containing the problem?

When trying to view a diff, I get the appended error. If I try
many times, sometimes, it will work, but 99% of the time it will not.
All my passwords are current and available.

What steps will reproduce the problem?
1. Just trying to perform a view diff on an old review item.
2.
3.

What is the expected output? What do you see instead?


What operating system are you using? What browser?


Please provide any additional information below.


Login to the SCM server failed.

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.5.1-py2.4.egg/reviewboard/diffviewer/views.py", line 153, in view_diff
    interdiffset, highlighting, True)
  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.5.1-py2.4.egg/reviewboard/diffviewer/diffutils.py", line 1063, in get_diff_files
    large_data=True)
  File "/usr/lib/python2.4/site-packages/Djblets-0.6.6-py2.4.egg/djblets/util/misc.py", line 166, in cache_memoize
    data = lookup_callable()
  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.5.1-py2.4.egg/reviewboard/diffviewer/diffutils.py", line 1062, in <lambda>
    enable_syntax_highlighting)),
  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.5.1-py2.4.egg/reviewboard/diffviewer/diffutils.py", line 548, in get_chunks
    old = get_original_file(filediff)
  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.5.1-py2.4.egg/reviewboard/diffviewer/diffutils.py", line 364, in get_original_file
    large_data=True)[0]
  File "/usr/lib/python2.4/site-packages/Djblets-0.6.6-py2.4.egg/djblets/util/misc.py", line 166, in cache_memoize
    data = lookup_callable()
  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.5.1-py2.4.egg/reviewboard/diffviewer/diffutils.py", line 363, in <lambda>
    data = cache_memoize(key, lambda: [fetch_file(file, revision)],
  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.5.1-py2.4.egg/reviewboard/diffviewer/diffutils.py", line 342, in fetch_file
    data = tool.get_file(file, revision)
  File "/usr/lib/python2.4/site-packages/ReviewBoard-1.5.1-py2.4.egg/reviewboard/scmtools/svn.py", line 142, in get_file
    raise SCMError('Login to the SCM server failed.')
SCMError: Login to the SCM server failed.
david
#1 david
This is likely due to some configuration error on the server (it's not using your password, it's using a password configured by the person who set up reviewboard).

1.5.1 is also very old at this point. We highly recommend upgrading to 1.7.x
  • +SetupIssue