Hello. Over the past few days, I have been having  a lot of trouble
with freenet. First, the update script would constantly fail because
it could not detect any mirrors, then it would promptly become an
empty file. This forced me to fetch a new update script from the
repository. After trying this a few more times, i decided to delete
all of my jar files, and once again fetch the update script from the
repository. Finally, this seemed to work, as the update script did not
delete itself.

However, Freenet still will not start. After looking over the
wrapper.log, it seems that I have been getting OOM errors when it is
trying to start. I have included the important part of my wrapper.log
(hopefully).

I am running the latest version of freenet (if the update.sh script is
not lying to me) on Fedora Core 5 with the Sun java 1.5 VM.

Thanks,
shoeyfighter
-------------- next part --------------
INFO   | jvm 1    | 2006/08/08 10:12:36 | Reading store prior to shrink: 77% ( 
358400/460332)
INFO   | jvm 1    | 2006/08/08 10:12:58 | Reading store prior to shrink: 78% ( 
359424/460332)
INFO   | jvm 1    | 2006/08/08 10:13:21 | Reading store prior to shrink: 78% ( 
360448/460332)
INFO   | jvm 1    | 2006/08/08 10:13:47 | Reading store prior to shrink: 78% ( 
361472/460332)
INFO   | jvm 1    | 2006/08/08 10:14:14 | Reading store prior to shrink: 78% ( 
362496/460332)
INFO   | jvm 1    | 2006/08/08 10:14:41 | Reading store prior to shrink: 78% ( 
363520/460332)
INFO   | jvm 1    | 2006/08/08 10:15:13 | Reading store prior to shrink: 79% ( 
364544/460332)
INFO   | jvm 1    | 2006/08/08 10:15:48 | Reading store prior to shrink: 79% ( 
365568/460332)
INFO   | jvm 1    | 2006/08/08 10:16:24 | Reading store prior to shrink: 79% ( 
366592/460332)
INFO   | jvm 1    | 2006/08/08 10:17:00 | Reading store prior to shrink: 79% ( 
367616/460332)
INFO   | jvm 1    | 2006/08/08 10:17:45 | Reading store prior to shrink: 80% ( 
368640/460332)
INFO   | jvm 1    | 2006/08/08 10:18:30 | Reading store prior to shrink: 80% ( 
369664/460332)
INFO   | jvm 1    | 2006/08/08 10:19:24 | Reading store prior to shrink: 80% ( 
370688/460332)
INFO   | jvm 1    | 2006/08/08 10:20:27 | Reading store prior to shrink: 80% ( 
371712/460332)
INFO   | jvm 1    | 2006/08/08 10:21:35 | Reading store prior to shrink: 80% ( 
372736/460332)
INFO   | jvm 1    | 2006/08/08 10:23:01 | Reading store prior to shrink: 81% ( 
373760/460332)
INFO   | jvm 1    | 2006/08/08 10:24:42 | Reading store prior to shrink: 81% ( 
374784/460332)
INFO   | jvm 1    | 2006/08/08 10:26:28 | Could not open datastore: 
com.sleepycat.je.DatabaseException: java.lang.OutOfMemoryError: Java heap space
STATUS | wrapper  | 2006/08/08 10:26:28 | Filter trigger matched.  Restarting 
JVM.
INFO   | jvm 1    | 2006/08/08 10:26:28 | com.sleepycat.je.DatabaseException: 
java.lang.OutOfMemoryError: Java heap space
STATUS | wrapper  | 2006/08/08 10:26:28 | Filter trigger matched.  Restarting 
JVM.
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
com.sleepycat.je.tree.Tree.searchSubTreeInternal(Tree.java:1946)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
com.sleepycat.je.tree.Tree.searchSubTree(Tree.java:1725)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
com.sleepycat.je.tree.Tree.search(Tree.java:1608)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
com.sleepycat.je.dbi.CursorImpl.searchAndPosition(CursorImpl.java:1870)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
com.sleepycat.je.Cursor.searchInternal(Cursor.java:1114)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
com.sleepycat.je.Cursor.searchAllowPhantoms(Cursor.java:1084)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
com.sleepycat.je.Cursor.search(Cursor.java:961)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
com.sleepycat.je.SecondaryCursor.readPrimaryAfterGet(SecondaryCursor.java:685)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
com.sleepycat.je.SecondaryCursor.retrieveNext(SecondaryCursor.java:650)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
com.sleepycat.je.SecondaryCursor.getPrev(SecondaryCursor.java:365)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
com.sleepycat.je.SecondaryCursor.getPrev(SecondaryCursor.java:345)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
freenet.store.BerkeleyDBFreenetStore.maybeSlowShrink(BerkeleyDBFreenetStore.java:329)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
freenet.store.BerkeleyDBFreenetStore.maybeShrink(BerkeleyDBFreenetStore.java:243)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
freenet.store.BerkeleyDBFreenetStore.<init>(BerkeleyDBFreenetStore.java:609)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
freenet.node.Node.<init>(Node.java:1582)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
freenet.node.NodeStarter.start(NodeStarter.java:147)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:3082)
INFO   | jvm 1    | 2006/08/08 10:26:28 | Caused by: 
java.lang.OutOfMemoryError: Java heap space
STATUS | wrapper  | 2006/08/08 10:26:28 | Filter trigger matched.  Restarting 
JVM.
INFO   | jvm 1    | 2006/08/08 10:26:28 | Failed to load node: Could not open 
datastore: com.sleepycat.je.DatabaseException: java.lang.OutOfMemoryError: Java 
heap space (3)
STATUS | wrapper  | 2006/08/08 10:26:28 | Filter trigger matched.  Restarting 
JVM.
INFO   | jvm 1    | 2006/08/08 10:26:28 | freenet.node.Node$NodeInitException: 
Could not open datastore: com.sleepycat.je.DatabaseException: 
java.lang.OutOfMemoryError: Java heap space (3)
STATUS | wrapper  | 2006/08/08 10:26:28 | Filter trigger matched.  Restarting 
JVM.
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
freenet.node.Node.<init>(Node.java:1641)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
freenet.node.NodeStarter.start(NodeStarter.java:147)
INFO   | jvm 1    | 2006/08/08 10:26:28 |       at 
org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:3082)
INFO   | jvm 1    | 2006/08/08 10:26:28 | Closing database due to shutdown.
INFO   | jvm 1    | 2006/08/08 10:26:33 | Closed database
STATUS | wrapper  | 2006/08/08 10:26:33 | <-- Wrapper Stopped

Reply via email to