ErrorFromSmartServer: Error received from smart server: ('error', "Absent factory for ('**')")

Bug #408251 reported by ivan.metzlar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

branching a loggerhead branch onto my local computer fails. bzr branch and bzr pull give me the same message:

(I tried this on ubuntu 8 with python 2.5)

$ bzr pull lp:~pnutzh4x0r/loggerhead/syntax-highlighting
No handlers could be found for logger "bzr"
bzr: ERROR: bzrlib.errors.ErrorFromSmartServer: Error received from smart server: ('error', "Absent factory for ('yuitestdebug.js-20081230192000-fqmo88qmlzu1ksom-77', '<email address hidden>')")

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/commands.py", line 835, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/commands.py", line 1030, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/commands.py", line 647, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/builtins.py", line 1013, in run
    possible_transports=possible_transports, local=local)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/workingtree.py", line 1588, in pull
    local=local)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/branch.py", line 891, in pull
    possible_transports=possible_transports, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/branch.py", line 3154, in pull
    _override_hook_target=_override_hook_target)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/branch.py", line 3031, in pull
    overwrite=overwrite, graph=graph)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/branch.py", line 839, in update_revisions
    overwrite, graph)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/branch.py", line 2974, in update_revisions
    self.target.fetch(self.source, stop_revision)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/branch.py", line 565, in fetch
    pb=pb)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/repository.py", line 1544, in fetch
    find_ghosts=find_ghosts, fetch_spec=fetch_spec)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/repository.py", line 3188, in fetch
    pb=pb, find_ghosts=find_ghosts)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/fetch.py", line 79, in __init__
    self.__fetch()
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/fetch.py", line 105, in __fetch
    self._fetch_everything_for_search(search)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/fetch.py", line 133, in _fetch_everything_for_search
    stream, from_format, [])
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/repository.py", line 3957, in insert_stream
    return self._locked_insert_stream(stream, src_format, is_resume)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/repository.py", line 3986, in _locked_insert_stream
    for substream_type, substream in stream:
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/remote.py", line 1788, in missing_parents_chain
    for kind, substream in stream:
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/smart/repository.py", line 491, in record_stream
    for bytes in byte_stream:
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/smart/message.py", line 338, in read_streamed_body
    _translate_error(self._body_error_args)
  File "/usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/smart/message.py", line 361, in _translate_error
    raise errors.ErrorFromSmartServer(error_tuple)
ErrorFromSmartServer: Error received from smart server: ('error', "Absent factory for ('yuitestdebug.js-20081230192000-fqmo88qmlzu1ksom-77', '<email address hidden>')")

bzr 1.17rc1 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'pull', 'lp:~pnutzh4x0r/loggerhead/syntax-highlighting']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
  launchpad /usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/plugins/launchpad [1.17rc1]
  netrc_credential_store /usr/lib/python2.5/site-packages/bzr-1.17rc1-py2.5-linux-i686.egg/bzrlib/plugins/netrc_credential_store [1.17rc1]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.

Revision history for this message
Karl Fogel (kfogel) wrote :
Revision history for this message
Andrew Bennetts (spiv) wrote :

Both of these branches appear to be affected by bug 354036 — you can run the fix script from that bug and see that it reports missing inventories. So I'm marking this as a dupe of that.

See the description of bug 354036 for the workaround (and fix) for these branches.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.