-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
Server is running java 8 for an ARM Processor: /usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt
Server is Raspbian OS on a Raspberry Pi 3 (limited to 4 users at a time) Server reports it is 17 versions behind with /version. This despite building this morning with -latest.Client ran both Oracle Java 8 and Open JDK Java 8
Client in this case tested both of these on a computer running Mint 18 XFCE for AMD64 and the same computer with a AMD64 Live Disk of Ubuntu. Error occurred in all cases for this client.Server is running java 8 for an ARM Processor: /usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt Server is Raspbian OS on a Raspberry Pi 3 (limited to 4 users at a time) Server reports it is 17 versions behind with /version. This despite building this morning with -latest. Client ran both Oracle Java 8 and Open JDK Java 8 Client in this case tested both of these on a computer running Mint 18 XFCE for AMD64 and the same computer with a AMD64 Live Disk of Ubuntu. Error occurred in all cases for this client.
Client reinstalled minecraft, and ran both Openjdk implementation of java 8 (from /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java) and openJDK (from /usr/lib/jvm/default-java/jre/bin/java). The server was ran in debug w/o plugins to get this output:
[03:07:53 WARN]: java.io.IOException: Connection reset by peer
[03:07:53 WARN]: at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
[03:07:53 WARN]: at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
[03:07:53 WARN]: at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
[03:07:53 WARN]: at sun.nio.ch.IOUtil.read(IOUtil.java:192)
[03:07:53 WARN]: at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
[03:07:53 WARN]: at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:446)
[03:07:53 WARN]: at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:881)
[03:07:53 WARN]: at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:225)
[03:07:53 WARN]: at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)
[03:07:53 WARN]: at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
[03:07:53 WARN]: at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
[03:07:53 WARN]: at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
[03:07:53 WARN]: at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
[03:07:53 WARN]: at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[03:07:53 WARN]: at java.lang.Thread.run(Thread.java:745)
This may be related to an error on the server's start up:
Java HotSpot(TM) Client VM warning: You have loaded library /tmp/libnetty-transport-native-epoll1880227970607014564.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
A search for anything in /tmp does not turn up anything, /tmp/libnetty-transport-native-epoll1880227970607014564.so does not exist, so i cannot fix a library that doesn't exist. The server has been rebuilt a few times and buildtools redownloaded with no success at fixing this error or the client's disconnects. Any help on either of these would be appreciated. Server is running git-spigot-3fb9445-2b6c9f4 (MC: 1.11.2) (API version 1.11.2-R0.1-SNAPSHOT).