Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-3255

Specific Player getting kick from server (java.io.IOException)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • None
    • None

      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).

            Unassigned Unassigned
            Omadas Brandon Sperger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: