Loggerhead 1.6: installation problems
Marius Kruger
amanic at gmail.com
Thu Sep 4 17:58:24 BST 2008
Hi,
I tried the loggerhead 1.6 and 1.6.1 with bzr 1.6.1rc1 and 1.5
I can start the server with `$ ./serve-branches /stuph/projects`
The server comes up and I can browse the file system, but as soon as click
on a bzr branch, I get
`Internal Server Error` on the browser
and the following stack trace on the backend.
Is this a version issue or maybe a branch format issue? Should I try bzr
1.4?
Any help would be appreciated.
thx
Marius
--
Exception happened during processing of request from ('127.0.0.1', 46765)
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/paste/httpserver.py", line 1053,
in process_request_in_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.5/SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.5/SocketServer.py", line 522, in __init__
self.handle()
File "/var/lib/python-support/python2.5/paste/httpserver.py", line 432, in
handle
BaseHTTPRequestHandler.handle(self)
File "/usr/lib/python2.5/BaseHTTPServer.py", line 316, in handle
self.handle_one_request()
File "/var/lib/python-support/python2.5/paste/httpserver.py", line 427, in
handle_one_request
self.wsgi_execute()
File "/var/lib/python-support/python2.5/paste/httpserver.py", line 287, in
wsgi_execute
self.wsgi_start_response)
File "/var/lib/python-support/python2.5/paste/deploy/config.py", line 276,
in __call__
return self.app(environ, start_response)
File "/var/lib/python-support/python2.5/paste/translogger.py", line 67, in
__call__
return self.application(environ, replacement_start_response)
File "/var/lib/python-support/python2.5/paste/httpexceptions.py", line
632, in __call__
return self.application(environ, start_response)
File
"/stuph/projects/bzr/bzr.repo/tools/loggerhead/loggerhead/apps/filesystem.py",
line 79, in __call__
self.folder, self)(environ, start_response)
File
"/stuph/projects/bzr/bzr.repo/tools/loggerhead/loggerhead/apps/filesystem.py",
line 60, in __call__
return self.app_for_branch(b)(environ, start_response)
File
"/stuph/projects/bzr/bzr.repo/tools/loggerhead/loggerhead/apps/branch.py",
line 110, in app
c = cls(self, self.get_history())
File
"/stuph/projects/bzr/bzr.repo/tools/loggerhead/loggerhead/apps/branch.py",
line 39, in get_history
_history = History(self.branch, self.graph_cache)
File
"/stuph/projects/bzr/bzr.repo/tools/loggerhead/loggerhead/history.py", line
208, in __init__
whole_history_data = compute_whole_history_data(branch)
File
"/stuph/projects/bzr/bzr.repo/tools/loggerhead/loggerhead/wholehistory.py",
line 50, in compute_whole_history_data
graph.iter_ancestry([last_revid]) if value is not None))
AttributeError: 'Graph' object has no attribute 'iter_ancestry'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20080904/4db75b8a/attachment.htm
More information about the bazaar
mailing list