Noticed message about persistant transfers being corrupted (with  
directory name).
So I erased that directory as requested, expecting it to be recreated  
on startup.
Node fails to start with the following stack trace:

java.io.FileNotFoundException: /usr/local/freenet/persistent- 
temp-35322/persistent-blob.tmp (No such file or directory)
        at java.io.RandomAccessFile.open(Native Method)
        at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
        at  
freenet 
.support 
.io 
.PersistentBlobTempBucketFactory 
.onInit(PersistentBlobTempBucketFactory.java:109)
        at  
freenet 
.support 
.io.PersistentTempBucketFactory.load(PersistentTempBucketFactory.java: 
273)
        at freenet.node.NodeClientCore.initPTBF(NodeClientCore.java:599)
        at freenet.node.NodeClientCore.<init>(NodeClientCore.java:287)
        at freenet.node.Node.<init>(Node.java:2241)
        at freenet.node.NodeStarter.start(NodeStarter.java:162)
        at org.tanukisoftware.wrapper.WrapperManager 
$11.run(WrapperManager.java:2979)

Creating the directory manually works around the issue.

Probably need a mkdir() or isDirectory() somewhere in there.

Quite minor, but might bite someone else. Should I file a bug report?

--
Robert Hailey

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20101015/44806933/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: freenet-fnf-startup-failure.txt
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20101015/44806933/attachment.txt>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20101015/44806933/attachment-0001.html>

Reply via email to