Hallo! I installed freenet + the newest Java version but everytime I try to start Freenet I get the following error messanges at the Log:
Could not initialize network I/O system! Exiting /java.io.IOException: Unable to establish loopback connection/ / at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)/ /at java.security.AccessController.doPrivileged(Native Method)/ /at sun.nio.ch.PipeImpl.<init>(Unknown Source)/ /at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)/ /at java.nio.channels.Pipe.open(Unknown Source)/ /at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)/ /at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)/ /at java.nio.channels.Selector.open(Unknown Source)/ /at freenet.transport.AbstractSelectorLoop.<init>(AbstractSelectorLoop.java:163)/ /at freenet.transport.ThrottledSelectorLoop.<init>(ThrottledSelectorLoop.java:77)/ /at freenet.transport.ReadSelectorLoop.<init>(ReadSelectorLoop.java:108)/ /at freenet.transport.tcpConnection.startSelectorLoops(tcpConnection.java:152)/ /at freenet.node.Main.startNode(Main.java:1573)/ /at freenet.node.Main.spawnNode(Main.java:1060)/ /at freenet.node.Main.main(Main.java:908)/ // /Caused by: java.net.ConnectException: Connection refused: connect/ /at sun.nio.ch.Net.connect(Native Method)/ /at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)/ /at java.nio.channels.SocketChannel.open(Unknown Source)/ // // I hope you can give me a hint to solve this problem. Many thxs!! -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://emu.freenetproject.org/pipermail/support/attachments/20060523/2238b180/attachment.html>
