keepcalm / BukkitForge

The world's first __opensource__ coremod. Also a port of the Bukkit server API to MinecraftForge.
http://www.minecraftforge.net/forum/index.php/topic,3254.0.html
103 stars 60 forks source link

Error when saving. #582

Open UberDarkAardvark opened 11 years ago

UberDarkAardvark commented 11 years ago

When ever the server saves I get a huge chunk of errors in my console. Everything appears to be working in game. When the server restarts, nobody has reported missing items or replaced blocks.

I am not sure what is saving, however when I type /save-all I get the same, or at least a similar error. So I am assuming world and player data.

Here is what console says:

19.03 17:52:39 [Multicraft] Skipped 9 lines due to rate limit (30/s)
19.03 17:52:36 [Server] INFO at org.bukkit.command.defaults.SaveCommand.execute(SaveCommand.java:30)
19.03 17:52:36 [Server] INFO at org.bukkit.craftbukkit.CraftWorld.save(CraftWorld.java:803)
19.03 17:52:36 [Server] INFO at in.a(WorldServer.java:845)
19.03 17:52:36 [Server] INFO at net.minecraftforge.event.EventBus.post(EventBus.java:103)
19.03 17:52:36 [Server] INFO at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
19.03 17:52:36 [Server] INFO at net.minecraftforge.event.ASMEventHandler_95_WRCoreEventHandler_onWorldSave_Save.invoke(.dynamic)
19.03 17:52:36 [Server] INFO at codechicken.wirelessredstone.core.WRCoreEventHandler.onWorldSave(WRCoreEventHandler.java:57)
19.03 17:52:36 [Server] INFO at codechicken.wirelessredstone.core.RedstoneEtherServer.saveEther(RedstoneEtherServer.java:66)
19.03 17:52:36 [Server] INFO java.lang.NullPointerException
19.03 17:52:36 [Server] INFO at fy.run(SourceFile:849)
19.03 17:52:36 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
19.03 17:52:36 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
19.03 17:52:36 [Server] INFO at ho.r(DedicatedServer.java:270)
19.03 17:52:36 [Server] INFO at ho.al(DedicatedServer.java:308)
19.03 17:52:36 [Server] INFO at x.a(CommandHandler.java:14)
19.03 17:52:36 [Server] INFO at keepcalm.mods.bukkit.nmsforge.CommandHandlerImpl.a(CommandHandlerImpl.java:92)
19.03 17:52:36 [Server] INFO at keepcalm.mods.bukkit.forgeHandler.commands.CommandExecutor2CommandBase.b(CommandExecutor2CommandBase.java:105)
19.03 17:52:36 [Server] INFO at org.bukkit.command.defaults.SaveCommand.execute(SaveCommand.java:30)
19.03 17:52:36 [Server] INFO at org.bukkit.craftbukkit.CraftWorld.save(CraftWorld.java:803)
19.03 17:52:36 [Server] INFO at in.a(WorldServer.java:845)
19.03 17:52:36 [Server] INFO at net.minecraftforge.event.EventBus.post(EventBus.java:103)
19.03 17:52:36 [Server] INFO at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
19.03 17:52:36 [Server] INFO at net.minecraftforge.event.ASMEventHandler_95_WRCoreEventHandler_onWorldSave_Save.invoke(.dynamic)
19.03 17:52:36 [Server] INFO at codechicken.wirelessredstone.core.WRCoreEventHandler.onWorldSave(WRCoreEventHandler.java:57)
19.03 17:52:36 [Server] INFO at codechicken.wirelessredstone.core.RedstoneEtherServer.saveEther(RedstoneEtherServer.java:66)
19.03 17:52:36 [Server] INFO java.lang.NullPointerException
19.03 17:52:36 [Server] INFO CONSOLE: Forcing save..
19.03 17:52:36 [Server] INFO CONSOLE: Enabled level saving..
19.03 17:52:36 [Multicraft] Auto-saving world...

I am using version git-bukkit-1.4.5-R1.0-b3000jnks really Bukkitforge for MC 1.4.7

I'm not sure if a plugin is causing this, the error only started after I updated the the newest version of Mindcrack along with the newest version of Bukkitforge at the time.

It appears Wireless Redstone and BukkitForge are the conflicting mods?

Plugins:

Vault World Edit Simple Prefix World Guard Whitemessage Permissions Bukkit Essentials Enjin Minecraft Plugin ChestShop Essentials Chat Essentials Spawn

Using Feed The Beast. Mindcrack specifically.

enterprise12nx commented 11 years ago

List your plugins also what are you using? minecraft, tekkit lite, etc

