2968: Diff currently unavailable Error: stream has been closed

sasa****@gmai***** (Google Code) (Is this you? Claim this profile.)
May 6, 2013
I'm uploading a diff for a binary file(.cls from IBM rhapsody). But there is just one .cls file that won't make a diff. All other .cls is ok. I tried new post-review and upload a diff file.

What version are you running? 1.6.13


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


What steps will reproduce the problem?
1. Execute post-review
2. In the diff page the .cls file wont show the diff but the other cls is ok.
3.

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


What operating system are you using? What browser?
Firefox and chrome


Please provide any additional information below.
Diff currently unavailable.
Error: stream has been closed
Details
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\reviewboard-1.6.13-py2.7.egg\reviewboard\diffviewer\views.py", line 380, in view_diff_fragment
    file = get_requested_diff_file()
  File "C:\Python27\lib\site-packages\reviewboard-1.6.13-py2.7.egg\reviewboard\diffviewer\views.py", line 306, in get_requested_diff_file
    populate_diff_chunks(files, highlighting)
  File "C:\Python27\lib\site-packages\reviewboard-1.6.13-py2.7.egg\reviewboard\diffviewer\diffutils.py", line 1311, in populate_diff_chunks
    large_data=True)
  File "C:\Python27\lib\site-packages\djblets-0.6.23-py2.7.egg\djblets\util\misc.py", line 156, in cache_memoize
    data = lookup_callable()
  File "C:\Python27\lib\site-packages\reviewboard-1.6.13-py2.7.egg\reviewboard\diffviewer\diffutils.py", line 1310, in <lambda>
    enable_syntax_highlighting)),
  File "C:\Python27\lib\site-packages\reviewboard-1.6.13-py2.7.egg\reviewboard\diffviewer\diffutils.py", line 723, in get_chunks
    old, new = get_rhap_diff_data(filediff, old, new)
  File "C:\Python27\lib\site-packages\reviewboard-1.6.13-py2.7.egg\reviewboard\diffviewer\diffutils.py", line 441, in get_rhap_diff_data
    old, new = diffreport.get_final_diff()
  File "e:\pyrhapsody\rhapsody_diff_report.py", line 471, in get_final_diff
    conn.root.deinit()
  File "C:\Python27\lib\site-packages\rpyc\core\protocol.py", line 459, in root
    self._remote_root = self.sync_request(consts.HANDLE_GETROOT)
  File "C:\Python27\lib\site-packages\rpyc\core\protocol.py", line 428, in sync_request
    seq = self._send_request(handler, args)
  File "C:\Python27\lib\site-packages\rpyc\core\protocol.py", line 228, in _send_request
    self._send(consts.MSG_REQUEST, seq, (handler, self._box(args)))
  File "C:\Python27\lib\site-packages\rpyc\core\protocol.py", line 223, in _send
    self._channel.send(data)
  File "C:\Python27\lib\site-packages\rpyc\core\channel.py", line 69, in send
    self.stream.write(buf)
  File "C:\Python27\lib\site-packages\rpyc\core\stream.py", line 182, in write
    count = self.sock.send(data[:self.MAX_IO_CHUNK])
  File "C:\Python27\lib\site-packages\rpyc\core\stream.py", line 66, in __getattr__
    raise EOFError("stream has been closed")
EOFError: stream has been closed
david
#1 david
This looks like it's in some third-party customization (Review Board itself doesn't support IBM Rhapsody out of the box). You'll have to talk to your administrator about this.
  • +ThirdParty