I have scheduled a daily task to restart our Minecraft server, it seems that some mornings it fails to restart saying it gave up after 5 tries, but looking in the logs I don't see any record of it trying even once.
There is an exception thrown by one of the Minecraft mods in the logs as the server is shutting down, but I would not expect that to prevent it trying to restart after.
I only upgraded from McMyAdmin personal edition a few days ago and that never failed to restart the server.
Diagnostics Data
OS: Windows
Platform: Microsoft Windows Server 2012 R2 Standard
System Type: x86_64
Virtualization: None
Module: ADSModule
Loaded Plugins: FileManagerPlugin, EmailSenderPlugin, WebRequestPlugin, LocalFileBackupPlugin
Application Name: AMPService
Application Version: 1.9.9.0
Release Stream: Release
Build Date: 28/04/2020 20:41
InstanceID: d25e424b-ea30-4d9f-9dea-4ff70b1dfcbe
Last Executable: C:\AMPDatastore\Instances\Minecraft01\AMP.exe
Last Arguments: +Core.Webserver.Port "8091" +Core.Webserver.IPBinding "0.0.0.0" +MinecraftModule.Minecraft.PortNumber "25565"
And below are some snippets from the logs around the time of the restart.
From <instance_folder>/Minecraft/Logs/fml-server-latest.log
:
[04:00:08] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.world.WorldEvent$Unload@2696c469:
net.minecraft.util.ReportedException: Exception while updating neighbours
at net.minecraft.world.World.func_147460_e(World.java:730) ~[ahb.class:?]
at net.minecraft.world.World.func_147459_d(World.java:653) ~[ahb.class:?]
at extracells.part.PartFluidLevelEmitter.notifyTargetBlock(PartFluidLevelEmitter.java:105) ~[PartFluidLevelEmitter.class:?]
at extracells.part.PartFluidLevelEmitter.onStackChange(PartFluidLevelEmitter.java:133) ~[PartFluidLevelEmitter.class:?]
...
From <instance_folder>/Minecraft/Logs/latest.log
:
[04:00:01] [Server thread/INFO]: Stopping the server
[04:00:08] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.world.WorldEvent$Unload@2696c469:
net.minecraft.util.ReportedException: Exception while updating neighbours
at net.minecraft.world.World.func_147460_e(World.java:730) ~[ahb.class:?]
at net.minecraft.world.World.func_147459_d(World.java:653) ~[ahb.class:?]
at extracells.part.PartFluidLevelEmitter.notifyTargetBlock(PartFluidLevelEmitter.java:105) ~[PartFluidLevelEmitter.class:?]
at extracells.part.PartFluidLevelEmitter.onStackChange(PartFluidLevelEmitter.java:133) ~[PartFluidLevelEmitter.class:?]
...
From <instance_folder>/AMP_Logs/AMPLOG_<date>.log
:
[04:00:01] [Server thread/INFO]: Stopping the server
[04:00:08] [Server thread/ERROR]: Exception stopping the server
net.minecraft.util.ReportedException: Exception while updating neighbours
at net.minecraft.world.World.func_147460_e(World.java:730) ~[ahb.class:?]
at net.minecraft.world.World.func_147459_d(World.java:653) ~[ahb.class:?]
at extracells.part.PartFluidLevelEmitter.notifyTargetBlock(PartFluidLevelEmitter.java:105) ~[PartFluidLevelEmitter.class:?]
at extracells.part.PartFluidLevelEmitter.onStackChange(PartFluidLevelEmitter.java:133) ~[PartFluidLevelEmitter.class:?]
...
[04:00:09] [System:admin Warning] : Server failed to start 5 times, not restarting.
[05:00:02] [System Activity] : Creating Backup: Scheduled Backup</date></instance_folder></instance_folder></instance_folder>