Try reinstalling Wireless Redstone possibly? seems to have a unknown java error, so maybe a reinstall shall fix

UberDarkAardvark commented 11 years ago

Alright, listed the plugins. Im using FTB Mindcrack.

I cant update Wireless Redstone as the version has to match the clients. Ill try re-installing it from a freshly downloaded Mindcrack server .zip. However I doubt this is the case. I didnt install it so I couldnt have messed it up.

enterprise12nx commented 11 years ago

Sometimes it dont download correctly or it gets corrupted, its possible, i didnt see much anything saying "Keepcalm" in it, usually if its bukkitforge u see a whole ton of "keepcalm" in the error, but idk, nobody much responds on here recently, guess the guys are busy, idk what Mindcrack is so idkk

UberDarkAardvark commented 11 years ago

Alright, ill give a reinstall a try, thanks!

enterprise12nx commented 11 years ago

np, glad to Try to help xD

Runemoro commented 11 years ago

It still doesn't work for me

UberDarkAardvark commented 11 years ago

The issue still exists. I forgot to mention that it did not work after trying.

shadowbot commented 11 years ago

I have this issue too using the Ultimate pack.

ghost commented 11 years ago

Same problem here

2013-04-03 01:08:27 [INFO] [BukkitForge] Rcon issued server command: save-all 2013-04-03 01:08:27 [INFO] [STDOUT] CONSOLE: Forcing save.. 2013-04-03 01:08:28 [INFO] [STDERR] java.lang.NullPointerException 2013-04-03 01:08:28 [INFO] [STDERR] at codechicken.wirelessredstone.core.RedstoneEtherServer.saveEther(RedstoneEtherServer.java:66) 2013-04-03 01:08:28 [INFO] [STDERR] at codechicken.wirelessredstone.core.WRCoreEventHandler.onWorldSave(WRCoreEventHandler.java:57) 2013-04-03 01:08:28 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_99_WRCoreEventHandler_onWorldSave_Save.invoke(.dynamic) 2013-04-03 01:08:28 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35) 2013-04-03 01:08:28 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103) 2013-04-03 01:08:28 [INFO] [STDERR] at in.a(WorldServer.java:845) 2013-04-03 01:08:28 [INFO] [STDERR] at org.bukkit.craftbukkit.CraftWorld.save(CraftWorld.java:803) 2013-04-03 01:08:28 [INFO] [STDERR] at org.bukkit.command.defaults.SaveCommand.execute(SaveCommand.java:30) 2013-04-03 01:08:28 [INFO] [STDERR] at keepcalm.mods.bukkit.forgeHandler.commands.CommandExecutor2CommandBase.b(CommandExecutor2CommandBase.java:105) 2013-04-03 01:08:28 [INFO] [STDERR] at keepcalm.mods.bukkit.nmsforge.CommandHandlerImpl.a(CommandHandlerImpl.java:92) 2013-04-03 01:08:28 [INFO] [STDERR] at x.a(CommandHandler.java:14) 2013-04-03 01:08:28 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:837) 2013-04-03 01:08:28 [INFO] [STDERR] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:941) 2013-04-03 01:08:28 [INFO] [STDERR] at com.earth2me.essentials.Backup.run(Backup.java:66) 2013-04-03 01:08:28 [INFO] [STDERR] at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:52) 2013-04-03 01:08:28 [INFO] [STDERR] at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:346) 2013-04-03 01:08:28 [INFO] [STDERR] at keepcalm.mods.bukkit.forgeHandler.SchedulerTickHandler.tickStart(SchedulerTickHandler.java:38) 2013-04-03 01:08:28 [INFO] [STDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:16) 2013-04-03 01:08:28 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:120) 2013-04-03 01:08:28 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:288) 2013-04-03 01:08:28 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:588) 2013-04-03 01:08:28 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 2013-04-03 01:08:28 [INFO] [STDERR] at fy.run(SourceFile:849) 2013-04-03 01:08:28 [INFO] [STDOUT] CONSOLE: Save complete.

FTB Ultimate, installed plugins: bPermissions, WorldEdit, Towny, iConomy, Register, AngelStarterChest, Vault, LogBlock, Questioner, Votifier, WorldGuard, Essentials, TownyChat, JCVaultListener, EssentialsSpawn, ChestShop

SquaredTiki commented 11 years ago

Same problem here, any solution yet?

UberDarkAardvark commented 11 years ago

Nope, issue seems to be lagging my server hard too... FTB says that they won't be officially updating the packs to 1.5 until redpower updates or 1.6.

Meaning a fix wouldn't even matter because BukkitForge would be updated, but it would be on Mc1.5. The error also seems to be related to redpower.