Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2003 17:00:37 +0000
From:      "Lee Harr" <missive@hotmail.com>
To:        freebsd-java@freebsd.org
Subject:   freenet: sun.nio.ch.DevPollArrayWrapper ?
Message-ID:  <BAY2-F425HecUqKy8xU00008301@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hi;

I just built freenet from ports:
freenet-0.5.2.1

which required building java:
java version "1.4.1-p3"
Java(TM) 2 Runtime Environment, Standard Edition (build 
1.4.1-p3-lee_12_sep_2003_10_07)
Java HotSpot(TM) Client VM (build 1.4.1-p3-lee_12_sep_2003_10_07, mixed 
mode)


Now when I run it I get this (after about 10 seconds):


Could not initialize network I/O system! Exiting
java.lang.UnsatisfiedLinkError: init
        at sun.nio.ch.DevPollArrayWrapper.init(Native Method)
        at 
sun.nio.ch.DevPollArrayWrapper.<init>(DevPollArrayWrapper.java:59)
        at 
sun.nio.ch.DevPollSelectorImpl.<init>(DevPollSelectorImpl.java:54)
        at 
sun.nio.ch.DevPollSelectorProvider.openSelector(DevPollSelectorProvider.java:18)
        at java.nio.channels.Selector.open(Selector.java:209)
        at 
freenet.transport.AbstractSelectorLoop.<init>(AbstractSelectorLoop.java:86)
        at 
freenet.transport.ThrottledSelectorLoop.<init>(ThrottledSelectorLoop.java:53)
        at 
freenet.transport.ReadSelectorLoop.<init>(ReadSelectorLoop.java:47)
        at 
freenet.transport.tcpConnection.startSelectorLoops(tcpConnection.java:66)
        at freenet.node.Main.startNode(Main.java:1269)
        at freenet.node.Main.main(Main.java:873)

I searched through the mailing list archives, and it seems to say
that DevPollArrayWrapper is broken in FreeBSD.  Is that still the
case? Should freenet be marked as broken?

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY2-F425HecUqKy8xU00008301>