1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

Resolved java.io.IOException

Discussion in 'Bug Reports' started by falkse, Jul 16, 2013.

  1. falkse

    falkse New Member

    A plugin developer has created a plugin for me. It is a SuperCraftBros Brawl plugin. But there is an error. In the Bukkit console nothing is posted (with debugg function). After the countdown, no one can write in the chat any more. And after 15 seconds all be kicked with the error message:
    Code (text):
    21:58:05 [INFO] falkseidl lost connection: disconnect.endOfStream
    .
    I have removed all plugins except LilyPad-Bukkit Connect portal and portal-Command. Then it also does not work. If I then remove LilyPad plugins, and connect to the local server, everything works. I also have LilyPad and Bukkit updated several times. So these are the newest Plugin and Server versions. But it is not because of Bukkit, because without LilyPad everything works.
    I get this error in the LilyPad Console:
    Code (text):
    alexander@Alex-Ubuntu:~/Downloads/Server_Tests/LilyPad$ java -jar *.jar
    [LilyPad] build 48 of AllInOne
    java.io.IOException: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
        at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
        at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
        at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:225)
        at sun.nio.ch.IOUtil.read(IOUtil.java:193)
        at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:375)
        at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:274)
        at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:869)
        at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:247)
        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:89)
        at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:489)
        at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:464)
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:358)
        at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
        at java.lang.Thread.run(Thread.java:724)
    Perhaps the LilyPad Developers can say what the error is, and fix it or give a tip. Sorry for my bad english, iam german.
  2. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Please try Build 52.
  3. falkse

    falkse New Member

    I installed the latest build. Now everything works. :)

Share This Page