When I try running freenet with kaffe I get the following error:

freenet.fs.dir.DirectoryException: insertion collision in fragment size
map
        at java.lang.Throwable.fillInStackTrace(Throwable.java:native)
        at java.lang.Throwable.<init>(Throwable.java:38)
        at java.lang.Exception.<init>(Exception.java:24)
        at java.lang.RuntimeException.<init>(RuntimeException.java:21)
        at
freenet.fs.dir.DirectoryException.<init>(DirectoryException.java:9)
        at freenet.fs.dir.FragmentSizeMap.put(FragmentSizeMap.java:30)
        at
freenet.fs.dir.FragmentManager.allocate(FragmentManager.java:147)
        at freenet.fs.dir.FSDirectory.store(FSDirectory.java:381)
        at freenet.fs.dir.SharedDirectory.store(SharedDirectory.java:72)
        at
freenet.fs.dir.LossyDirectory.forceStore(LossyDirectory.java:100)
        at
freenet.fs.dir.FSDataObjectStore.flush(FSDataObjectStore.java:32)
        at
freenet.fs.dir.FSDataObjectStore.keys(FSDataObjectStore.java:106)
        at
freenet.node.rt.DataObjectRoutingStore.elements(DataObjectRoutingStore.java:74)
        at
freenet.node.rt.CPAlgoRoutingTable.resetTransientState(CPAlgoRoutingTable.java:39)
        at
freenet.node.rt.CPAlgoRoutingTable.<init>(CPAlgoRoutingTable.java:35)
at freenet.node.Main.main(Main.java:346)

        This is with the new freenet-ext.jar, an updated freenet.conf(see
below), and I'm starting freenet with:
kaffe -addclasspath lib/freenet.jar:lib/freenet-ext.jar freenet.node.Main
$@A


thanks-mike.d

On Sat, 19 Jan 2002, Gianni Johansson wrote:

> I rebuilt freenet-ext.jar to fix the FEC plugin to use the new freenet.*
> namespace for the utility classes it needs.
>
> The new jar is here:
> http://freenetproject.org/snapshots/freenet-ext.jar.updated
>
> Could someone else test it out? If it looks good, then I'll rename it to
> replace the old version.
>
> --gj
>
> Here are FEC params for freenet.conf/ini:
>
> ---snip---
> fproxy.params.FECDecoder_0_name=OnionDecoder_0
> fproxy.params.FECDecoder_0_class=OnionFECDecoder
>
> fproxy.params.FECEncoder_0_name=default_encoder
> fproxy.params.FECEncoder_0_class=OnionFECEncoder
>
> fproxy.params.FECEncoder_1_name=OnionEncoder_0
> fproxy.params.FECEncoder_1_class=OnionFECEncoder
>
> #  Uncomment and set to a dir with lots of free space.
> # fproxy.params.tempDir=/usr3/fproxy_tmp
> ---snip---
>
> Don't try to do massive inserts until the spurious key collision bug is fixed.
>
>
> --
> Freesites
> (0.3) freenet:MSK at SSK@enI8YFo3gj8UVh-Au0HpKMftf6QQAgE/homepage//
> (0.4) freenet:SSK at npfV5XQijFkF6sXZvuO0o~kG4wEPAgM/homepage//
>
> _______________________________________________
> Devl mailing list
> Devl at freenetproject.org
> http://lists.freenetproject.org/mailman/listinfo/devl



--mikeDOTd
mikedotd at nexthop.net
http://www.nexthop.net/~mikedotd



_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to