On Sunday 01 July 2007 09:25, freenetwork at web.de wrote: > svn revision 13858 > > > console log: > > [...] > Completed startup: All persistent requests resumed or restarted > Written freenet.ini.tmp and moved to freenet.ini > FNP port created on 0.0.0.0:OpennetPort > Written freenet.ini.tmp and moved to freenet.ini > run() exiting > Written freenet.ini.tmp and moved to freenet.ini > MAIN LOOP TERMINATED!
Sorry, fixed. (Hopefully). > Goodbye. > > Closing database due to shutdown. > Closing database due to shutdown. > Closing database due to shutdown. > Closing database due to shutdown. > Closing database due to shutdown. > Closing database due to shutdown. > Written freenet.ini.tmp and moved to freenet.ini > Shutting down with exit code 0 > Closed database > Closed database > Closed database > Closed database > Closed database > Closed database > Successfully closed all datastores. > [End] > > > freenet-latest.log: > > [Begin] > Jul 01, 2007 08:19:15:910 (freenet.node.Node, main, ERROR): NOT using > wrapper (at least not correctly). Your freenet-ext.jar > <http://downloads.freenetproject.org/alpha/freenet-ext.jar> and/or > wrapper.conf > <https://emu.freenetproject.org/svn/trunk/apps/installer/installclasspath/c >onfig/wrapper.conf> need to be updated. You weren't using the wrapper, deliberately? Or there is something wrong with it? >Jul 01, 2007 08:19:16:207 > (freenet.config.FreenetFilePersistentConfig, main, ERROR): Initialization > not finished, refusing to write config java.lang.Exception: error > at ... Normal, sorry. > Jul 01, 2007 08:20:15:973 (freenet.node.ConfigurablePersister, Scheduled > job: freenet.node.ConfigurablePersister at 6f4652, ERROR): Could not rename > node-throttle.dat.tmp to node-throttle.dat - check permissions A lot of people are reporting this. I have no idea what the problem is. I will add some diagnostics to the next build. > Jul 01, 2007 > 08:20:21:941 (freenet.node.InsertHandler, InsertHandler for > -7282023819635941279 on FNPDarknetPort, ERROR): Caught in run() > java.lang.NoSuchFieldError: usm java.lang.NoSuchFieldError: usm > at freenet.node.InsertHandler.realRun(InsertHandler.java:106) > at freenet.node.InsertHandler.run(InsertHandler.java:75) > at java.lang.Thread.run(Thread.java:619) You mentioned this on Frost? It indicates an unclean build anyway: do ant distclean && ant, if you are building from source. Clean projects in eclipse. Etc. If you're running from an emu-generated build, we have problems, tell me. > Jul 01, 2007 08:20:42:098 (freenet.io.comm.UdpSocketHandler, > SimpleToadletServer$SocketHandler at 14629308, ERROR): Closing. > java.lang.Exception: error > at freenet.io.comm.UdpSocketHandler.close(UdpSocketHandler.java:331) > at freenet.node.NodeCrypto.stop(NodeCrypto.java:381) > at freenet.node.OpennetManager.stop(OpennetManager.java:82) > at freenet.node.Node$7.set(Node.java:798) > at freenet.config.BooleanOption.set(BooleanOption.java:41) > at freenet.config.BooleanOption.setValue(BooleanOption.java:35) > at freenet.clients.http.ConfigToadlet.handlePost(ConfigToadlet.java:76) > at > freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:340) > at > freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletSer >ver.java:432) at java.lang.Thread.run(Thread.java:619) Another case of excessive logging given the new callers. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/support/attachments/20070703/603f03ec/attachment.pgp>
