Yeah, the problem was something to-do with my machine not being able to look-up its own hostname. Adding it to /etc/hosts solved the problem, but I don't see why this would cause an issue.
Ian. On Tue, Aug 27, 2002 at 12:10:13AM +0200, Oskar Sandberg wrote: > All it does is call InetAddress.getLocalHost(). > > On Mon, Aug 26, 2002 at 02:03:59PM -0700, Ian Clarke wrote: > > Got this with yesterday's build: > > > > Exception in thread "main" java.lang.ExceptionInInitializerError > > at freenet.node.Main.main(Main.java:168) > > Caused by: java.lang.NullPointerException > > at java.net.InetAddress.cacheAddress(InetAddress.java:648) > > at java.net.InetAddress.cacheAddress(InetAddress.java:633) > > at > > java.net.InetAddress.getAddressFromNameService(InetAddress.java:1016) > > > > at java.net.InetAddress.getLocalHost(InetAddress.java:1125) > > at > > freenet.support.FileLoggerHook.<clinit>(FileLoggerHook.java:28) > > ... 1 more > > > > -- > > Ian Clarke ian at freenetproject.org > > Founder & Coordinator, The Freenet Project http://freenetproject.org/ > > Chief Technology Officer, Uprizer Inc. http://www.uprizer.com/ > > Personal Homepage http://locut.us/ > > > > -- > > Oskar Sandberg > oskar at freenetproject.org > > _______________________________________________ > devl mailing list > devl at freenetproject.org > http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl -- Ian Clarke ian at freenetproject.org Founder & Coordinator, The Freenet Project http://freenetproject.org/ Chief Technology Officer, Uprizer Inc. http://www.uprizer.com/ Personal Homepage http://locut.us/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20020826/163f8bdb/attachment.pgp>
