SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

Spam in console [1.10.2] #1844

Closed HeberonYT closed 6 years ago

HeberonYT commented 6 years ago

I am currently running...

What is the current result? I am not sure if it is the right place to report this problem, please correct me if necessary. My server Sky Factory 3 is sending too much spam to the console and during that time the server ejects all users for the reason "Time Out", it appears as if it had crashed but does not leave any report on it, it just stays stuck. Reviewing the file "fml-server-latest.log" I found tons of the same error: [09:43:58] [Netty Epoll Server IO #4/ERROR] [FML/]: NetworkDispatcher exception java.io.IOException: Error while writev(...): Conexión reinicializada por la máquina remota at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[minecraft_server.1.10.2.jar:?] at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [minecraft_server.1.10.2.jar:?] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [minecraft_server.1.10.2.jar:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151] [09:43:58] [Netty Epoll Server IO #4/WARN] [io.netty.channel.DefaultChannelPipeline/]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception: java.io.IOException: Error while writev(...): Conexión reinicializada por la máquina remota at io.netty.channel.epoll.Native.writevAddresses(Native Method) ~[minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.EpollSocketChannel.writeBytesMultiple(EpollSocketChannel.java:184) ~[minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.EpollSocketChannel.doWriteMultiple(EpollSocketChannel.java:364) ~[minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:317) ~[minecraft_server.1.10.2.jar:?] at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707) [minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:248) [minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollOutReady(EpollSocketChannel.java:623) [minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:322) [minecraft_server.1.10.2.jar:?] at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [minecraft_server.1.10.2.jar:?] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [minecraft_server.1.10.2.jar:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]

And this causes files to be generated with more than 30mb, sometimes I can not open them because of the large size. I suppose that such reports also affect the performance during the generation of them. Here is my full report, the errors start on line 28078 and for obvious reasons I had to cut it out otherwise it would be impossible to upload it to pastebin.

Edit: I have decided to compress it so that you can download it completely fml-server-latest.log: http://heberon.com/descargas/temporales/fml-server-latest.rar

phit commented 6 years ago

Please update Forge to newer than 12.18.3.2488 or newer and see if it still happens.

phit commented 6 years ago

No reply, closed.