Problem with java/openjdk8 after latest update
Tim Bishop
tim at bishnet.net
Tue Nov 11 15:57:40 UTC 2014
Sorry - should have checked the list/bugzilla first. Already reported:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194941
Tim.
On Tue, Nov 11, 2014 at 03:46:42PM +0000, Tim Bishop wrote:
> 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
>
Tim.
--
Tim Bishop
http://www.bishnet.net/tim/
PGP Key: 0x6C226B37FDF38D55
More information about the freebsd-java
mailing list