Hi,
I am using grsec with java 1.6 and I get an epoll stack trace. Is this a known issue with running a grsec kernel?
Thank You,
Fu-Tung
# uname -r
2.6.23.14-grsec
$ java -version
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)
java.lang.InternalError: unable to get address of epoll functions, pre-2.6 kernel?
> at sun.nio.ch.EPollArrayWrapper.init(Native Method)
> at un.nio.ch.EPollArrayWrapper.<clinit>(EPollArrayWrapper.java:258)
> at sun.nio.ch.EPollSelectorImpl.<init>(EPollSelectorImpl.java:52)
> at sun.nio.ch.EPollSelectorProvider.openSelector(EPollSelectorProvider.java:18)
> at java.nio.channels.Selector.open(Selector.java:209)