GithubHelp home page GithubHelp logo

saces / fred Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hyphanet/fred

2.0 2.0 1.0 41.42 MB

Freenet REference Daemon

Home Page: http://freenetproject.org/

License: GNU General Public License v2.0

Java 99.80% Shell 0.08% JavaScript 0.12%

fred's People

Contributors

arnebab avatar artefact2 avatar bback avatar blueyed avatar blured75 avatar bombe avatar cacopatane avatar dcrewi avatar dieppe avatar edt-xx avatar emarkus avatar evand avatar infinity0 avatar j16sdiz avatar jflesch avatar juiceman avatar kurmiashish avatar mrogers avatar nextgens avatar osndok avatar platy avatar ratchet avatar theseeker avatar thynix avatar toad avatar tommyd avatar volodya avatar xor-freenet avatar yumkam avatar zidel avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

hyatzh

fred's Issues

NPE with #1401

seems to be a rare race condition

INFO | jvm 1 | 2011/09/02 16:08:55 | [Sep 02, 2011 14:08:55:589] [ERROR](freenet.node.fcp.ClientPutDir, Client database access thread%2813%29, ERROR): No generated URI in onSuccess() for freenet.node.fcp.ClientPutDir@284a6c0 from freenet.client.async.SimpleManifestPutter@336f356c
INFO | jvm 1 | 2011/09/02 16:08:55 | [Sep 02, 2011 14:08:55:599] [ERROR](freenet.node.NodeClientCore$DBJobWrapper, Client database access thread%2813%29, ERROR): Failed to run database job freenet.client.async.PersistentChosenRequest$1@786d2928 : caught java.lang.NullPointerException
INFO | jvm 1 | 2011/09/02 16:08:55 | java.lang.NullPointerException
INFO | jvm 1 | 2011/09/02 16:08:55 | at java.util.Hashtable.get(Hashtable.java:334)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.support.MultiValueTable.put(MultiValueTable.java:33)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.node.fcp.RequestStatusCache.finishedUpload(RequestStatusCache.java:86)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.node.fcp.FCPClient.finishedClientRequest(FCPClient.java:171)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.node.fcp.ClientRequest.finish(ClientRequest.java:276)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.node.fcp.ClientPutBase.onSuccess(ClientPutBase.java:188)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.node.fcp.ClientPutDir.onSuccess(ClientPutDir.java:368)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.client.async.SimpleManifestPutter.complete(SimpleManifestPutter.java:1277)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.client.async.SimpleManifestPutter.onSuccess(SimpleManifestPutter.java:1553)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.client.async.MultiPutCompletionCallback.complete(MultiPutCompletionCallback.java:185)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.client.async.MultiPutCompletionCallback.onSuccess(MultiPutCompletionCallback.java:102)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.client.async.SingleBlockInserter.onSuccess(SingleBlockInserter.java:475)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.client.async.PersistentChosenRequest.finish(PersistentChosenRequest.java:224)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.client.async.PersistentChosenRequest.access$0(PersistentChosenRequest.java:148)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.client.async.PersistentChosenRequest$1.run(PersistentChosenRequest.java:137)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.node.NodeClientCore$DBJobWrapper.run(NodeClientCore.java:1822)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.support.PrioritizedSerialExecutor$Runner.run(PrioritizedSerialExecutor.java:99)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:233)
INFO | jvm 1 | 2011/09/02 16:08:55 | at freenet.support.io.NativeThread.run(NativeThread.java:130)

db4o persistence leaks

The BaseManifestPutter is still leaking persistent objects.
freenet.client.async.ContainerInserter should be reviewed/fixed first, the whole thing is left in db.

Issue on export blob if explicit compression codec was given at insert time

The current 'export' fetches the block, decodes it (good for verification), then encode
it again and add the new encoded to the output blob.
The compression codec it was compressed with is not passed out, recompressing with best may give an other blob then the original blob was, especially if a weak compression codec was explicit given at insert time..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.