From owner-freebsd-java@FreeBSD.ORG Tue Nov 11 15:57:39 2014 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9D66D55 for ; Tue, 11 Nov 2014 15:57:39 +0000 (UTC) Received: from carrick.bishnet.net (carrick-mx.bishnet.net [IPv6:2a01:348:132:51::14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "carrick.bishnet.net", Issuer "Bishnet Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EBF4E9B for ; Tue, 11 Nov 2014 15:57:39 +0000 (UTC) Received: from carrick-users.bishnet.net ([192.168.51.10]) by carrick.bishnet.net with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1XoDp3-0005Zq-V0 for java@FreeBSD.org; Tue, 11 Nov 2014 15:57:38 +0000 Received: (from tdb@localhost) by carrick-users.bishnet.net (8.14.7/8.14.7/Submit) id sABFvbDM021441 for java@FreeBSD.org; Tue, 11 Nov 2014 15:57:37 GMT (envelope-from tim@bishnet.net) X-Authentication-Warning: carrick-users.bishnet.net: tdb set sender to tim@bishnet.net using -f Date: Tue, 11 Nov 2014 15:57:37 +0000 From: Tim Bishop To: java@FreeBSD.org Subject: Re: Problem with java/openjdk8 after latest update Message-ID: <20141111155737.GA21423@carrick-users.bishnet.net> References: <20141111154642.GB12456@carrick-users.bishnet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141111154642.GB12456@carrick-users.bishnet.net> X-PGP-Key: 0x6C226B37FDF38D55, http://www.bishnet.net/tim/tim-bishnet-net.asc X-PGP-Fingerprint: 4BD9 5F90 8A50 40E8 D26C D681 6C22 6B37 FDF3 8D55 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 15:57:40 -0000 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.(KQueueArrayWrapper.java:87) > at sun.nio.ch.KQueueSelectorImpl.(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.(NioEventLoop.java:120) > at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87) > at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:64) > at io.netty.channel.MultithreadEventLoopGroup.(MultithreadEventLoopGroup.java:49) > at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:61) > at io.netty.channel.nio.NioEventLoopGroup.(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