[INACTIVE][ADMN] SimpleSave v3.25 Simple automatic saving! [000] - Backups!

Discussion in 'Inactive/Unsupported Plugins' started by desmin88, Mar 11, 2011.

  1. Offline

    desmin88

  2. Offline

    ntegan1

    Your plugin said to post this:
    Code:
    03:41:14 [SEVERE] SimpleSave: Go to my thread and post the following information
    03:41:14 [INFO] Failed to copy full contents from 'world/region/r.0.-1.mcr' to 'backup/world/region/r.0.-1.mcr'null
    03:41:14 [SEVERE] java.io.IOException: Failed to copy full contents from 'world/region/r.0.-1.mcr' to 'backup/world/region/r.0.-1.mcr'
    03:41:14 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyFile(FileUtils.java:310)
    03:41:14 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:265)
    03:41:14 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:263)
    03:41:14 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:230)
    03:41:14 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:156)
    03:41:14 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:125)
    03:41:14 [SEVERE]     at org.desmin88.simplesave.Backup.backup(Backup.java:42)
    03:41:14 [SEVERE]     at org.desmin88.simplesave.SimpleSave$BackupMethod.run(SimpleSave.java:144)
    03:41:14 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    03:41:14 [SEVERE]     at java.lang.Thread.run(Thread.java:680)
    
     
  3. Offline

    desmin88

    @ntegan1
    Fill out an error reporting form from the OP if you want help
    @cuco
    Fill out an error reporting form from the OP if you want help, include config
    @zxcwbz1
    I'm not sure what you want?
     
  4. Offline

    Furix

    That happened on my server too. Idk if it was this plugins fault or anything. :p
     
  5. Offline

    zxcwbz1

    Apparently i didn't express myself clearly enough.
    Even if i try switching the plugin.ignore.noplayers option from false to true it still wont start making saves until a player joins the server.
    Sorry for my english, it's not my native language.
     
  6. My simplesave also just created a rollback.. :(
     
  7. Offline

    tjb0607

    Confirmed. When stopping the server, it doesn't save.
     
  8. Offline

    Ratchet

    couple questions hopefully someone can answer them!

    when backing up, does it cause any lag to the server?

    how long would it take to back up 2x maps at 500mb each?
     
  9. It isn't broadcasting the message for me, it only logs it in the server log.

    I use: iChat (does that have to do something with it?)
     
  10. Offline

    desmin88

    @TechGuard
    Probably is. I get ingame message broadcasts.
    @Ratchet
    It won't lag very much at all, as file operations are done in a new thread
     
  11. Edited the plugin, so it works for me now :)
     
  12. Offline

    desmin88

    @TechGuard
    Mind caring to tell me what you did?
     
  13. Code:
    for(Player p2 : getServer().getOnlinePlayers()){
        p2.sendMessage(the save message);
    }
    Easy :p
     
  14. Offline

    desmin88

    @TechGuard
    Server.broadcastMessage() already does that
     
  15. But, it didn't work :p
     
  16. Offline

    Tarnacki

    does this save the map? everytime

    I mean like i get the file and upload the archive and then the map was like a month back.. what are all the other files for?
     
  17. Offline

    sicksurfer123


    what is the time in minutes? like the save interval and stuff?
     
  18. Offline

    algiuxas

    Confirm that it wont save maps on server stop. :(
     
  19. Offline

    desmin88

    @sicksurfer123
    Minutes, that's why it says minutes in the config example.
    Did you seriously even read?
    @algiuxas
    Well how are stopping the server?
     
  20. Offline

    algiuxas

    I stop the server by typing 'stop' in the console and wait until screen closes up : /
     
  21. Idk why, but my SimpleSave just seemed to stop Saving. The intervals were every 20 minutes, and it stopped 3 hours ago for no reason what so ever. Nothing even in my log.

    Anyone else getting this problem? I'm pretty sure it's what caused my server to rollback because I didn't notice the message broadcasting, but this time I have. I'm about to /save-all and restart my server, hopefully SimpleSave starts working again after that.
     
  22. Offline

    d3rtus

    Something is wrong with this mod. I have the backup and save timer at default (60mins and 10mins) but look at this:

    [​IMG]

    Running the latest Craftbukkit and latest SimpleSave. Only other mod is simplespawn.
     
  23. Offline

    blaize9

    Works perfectly thanks :)
    Server map on RAM DISK FTW!
    With map backups every 10 Min =D
     
  24. Offline

    mariofan765

    Ohh nooes!
    Code:
    10:14:02 [SEVERE] java.nio.channels.ClosedByInterruptException
    10:14:02 [SEVERE]     at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:184)
    10:14:02 [SEVERE]     at sun.nio.ch.FileChannelImpl.size(FileChannelImpl.java:304)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyFile(FileUtils.java:294)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:265)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:263)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:263)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:230)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:156)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:125)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.Backup.backup(Backup.java:40)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.SimpleSave$BackupMethod.run(SimpleSave.java:133)
    10:14:02 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    10:14:02 [SEVERE]     at java.lang.Thread.run(Thread.java:680)
    10:14:02 [SEVERE] SimpleSave: Error when copying files!
    10:14:02 [SEVERE] SimpleSave: This means a plugin you have is not acting nice, or isn't threadsafe
    10:14:02 [SEVERE] SimpleSave: Go to my thread and post the following information
    10:14:02 [INFO] nullnull
    10:14:02 [SEVERE] java.nio.channels.ClosedByInterruptException
    10:14:02 [SEVERE]     at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:184)
    10:14:02 [SEVERE]     at sun.nio.ch.FileChannelImpl.size(FileChannelImpl.java:304)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyFile(FileUtils.java:294)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:265)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:230)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:156)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:125)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.Backup.backup(Backup.java:40)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.SimpleSave$BackupMethod.run(SimpleSave.java:133)
    10:14:02 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    10:14:02 [SEVERE]     at java.lang.Thread.run(Thread.java:680)
    10:14:02 [SEVERE] SimpleSave: Error when copying files!
    10:14:02 [SEVERE] SimpleSave: This means a plugin you have is not acting nice, or isn't threadsafe
    10:14:02 [SEVERE] SimpleSave: Go to my thread and post the following information
    10:14:02 [INFO] nullnull
    10:14:02 [SEVERE] java.nio.channels.ClosedByInterruptException
    10:14:02 [SEVERE]     at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:184)
    10:14:02 [SEVERE]     at sun.nio.ch.FileChannelImpl.size(FileChannelImpl.java:304)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyFile(FileUtils.java:294)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:265)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:230)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:156)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:125)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.Backup.backup(Backup.java:40)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.SimpleSave$BackupMethod.run(SimpleSave.java:133)
    10:14:02 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    10:14:02 [SEVERE]     at java.lang.Thread.run(Thread.java:680)
    10:14:02 [SEVERE] SimpleSave: Error when copying files!
    10:14:02 [SEVERE] SimpleSave: This means a plugin you have is not acting nice, or isn't threadsafe
    10:14:02 [SEVERE] SimpleSave: Go to my thread and post the following information
    10:14:02 [INFO] nullnull
    10:14:02 [SEVERE] java.nio.channels.ClosedByInterruptException
    10:14:02 [SEVERE]     at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:184)
    10:14:02 [SEVERE]     at sun.nio.ch.FileChannelImpl.size(FileChannelImpl.java:304)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyFile(FileUtils.java:294)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:265)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:230)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:156)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:125)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.Backup.backup(Backup.java:40)
    10:14:02 [SEVERE]     at org.desmin88.simplesave.SimpleSave$BackupMethod.run(SimpleSave.java:133)
    10:14:02 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    10:14:02 [SEVERE]     at java.lang.Thread.run(Thread.java:680)
    
    Running craftbukkit 818.

    Help ASAP would be nice.
     
  25. Offline

    desmin88

  26. Offline

    SalumoN

    Would like this plugin to restart the server if it crashes, and to be able to choose which worlds to backup. Thanks! :D
     
  27. Offline

    scals

    @desmin88
    Not sure if this is supposed to occur, but when you clean install version 3.13 and it creates the config file it is forcing the, plugin.version=3.1, instead of 3.13.
    I don't know much about the coding of these mods, but it would seem that people getting messages about having out of date mods when they download the newest version and it forces the config to look for an older one doesn't seem right.
    Just thought I would let you know because my saving feature also stops working randomly.
     
  28. Offline

    BioRage

    May I ask what's the differance between Auto-Save and SimpleSave?

    Asides from the auto-backup?
     
  29. Offline

    desmin88

    @BioRage
    Besides from backup, and maybe some customibility. Not much. He uses threading, I use built-in schedulers tho.
    @scals
    plugin.version is something for me, not the user. The version you want is what is shown at start
    @SalumoN
    Not gonna happen. Sorry. However, you can filter out worlds you dont want to backup/
     
  30. Offline

    BioRage

    @desmin88

    Thank's for the reply. Not sure what you meant by that however!
     
  31. Offline

    mariofan765


    Whoops :p
     

Share This Page