On Saturday 18 December 2010 19:10:56 Matthew Toseland wrote:
> On Friday 10 December 2010 02:36:01 Juiceman wrote:
> > On Wed, Dec 8, 2010 at 1:40 PM, Matthew Toseland
> > <t...@amphibian.dyndns.org>wrote:
> > 
> > > On Wednesday 08 December 2010 15:12:24 Juiceman wrote:
> > > > I came across a fatal node startup error with 1309 or 1310_pre2 where i
> > > > deleted persistent temp but not node.db4o.  I had to delete node.db4o to
> > > > startup.
> > >
> > > Please post the log.
> > >
> > 
> > You may have already resolved this...
> 
> Yes, it should have been resolved already.

Hmmm, I thought I had. It might still happen. There is code in master and the 
store-io branch that should deal with it a bit better. Which will be in the 
next snapshot but given the last one hasn't uploaded yet that might be a while.
> > 
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | Deleted 0 of 0 temporary files (0
> > non-temp files in temp directory) in 0s
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | Old:
> > F:\Freenet\persistent-temp-10789 prefix freenet-temp- from
> > F:\Freenet\persistent-temp-10789 old path F:\Freenet\persistent-temp-10789
> > old parent F:\Freenet
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | New:
> > F:\Freenet\persistent-temp-10789 prefix freenet-temp- from
> > F:\Freenet\persistent-temp-10789
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | Creating free blocks cache...
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | Creating free blocks cache: 0 / 0
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | WrapperManager Error: Error in
> > WrapperListener.start callback.  java.lang.ArrayIndexOutOfBoundsException:
> > 2005
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | WrapperManager Error:
> > java.lang.ArrayIndexOutOfBoundsException: 2005
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | WrapperManager Error:     at
> > freenet.support.BitArray.setBit(BitArray.java:69)
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | WrapperManager Error:     at
> > freenet.support.io.PersistentBlobTempBucketFactory.createFreeBlocksCache(PersistentBlobTempBucketFactory.java:192)
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | WrapperManager Error:     at
> > freenet.support.io.PersistentBlobTempBucketFactory.onInit(PersistentBlobTempBucketFactory.java:130)
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | WrapperManager Error:     at
> > freenet.support.io.PersistentTempBucketFactory.load(PersistentTempBucketFactory.java:273)
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | WrapperManager Error:     at
> > freenet.node.NodeClientCore.initPTBF(NodeClientCore.java:607)
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | WrapperManager Error:     at
> > freenet.node.NodeClientCore.<init>(NodeClientCore.java:289)
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | WrapperManager Error:     at
> > freenet.node.Node.<init>(Node.java:1744)
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | WrapperManager Error:     at
> > freenet.node.NodeStarter.start(NodeStarter.java:170)
> > INFO   | jvm 1    | 2010/12/07 21:59:39 | WrapperManager Error:     at
> > org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
> > INFO   | jvm 1    | 2010/12/07 21:59:40 | Shutting down...
> > INFO   | jvm 1    | 2010/12/07 21:59:40 | Stopping database jobs...
> > INFO   | jvm 1    | 2010/12/07 21:59:40 | Rolling back unfinished
> > transactions...
> > INFO   | jvm 1    | 2010/12/07 21:59:40 | Closing database...
> > INFO   | jvm 1    | 2010/12/07 21:59:40 | [db4o 7.4.63.11890   2010-12-07
> > 21:59:40]
> > INFO   | jvm 1    | 2010/12/07 21:59:40 |  'F:\Freenet\node.db4o.crypt'
> > close request
> > INFO   | jvm 1    | 2010/12/07 21:59:40 | [db4o 7.4.63.11890   2010-12-07
> > 21:59:40]
> > INFO   | jvm 1    | 2010/12/07 21:59:40 |  'F:\Freenet\node.db4o.crypt'
> > closed
> > STATUS | wrapper  | 2010/12/07 21:59:41 | <-- Wrapper Stopped
> > 
> > 
> > > > On Dec 5, 2010 12:41 AM, "Roland Haeder" <r.hae...@gmx.de> wrote:
> > > > > Hello support,
> > > > >
> > > > > I have added around 8,700 files and after 3,000 are downloaded I'm
> > > stuck
> > > > > with two different NPEs and an ArrayIndexOutOfBoundsException.
> > > > >
> > > > > Here is the first one:
> > > > > http://www.mxchange.org/downloads/freenet/npe1.txt
> > > > >
> > > > > It just happens while startup phase.
> > > > >
> > > > > The second one happens when I try to download a freenet-site e.g.:
> > > > >
> > > >
> > > http://127.0.0.1:8888/u...@85gztciqo9iepdagvjkto9d-zms1liabr6jb85m4ens,VGDItiCVzCcWAay51faZzcIfAepzeHpzXYvChlueWYE,AQACAAE/stats/1126/
> > > > >
> > > > > Here is the NPE:
> > > > > http://www.mxchange.org/downloads/freenet/npe2.txt
> > > > >
> > > > > The last exception happens when I have entered my master password
> > > > > (security levels are: normal high high):
> > > > >
> > > http://www.mxchange.org/downloads/freenet/array-index-out-of-bounds.txt
> > > > >
> > > > > I have already tried to delete persistent-temp directory and also
> > > > > datastore/ but I would really welcome if you can fix them instead I
> > > > > delete my (still) large download queue...
> > > > >
> > > > > I have latest build 1308.
> > > > >
> > > > > Best regards,
> > > > > Roland

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Reply via email to