Shevchik / AutoSaveWorld

Bukkit plugin that provides advanced bukkit server management capabilities. Supports automatic saves, backups, stale data purge, plugin management, and more.
GNU General Public License v3.0
35 stars 36 forks source link

autosaveworld causes server stop #55

Closed felipeleite5w closed 5 years ago

felipeleite5w commented 5 years ago

Sometimes I got this error!


[08:47:43] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Cauldron!):

[08:47:44] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread [08:47:44] [Spigot Watchdog Thread/ERROR]: PID: 15 | Suspended: false | Native: true | State: RUNNABLE | Blocked Time: -1 | Blocked Count: 245339

[08:47:44] [Spigot Watchdog Thread/ERROR]: java.io.FileOutputStream.open0(Native Method)

[08:47:44] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:

[08:47:44] [Spigot Watchdog Thread/ERROR]: Current Thread: Keep-Alive-Timer [08:47:44] [Spigot Watchdog Thread/ERROR]: PID: 3560 | Suspended: false | Native: false | State: TIMED_WAITING | Blocked Time: -1 | Blocked Count: 0

[08:47:44] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)

[08:47:44] [Spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread [08:47:44] [Spigot Watchdog Thread/ERROR]: PID: 118 | Suspended: false | Native: true | State: RUNNABLE | Blocked Time: -1 | Blocked Count: 2804 [08:47:44] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s): [08:47:44] [Spigot Watchdog Thread/ERROR]: Locked on:net.minecraft.world.chunk.storage.RegionFile.func_76706_a(RegionFile.java:347)

[08:47:44] [Spigot Watchdog Thread/ERROR]: java.io.RandomAccessFile.write0(Native Method)

felipeleite5w commented 5 years ago

why its closed?

Shevchik commented 5 years ago

World save timeout. Not really an AutoSaveWorld problem, it's the server which was too slow.