[volunteergrid2-l] (no subject)
Billy Earney
billy.earney at gmail.com
Mon Nov 14 13:21:07 UTC 2011
Hi,
I'm getting the following error while trying to start tahoe-lafs
Does anyone have a clue what could be causing this? From the error, it
seems to not be able to load (unpickle) a state file. Does anyone know
what that file could be called?
earney at ubuntu:~$ tahoe start
STARTING '/home/earney/.tahoe'
Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line
622, in run
runApp(config)
File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line
23, in runApp
_SomeApplicationRunner(config).run()
File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line
376, in run
self.application = self.createOrGetApplication()
File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line
441, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line
452, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "/usr/lib/python2.7/dist-packages/twisted/application/service.py",
line 400, in loadApplication
application = sob.loadValueFromFile(filename, 'application', passphrase)
File "/usr/lib/python2.7/dist-packages/twisted/persisted/sob.py", line
210, in loadValueFromFile
exec fileObj in d, d
File "tahoe-client.tac", line 10, in <module>
c = client.Client()
File "/usr/lib/pymodules/python2.7/allmydata/client.py", line 140, in
__init__
self.init_storage()
File "/usr/lib/pymodules/python2.7/allmydata/client.py", line 269, in
init_storage
expiration_sharetypes=expiration_sharetypes)
File "/usr/lib/pymodules/python2.7/allmydata/storage/server.py", line 87,
in __init__
self.add_bucket_counter()
File "/usr/lib/pymodules/python2.7/allmydata/storage/server.py", line
104, in add_bucket_counter
self.bucket_counter = BucketCountingCrawler(self, statefile)
File "/usr/lib/pymodules/python2.7/allmydata/storage/crawler.py", line
449, in __init__
ShareCrawler.__init__(self, server, statefile)
File "/usr/lib/pymodules/python2.7/allmydata/storage/crawler.py", line
86, in __init__
self.load_state()
File "/usr/lib/pymodules/python2.7/allmydata/storage/crawler.py", line
195, in load_state
state = pickle.load(f)
exceptions.EOFError:
Failed to load application:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tahoe-lafs.org/cgi-bin/mailman/private/volunteergrid2-l/attachments/20111114/98e63213/attachment.html>
More information about the volunteergrid2-l
mailing list