-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.7.2, Minecraft 1.7.4
-
FreeBSD Games 9.1-RELEASE FreeBSD 9.1-RELEASE #2: Tue Nov 27 03:45:16 UTC 2012 root@darkstar:/usr/obj/pcbsd-build90/fbsd-source/9.1/sys/GENERIC amd64
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) Client VM (build 24.45-b08, mixed mode)
kldstat
...
3 1 0xffffffff81528000 b400 linprocfs.ko
4 2 0xffffffff81534000 485e0 linux.ko
...
FreeBSD Games 9.1-RELEASE FreeBSD 9.1-RELEASE #2: Tue Nov 27 03:45:16 UTC 2012 root@darkstar :/usr/obj/pcbsd-build90/fbsd-source/9.1/sys/GENERIC amd64 java version "1.7.0_45" Java(TM) SE Runtime Environment (build 1.7.0_45-b18) Java HotSpot(TM) Client VM (build 24.45-b08, mixed mode) kldstat ... 3 1 0xffffffff81528000 b400 linprocfs.ko 4 2 0xffffffff81534000 485e0 linux.ko ...
-
Unconfirmed
Reproduced by following command. No other logs created. No files created. Java recently updated as a test solution to no avail. Java works otherwise (able to start a 1.6.4 server).
- java -Xmx1G -Xms1G -jar minecraft_server.1.7.2.jar nogui
<wait for a few seconds>
Exception in thread "main" java.lang.ExceptionInInitializerError
at net.minecraft.server.MinecraftServer.<init>(SourceFile:114)
at lj.<init>(SourceFile:50)
at net.minecraft.server.MinecraftServer.main(SourceFile:591)
Caused by: java.lang.IllegalStateException: failed to create a child event loop
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:61)
at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52)
at ms.<clinit>(SourceFile:31)
... 3 more
Caused by: io.netty.channel.ChannelException: failed to open a new selector
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:128)
at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120)
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:57)
... 7 more
Caused by: java.io.IOException: Function not implemented
at sun.nio.ch.EPollArrayWrapper.epollCreate(Native Method)
at sun.nio.ch.EPollArrayWrapper.<init>(Unknown Source)
at sun.nio.ch.EPollSelectorImpl.<init>(Unknown Source)
at sun.nio.ch.EPollSelectorProvider.openSelector(Unknown Source)
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126)
... 10 more
- duplicates
-
MC-34749 Hopper: java.lang.IllegalStateException: failed to create a child event loop - Caused by AntiVirus / Firewall software
- Resolved