Date: Tue, 11 Nov 2014 15:46:42 +0000 From: Tim Bishop <tim@bishnet.net> To: java@FreeBSD.org Subject: Problem with java/openjdk8 after latest update Message-ID: <20141111154642.GB12456@carrick-users.bishnet.net>
next in thread | raw e-mail | index | archive | help
Hi, I'm having a problem with Minecraft and the java/openjdk8 port (default options) after the latest update to u25. The trace is given below. Looking at the diff: http://svnweb.freebsd.org/ports/head/java/openjdk8/Makefile?r1=371759&r2=372338 I see that lines relating to sun.nio.ch.KQueue were removed during the update, so it looks likely this is the cause of the problem. Is that a mistake, or is there some other local issue that I need to resolve? The java/openjdk6 port works fine, as did openjdk8 before this update. Thanks, Tim. ---- Minecraft Crash Report ---- // On the bright side, I bought you a teddy bear! Time: 11/11/14 3:32 PM Description: Exception in server tick loop java.lang.UnsatisfiedLinkError: sun.nio.ch.KQueueArrayWrapper.initStructSizes()V at sun.nio.ch.KQueueArrayWrapper.initStructSizes(Native Method) at sun.nio.ch.KQueueArrayWrapper.<clinit>(KQueueArrayWrapper.java:87) at sun.nio.ch.KQueueSelectorImpl.<init>(KQueueSelectorImpl.java:87) at sun.nio.ch.KQueueSelectorProvider.openSelector(KQueueSelectorProvider.java:42) at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126) 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:64) 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 rd.a(SourceFile:40) at rd.b(SourceFile:37) at up.c(SourceFile:10) at rc.a(SourceFile:62) at po.i(SourceFile:149) at net.minecraft.server.MinecraftServer.run(SourceFile:417) at java.lang.Thread.run(Thread.java:745) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.8 Operating System: FreeBSD (amd64) version 9.3-RELEASE-p5 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 913037048 bytes (870 MB) / 1029177344 bytes (981 MB) up to 1029177344 bytes (981 MB) JVM Flags: 2 total; -Xmx1G -Xms1G IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 Profiler Position: N/A (disabled) Is Modded: Unknown (can't tell) Type: Dedicated Server (map_server.txt) -- Tim Bishop http://www.bishnet.net/tim/ PGP Key: 0x6C226B37FDF38D55
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141111154642.GB12456>