[freenet-support] Some NPEs on node shutdown

2006-08-22 Thread Matthew Toseland
The first two lines are in JVM code. If file really was null, it would have NPE'd at FileBucket, not in DeleteOnExitHook. This suggests its a problem with java. (The Frost folk will really love me for saying that!) Anyway the next build will include an explicit check in case somehow file *was* null

Re: [freenet-support] Some NPEs on node shutdown

2006-08-22 Thread Matthew Toseland
The first two lines are in JVM code. If file really was null, it would have NPE'd at FileBucket, not in DeleteOnExitHook. This suggests its a problem with java. (The Frost folk will really love me for saying that!) Anyway the next build will include an explicit check in case somehow file *was* null

[freenet-support] Some NPEs on node shutdown

2006-08-21 Thread freenetw...@web.de
As on toad's request these go here: This appened on node (svn build 10227) shutdown. Exception in thread "freenet.clients.http.SimpleToadletServer$SocketHandler at 1be22a5" java.lang.NullPointerException at java.io.DeleteOnExitHook.add(DeleteOnExitHook.java:33) at java.io.File.d

[freenet-support] Some NPEs on node shutdown

2006-08-21 Thread [EMAIL PROTECTED]
As on toad's request these go here: This appened on node (svn build 10227) shutdown. Exception in thread "[EMAIL PROTECTED]" java.lang.NullPointerException at java.io.DeleteOnExitHook.add(DeleteOnExitHook.java:33) at java.io.File.deleteOnExit(File.java:936) at freenet.sup