server died, error msg Ugly

Wichmann, Mats D mats.d.wichmann at intel.com
Tue Jul 24 22:10:11 BST 2007


This one came from a client machine running 0.15
because that's the latest available from that distro's
repos (FC6).  Apparently the server it was pushing to 
(bzr+ssh) died out at the colocation site.  Error output
might have been cleaned up since 0.15 in which case we can
ignore; I'm not going to go pulling plugs on machines 
around here to try to reproduce with 0.18 :-)

Not sure what I as a user am expected to do with this
tidbit: "Be sure to finish_writing and finish_reading 
on the current request that is open." 

It does say to please send the report here...



This transport does not update the working tree of:
bzr+ssh://mats@webservices.freestandards.org/srv/www/bzr/unofficial/mats
-lsb/build_env/
\ [============================                               ] Fetch
phase 1/4Read from remote host webservices.freestandards.org: Connection
reset by peer
bzr: ERROR: bzrlib.errors.TooManyConcurrentRequests: The medium
'<bzrlib.transport.smart.SmartSSHClientMedium object at 0x2aaab03da5d0>'
has reached its concurrent request limit. Be sure to finish_writing and
finish_reading on the current request that is open.

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 650,
in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 612,
in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 304,
in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.4/site-packages/bzrlib/builtins.py", line 801,
in run
    push_result = br_from.push(br_to, overwrite)
  File "/usr/lib/python2.4/site-packages/bzrlib/decorators.py", line
127, in read_locked
    return unbound(self, *args, **kwargs)
  File "/usr/lib/python2.4/site-packages/bzrlib/branch.py", line 1696,
in push
    stop_revision, _hook_master=master_branch)
  File "/usr/lib/python2.4/site-packages/bzrlib/decorators.py", line
127, in read_locked
    return unbound(self, *args, **kwargs)
  File "/usr/lib/python2.4/site-packages/bzrlib/branch.py", line 1573,
in push
    target.unlock()
  File "/usr/lib/python2.4/site-packages/bzrlib/branch.py", line 1328,
in unlock
    self.repository.unlock()
  File "/usr/lib/python2.4/site-packages/bzrlib/repository.py", line
354, in unlock
    self.control_files.unlock()
  File "/usr/lib/python2.4/site-packages/bzrlib/lockable_files.py", line
268, in unlock
    self._lock.unlock()
  File "/usr/lib/python2.4/site-packages/bzrlib/lockdir.py", line 241,
in unlock
    self.confirm()
  File "/usr/lib/python2.4/site-packages/bzrlib/lockdir.py", line 315,
in confirm
    info = self.peek()
  File "/usr/lib/python2.4/site-packages/bzrlib/lockdir.py", line 338,
in peek
    info = self._read_info_file(self._held_info_path)
  File "/usr/lib/python2.4/site-packages/bzrlib/lockdir.py", line 328,
in _read_info_file
    return self._parse_info(self.transport.get(path))
  File "/usr/lib/python2.4/site-packages/bzrlib/transport/smart.py",
line 1060, in get
    return StringIO(self.get_bytes(relpath))
  File "/usr/lib/python2.4/site-packages/bzrlib/transport/smart.py",
line 1064, in get_bytes
    protocol = SmartClientRequestProtocolOne(self._medium.get_request())
  File "/usr/lib/python2.4/site-packages/bzrlib/transport/smart.py",
line 1593, in get_request
    return SmartClientStreamMediumRequest(self)
  File "/usr/lib/python2.4/site-packages/bzrlib/transport/smart.py",
line 1413, in __init__
    raise errors.TooManyConcurrentRequests(self._medium)
TooManyConcurrentRequests: The medium
'<bzrlib.transport.smart.SmartSSHClientMedium object at 0x2aaab03da5d0>'
has reached its concurrent request limit. Be sure to finish_writing and
finish_reading on the current request that is open.

bzr 0.15.0 on python 2.4.4.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'push',
'bzr+ssh://mats@webservices.freestandards.org/srv/www/bzr/unofficial/mat
s-lsb/build_env/']

** please send this report to bazaar at lists.ubuntu.com



More information about the bazaar mailing list