Error when starting server, Ticking Tile Entity

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

victor76

New Member
Jul 29, 2019
7
0
0
I get this in my panel when I start my server, after all the mods initialize, (the panel i use scrolls from bottom to top so the start of message is at bottom)


06.05 22:10:59 [Server] INFO at ch.run(SourceFile:93)
06.05 22:10:59 [Server] INFO at cg.c(TcpConnection.java:544)
06.05 22:10:59 [Server] INFO at cg.i(TcpConnection.java:324)
06.05 22:10:59 [Server] INFO at ef.a(Packet.java:142)
06.05 22:10:59 [Server] INFO at java.io.FilterInputStream.read(Unknown Source)
06.05 22:10:59 [Server] INFO at java.net.SocketInputStream.read(Unknown Source)
06.05 22:10:59 [Server] INFO at java.net.SocketInputStream.read(Unknown Source)
06.05 22:10:59 [Server] INFO at java.net.SocketInputStream.read(Unknown Source)
06.05 22:10:59 [Server] INFO java.net.SocketException: Connection reset
06.05 22:10:19 [Multicraft] Skipped 2 lines due to rate limit (30/s)
06.05 22:09:52 [Server] INFO at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:680)
06.05 22:09:52 [Server] INFO at in.h(WorldServer.java:516)
06.05 22:09:52 [Server] INFO at yc.h(World.java:2153)
06.05 22:09:52 [Server] INFO at com.eloraam.redpower.machine.TileBatteryBox.g(TileBatteryBox.java:123)
06.05 22:09:52 [Server] INFO at com.eloraam.redpower.core.RedPowerLib.getConnections(RedPowerLib.java:504)
06.05 22:09:52 [Server] INFO at com.eloraam.redpower.core.RedPowerLib.getConSides(RedPowerLib.java:408)
06.05 22:09:52 [Server] INFO at codechicken.enderstorage.common.BlockEnderStorage.canConnectRedstone(BlockEnderStorage.java:261)
06.05 22:09:52 [Server] INFO Caused by: java.lang.ClassCastException: com.eloraam.redpower.machine.TileTube cannot be cast to codechicken.enderstorage.common.TileFrequencyOwner
06.05 22:09:52 [Server] INFO at fy.run(SourceFile:849)
06.05 22:09:52 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
06.05 22:09:52 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
06.05 22:09:52 [Server] INFO at ho.r(DedicatedServer.java:269)
06.05 22:09:52 [Server] INFO at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:686)
06.05 22:09:52 [Server] INFO t: Ticking tile entity
06.05 22:09:52 [Server] SEVERE Encountered an unexpected exception t
06.05 22:09:52 [Server] INFO ... 4 more
06.05 22:09:52 [Server] INFO at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:680)
06.05 22:09:52 [Server] INFO at in.h(WorldServer.java:516)
06.05 22:09:52 [Server] INFO at yc.h(World.java:2153)
06.05 22:09:52 [Server] INFO at com.eloraam.redpower.machine.TileBatteryBox.g(TileBatteryBox.java:123)
06.05 22:09:52 [Server] INFO at com.eloraam.redpower.core.RedPowerLib.getConnections(RedPowerLib.java:504)
06.05 22:09:52 [Server] INFO at com.eloraam.redpower.core.RedPowerLib.getConSides(RedPowerLib.java:408)
06.05 22:09:52 [Server] INFO at codechicken.enderstorage.common.BlockEnderStorage.canConnectRedstone(BlockEnderStorage.java:261)
06.05 22:09:52 [Server] INFO Caused by: java.lang.ClassCastException: com.eloraam.redpower.machine.TileTube cannot be cast to codechicken.enderstorage.common.TileFrequencyOwner
06.05 22:09:52 [Server] INFO at fy.run(SourceFile:849)
06.05 22:09:52 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
06.05 22:09:52 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
06.05 22:09:52 [Server] INFO at ho.r(DedicatedServer.java:269)
06.05 22:09:52 [Server] INFO at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:686)
06.05 22:09:52 [Server] INFO t: Ticking tile entity




Any help would be greatly appreciated.
 
Does it actually do anything bad, or is it just some lines of text that annoy you and you want removed?
 
Status
Not open for further replies.