Hi,<br><br>I came back from holiday today and found that one of my tahoe instance is down. When I tried to start them again, I get this traceback:<br><br># tahoe start<br>STARTING '/home/marekp/.tahoe'<br>Traceback (most recent call last):<br>
File "/mnt/data/home/marekp/tahoe180c4/support/lib/python2.6/site-packages/Twisted-10.0.0-py2.6-linux-armv7l.egg/twisted/application/app.py", line 693, in run<br> runApp(config)<br> File "/mnt/data/home/marekp/tahoe180c4/support/lib/python2.6/site-packages/Twisted-10.0.0-py2.6-linux-armv7l.egg/twisted/scripts/twistd.py", line 23, in runApp<br>
_SomeApplicationRunner(config).run()<br> File "/mnt/data/home/marekp/tahoe180c4/support/lib/python2.6/site-packages/Twisted-10.0.0-py2.6-linux-armv7l.egg/twisted/application/app.py", line 411, in run<br> self.application = self.createOrGetApplication()<br>
File "/mnt/data/home/marekp/tahoe180c4/support/lib/python2.6/site-packages/Twisted-10.0.0-py2.6-linux-armv7l.egg/twisted/application/app.py", line 494, in createOrGetApplication<br> application = getApplication(self.config, passphrase)<br>
--- <exception caught here> ---<br> File "/mnt/data/home/marekp/tahoe180c4/support/lib/python2.6/site-packages/Twisted-10.0.0-py2.6-linux-armv7l.egg/twisted/application/app.py", line 505, in getApplication<br>
application = service.loadApplication(filename, style, passphrase)<br> File "/mnt/data/home/marekp/tahoe180c4/support/lib/python2.6/site-packages/Twisted-10.0.0-py2.6-linux-armv7l.egg/twisted/application/service.py", line 390, in loadApplication<br>
application = sob.loadValueFromFile(filename, 'application', passphrase)<br> File "/mnt/data/home/marekp/tahoe180c4/support/lib/python2.6/site-packages/Twisted-10.0.0-py2.6-linux-armv7l.egg/twisted/persisted/sob.py", line 210, in loadValueFromFile<br>
exec fileObj in d, d<br> File "tahoe-client.tac", line 10, in <module><br> c = client.Client()<br> File "/home/marekp/tahoe180c4/src/allmydata/client.py", line 140, in __init__<br> self.init_storage()<br>
File "/home/marekp/tahoe180c4/src/allmydata/client.py", line 269, in init_storage<br> expiration_sharetypes=expiration_sharetypes)<br> File "/home/marekp/tahoe180c4/src/allmydata/storage/server.py", line 97, in __init__<br>
self.add_bucket_counter()<br> File "/home/marekp/tahoe180c4/src/allmydata/storage/server.py", line 114, in add_bucket_counter<br> self.bucket_counter = BucketCountingCrawler(self, statefile)<br> File "/home/marekp/tahoe180c4/src/allmydata/storage/crawler.py", line 449, in __init__<br>
ShareCrawler.__init__(self, server, statefile)<br> File "/home/marekp/tahoe180c4/src/allmydata/storage/crawler.py", line 86, in __init__<br> self.load_state()<br> File "/home/marekp/tahoe180c4/src/allmydata/storage/crawler.py", line 195, in load_state<br>
state = pickle.load(f)<br>exceptions.EOFError:<br><br>Failed to load application:<br><br>When I removed files in .tahoe/shares (except of shares directory), it started well. I reported this problem few months again, but I cannot find that in Trac. Generally it is because this node is not behind my UPS and we are often out of power supply in my house because of reconstruction. <br>
<br>I'm sorry for not creating ticket, but I have problems with validating my email in Trac.<br><br>Marek<br>