[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

    PhantomGamers

    Turn ignore no players to true...
     
  3. Offline

    JSMinecraft


    I'm try this now!
    P.S.: plugin.ignore.noplayers=false; Backup if no players anyway
    I thought that meant NOT to backup when there's no players on server. D:
     
  4. Offline

    Sh4d0w

    no chance to test the chunk number...


    I do following:
    4. only SimpleSave, after the 4 min. i put essentials to the plugin folder and reload over the console
    => chunks (+6000) incresed more and more (memory leak)

    That means i run the server with only SimpleSave, and after the 4 minutes i copy the Essentials.jar in the plugins folder, then reload to enable the plugin Essentials.

    If it's not Simplesave, the chunks number should be normally. Also when the new plugin first start. But the chunks number isn't ok.

    The chunks were not unloaded with SimpleSave.

    next test:
    Only SimpleSave is running.
    In 15 Minutes i don't move, stay at the same position.
    Then i put Essentials to plugins and reload again.

    This time the chunk number is unchanged.
    That means, that Simplesave doesn't unload the unused chunks.
    Now in this next test i wasn't moving, no chunks must be loaded in the ram.

    ehm...garbage collector don't know what is used and what unused, because it's for SimpleSave (apparent) used?
    (sry but i'm no program developer :D)

    --- sry for the strange english *-' ---
     
  5. Offline

    desmin88

    @Sh4d0w
    The thing is, SimpleSave has no interaction with chunks.
     
  6. Offline

    Sh4d0w

    i think too. But apparently happened anything
     
  7. Offline

    sweetswear4665

    This is my config.properties file:
    Code:
    #SimpleSave Config File
    #Sat Jun 04 15:27:58 CDT 2011
    save.interval=20
    save.use=true
    backup.message.ending=Backup Done
    backup.message.starting=Starting World Backup, Expect Some Lag
    backup.directory=backup
    backup.history.length=0
    save.message.send=true
    backup.use=false
    plugin.send.saveoff-on=true
    backup.interval=60
    plugin.ignore.noplayers=false
    backup.world.filter=
    save.message.color=YELLOW
    backup.message.color=RED
    plugin.version=3.1
    backup.message.send=true
    save.message.starting=Starting World Save, Expect Some Lag
    save.message.ending=World Save Done
    backup.date.format=MM-dd-yyyy hh-mm
    
    For some reason it will put a backup message in the chat even though I set backup.use to false. It also creates a backup directory. The version says it is 3.1 but it is actually 3.12, any idea what is causing this? I am running craftbukkit build 860.
     
  8. Offline

    Sh4d0w

    soo..
    i fly again 8 Minutes in one direction with only SimpleSave.
    now i produce an java heapspace error because too much chunks were loaded.

    this in an bukkit/minecraft error to java

    here the full log:
    Code:
    2011-06-14 22:35:51 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-14 22:37:01 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-14 22:37:01 [SEVERE]     at net.minecraft.server.ChunkProviderGenerate.getOrCreateChunk(SourceFile:231)
    2011-06-14 22:37:03 [SEVERE]     at org.bukkit.craftbukkit.generator.NormalChunkGenerator.getOrCreateChunk(NormalChunkGenerator.java:37)
    2011-06-14 22:37:03 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:70)
    2011-06-14 22:37:04 [SEVERE]     at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
    2011-06-14 22:37:05 [SEVERE]     at net.minecraft.server.PlayerManager.a(PlayerManager.java:50)
    2011-06-14 22:37:06 [SEVERE]     at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:146)
    2011-06-14 22:37:06 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:140)
    2011-06-14 22:37:07 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:354)
    2011-06-14 22:37:08 [SEVERE]     at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    2011-06-14 22:37:09 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-06-14 22:37:09 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-06-14 22:37:09 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-06-14 22:37:10 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    2011-06-14 22:37:11 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    2011-06-14 22:37:12 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-14 22:37:12 [SEVERE] Unexpected exception
    java.lang.OutOfMemoryError: Java heap space
        at net.minecraft.server.ChunkProviderGenerate.getOrCreateChunk(SourceFile:231)
        at org.bukkit.craftbukkit.generator.NormalChunkGenerator.getOrCreateChunk(NormalChunkGenerator.java:37)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:70)
        at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
        at net.minecraft.server.PlayerManager.a(PlayerManager.java:50)
        at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:146)
        at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:140)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:354)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-14 22:37:35 [SEVERE] Exception in thread "Thread-4"
    2011-06-14 22:37:35 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-14 22:37:36 [SEVERE]     at java.util.jar.Manifest$FastInputStream.<init>(Unknown Source)
    2011-06-14 22:37:37 [SEVERE]     at java.util.jar.Manifest$FastInputStream.<init>(Unknown Source)
    2011-06-14 22:37:37 [SEVERE]     at java.util.jar.Manifest.read(Unknown Source)
    2011-06-14 22:37:37 [SEVERE]     at java.util.jar.Manifest.<init>(Unknown Source)
    2011-06-14 22:37:38 [SEVERE]     at java.util.jar.JarFile.getManifestFromReference(Unknown Source)
    2011-06-14 22:37:39 [SEVERE]     at java.util.jar.JarFile.getManifest(Unknown Source)
    2011-06-14 22:37:39 [SEVERE]     at sun.misc.URLClassPath$JarLoader$2.getManifest(Unknown Source)
    2011-06-14 22:37:40 [SEVERE]     at java.net.URLClassLoader.defineClass(Unknown Source)
    2011-06-14 22:37:41 [SEVERE]     at java.net.URLClassLoader.access$000(Unknown Source)
    2011-06-14 22:37:41 [SEVERE]     at java.net.URLClassLoader$1.run(Unknown Source)
    2011-06-14 22:37:42 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    2011-06-14 22:37:42 [SEVERE]     at java.net.URLClassLoader.findClass(Unknown Source)
    2011-06-14 22:37:42 [SEVERE]     at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-06-14 22:37:43 [SEVERE]     at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    2011-06-14 22:37:44 [SEVERE]     at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-06-14 22:37:44 [SEVERE]     at net.minecraft.server.MinecraftServer.issueCommand(MinecraftServer.java:420)
    2011-06-14 22:37:45 [SEVERE]     at net.minecraft.server.ThreadCommandReader.run(ThreadCommandReader.java:38)
    extremely strange and this with only SimpleSave
    I don't know how the plugin work, but what is with the Playerlistener, who looks, if a player on the server or not.. Can he produce garbage?
     
  9. Offline

    godgodgodgo

    Code:
    2011-06-14 15:25:40 [INFO] SimpleSave: Powered down
    2011-06-14 15:25:40 [SEVERE] SimpleSave: Error when copying files!
    2011-06-14 15:25:40 [SEVERE] SimpleSave: This means a plugin you have is not acting nice, or isn't threadsafe
    2011-06-14 15:25:40 [SEVERE] SimpleSave: Go to my thread and post the following information
    2011-06-14 15:25:40 [INFO] nullnull
    2011-06-14 15:25:40 [SEVERE] java.nio.channels.ClosedByInterruptException
    2011-06-14 15:25:40 [SEVERE]     at java.nio.channels.spi.AbstractInterruptibleChannel.end(Unknown Source)
    2011-06-14 15:25:40 [SEVERE]     at sun.nio.ch.FileChannelImpl.write(Unknown Source)
    2011-06-14 15:25:40 [SEVERE]     at sun.nio.ch.FileChannelImpl.transferFromFileChannel(Unknown Source)
    2011-06-14 15:25:40 [SEVERE]     at sun.nio.ch.FileChannelImpl.transferFrom(Unknown Source)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyFile(FileUtils.java:299)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:265)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:263)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:230)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:156)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:125)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.Backup.backup(Backup.java:40)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.SimpleSave$BackupMethod.run(SimpleSave.java:133)
    2011-06-14 15:25:40 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-06-14 15:25:40 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    2011-06-14 15:25:40 [SEVERE] SimpleSave: Error when copying files!
    2011-06-14 15:25:40 [SEVERE] SimpleSave: This means a plugin you have is not acting nice, or isn't threadsafe
    2011-06-14 15:25:40 [SEVERE] SimpleSave: Go to my thread and post the following information
    2011-06-14 15:25:40 [INFO] nullnull
    2011-06-14 15:25:40 [SEVERE] java.nio.channels.ClosedByInterruptException
    2011-06-14 15:25:40 [SEVERE]     at java.nio.channels.spi.AbstractInterruptibleChannel.end(Unknown Source)
    2011-06-14 15:25:40 [SEVERE]     at sun.nio.ch.FileChannelImpl.size(Unknown Source)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyFile(FileUtils.java:294)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:265)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:263)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:263)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:230)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:156)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:125)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.Backup.backup(Backup.java:40)
    2011-06-14 15:25:40 [SEVERE]     at org.desmin88.simplesave.SimpleSave$BackupMethod.run(SimpleSave.java:133)
    2011-06-14 15:25:40 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-06-14 15:25:40 [SEVERE]     at java.lang.Thread.run(Unknown Source)
     
  10. Offline

    Koltrast

    I get the same error as godgodgodgo. Also, I get this on startup:
    Code:
    2011-06-15 17:45:27 [INFO] SimpleSave: Parts of config file are blank, but not null. Possible errors might happen.
    2011-06-15 17:45:27 [INFO] SimpleSave: Parts of config file are blank, but not null. Possible errors might happen.
    This is my config:
    Code:
    #SimpleSave Config File
    #Mon May 30 16:34:45 CEST 2011
    save.interval=10
    save.use=true
    backup.message.ending=[Server] Backup complete.
    backup.message.starting=[Server] Backing up the world...
    backup.directory=backup
    backup.history.length=5
    save.message.send=true
    backup.use=true
    plugin.send.saveoff-on=true
    backup.interval=60
    plugin.ignore.noplayers=false
    backup.world.filter=world1_nether
    save.message.color=RED
    backup.message.color=RED
    plugin.version=3.1
    backup.message.send=true
    save.message.starting=[Server] Saving world...
    save.message.ending=[Server] World saved.
    backup.date.format=yyyy-MM-dd hh-mm-ss
     
  11. Offline

    ToXicFRaGz

    Code:
    17:19:57 [SEVERE] SimpleSave: Error when copying files!
    
    Can you help?
    Code:
    17:19:57 [SEVERE] SimpleSave: Error when copying files!
    17:19:57 [SEVERE] SimpleSave: This means a plugin you have is not acting nice, o
    r isn't threadsafe
    17:19:57 [SEVERE] SimpleSave: Go to my thread and post the following information
    
    17:19:57 [INFO] Illegal pattern character 'Y'null
    17:19:57 [SEVERE] java.lang.IllegalArgumentException: Illegal pattern character
    'Y'
    17:19:57 [SEVERE]       at java.text.SimpleDateFormat.compile(Unknown Source)
    17:19:57 [SEVERE]       at java.text.SimpleDateFormat.initialize(Unknown Source)
    
    17:19:57 [SEVERE]       at java.text.SimpleDateFormat.<init>(Unknown Source)
    17:19:57 [SEVERE]       at java.text.SimpleDateFormat.<init>(Unknown Source)
    17:19:57 [SEVERE]       at org.desmin88.simplesave.Backup.getDate(Backup.java:76
    )
    17:19:57 [SEVERE]       at org.desmin88.simplesave.Backup.backup(Backup.java:47)
    
    17:19:57 [SEVERE]       at org.desmin88.simplesave.SimpleSave$BackupMethod.run(S
    impleSave.java:133)
    17:19:57 [SEVERE]       at org.bukkit.craftbukkit.scheduler.CraftWorker.run(Craf
    tWorker.java:34)
    17:19:57 [SEVERE]       at java.lang.Thread.run(Unknown Source)
    17:19:57 [INFO] [Server] Ending world backup
    17:19:57 [INFO] [Server] Ending world save
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  12. Offline

    plutgamer

    i just forked it! lol
     
  13. Offline

    desmin88

  14. Offline

    ToXicFRaGz

    Code:
    #SimpleSave Config File
    #Wed Jun 15 05:17:00 UTC 2011
    save.interval=600
    save.use=true
    backup.message.ending=[Server] Ending world backup
    backup.message.starting=[Server] Beginning world backup
    backup.directory=backup
    backup.history.length=5
    save.message.send=true
    backup.use=true
    plugin.send.saveoff-on=true
    backup.interval=1200
    plugin.ignore.noplayers=false
    backup.world.filter=
    save.message.color=RED
    backup.message.color=RED
    plugin.version=3.1
    backup.message.send=true
    save.message.starting=[Server] Beginning world save
    save.message.ending=[Server] Ending world save
    backup.date.format=DD-MM-YYYY hh-mm-ss
    Thanks this is a great plugin
     
  15. Offline

    desmin88

    @ToXicFRaGz
    Look at the original post in the section, under DateStamps. Your date format is invalid.
     
  16. Offline

    Koltrast

    Yes it is.
     
  17. Offline

    desmin88

  18. Offline

    Sperovita

    Is there any chance you could add a setting to turn off "Backup and save is run after the last player logs out"?

    I have a small server some friends and I like to do projects on and if there's only one of us on and we re-log several times it can do 5 backups in under an hour easy. I could run "plugin.ignore.noplayers=true" but I don't need it saving and backing up when no ones on either.

    If that could be put in the config file that would be awesome and thanks for the plugin, works great! : )
     
  19. Offline

    desmin88

    @Sperovita
    plugin.ignore.noplayers=true
    Using that setting does turn off backing up/saving when a player logs out.
     
  20. Offline

    Sperovita

    Strange it does it with me, here's the console:

    With plugin.ignore.noplayers=true:

    Code:
    00:14:41 [INFO] Sperovita [/192.168.2.101:52851] logged in with entity id 10482 at ([ world] 152.59375, 64.0, 83.875)
    00:14:41 [INFO] CommandBook: No intro.mid; not playing intro song.
    00:14:41 [INFO] configarray [Ljava.lang.String;@cf6c1f7
    00:14:41 [INFO] configarray 0 true
    00:14:41 [INFO] SimpleSave: Current save interval is 10 minute(s)
    00:14:41 [INFO] SimpleSave: Current backup interval is 60 minute(s)
    00:14:43 [INFO] Connection reset
    00:14:43 [INFO] Sperovita lost connection: disconnect.quitting
    00:14:55 [INFO] Sperovita [/192.168.2.101:52856] logged in with entity id 11057 at ([ world] 152.59375, 64.0, 83.875)
    00:14:55 [INFO] CommandBook: No intro.mid; not playing intro song.
    00:14:55 [INFO] configarray [Ljava.lang.String;@cf6c1f7
    00:14:55 [INFO] configarray 0 true
    00:14:55 [INFO] SimpleSave: Current save interval is 10 minute(s)
    00:14:55 [INFO] SimpleSave: Current backup interval is 60 minute(s)
    00:14:59 [INFO] Connection reset
    00:14:59 [INFO] Sperovita lost connection: disconnect.quitting
    00:15:04 [INFO] Sperovita [/192.168.2.101:52860] logged in with entity id 11368 at ([ world] 152.59375, 64.0, 83.875)
    00:15:04 [INFO] CommandBook: No intro.mid; not playing intro song.
    00:15:04 [INFO] configarray [Ljava.lang.String;@cf6c1f7
    00:15:04 [INFO] configarray 0 true
    00:15:04 [INFO] SimpleSave: Current save interval is 10 minute(s)
    00:15:04 [INFO] SimpleSave: Current backup interval is 60 minute(s)
    00:15:07 [INFO] Connection reset
    00:15:07 [INFO] Sperovita lost connection: disconnect.quitting
    
    With plugin.ignore.noplayers=false:

    Code:
    00:07:03 [INFO] Sperovita [/192.168.2.101:52706] logged in with entity id 10102 at ([ world] 152.59375, 64.0, 83.875)
    00:07:03 [INFO] CommandBook: No intro.mid; not playing intro song.
    00:07:03 [INFO] configarray [Ljava.lang.String;@5e0268ce
    00:07:03 [INFO] configarray 0 true
    00:07:03 [INFO] SimpleSave: Current save interval is 10 minute(s)
    00:07:03 [INFO] SimpleSave: Current backup interval is 60 minute(s)
    00:07:05 [INFO] Connection reset
    00:07:05 [INFO] Sperovita lost connection: disconnect.quitting
    00:07:05 [INFO] [SimpleSave] Beginning world backup
    00:07:05 [INFO] [SimpleSave] Beginning world save
    00:07:12 [INFO] [SimpleSave] Ending world save
    00:07:12 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    00:07:25 [INFO] [SimpleSave] Ending world backup
    
    
     
  21. Offline

    PhantomGamers

    @Sperovita
    That's what is supposed to happen... it's working as intended.
     
  22. Offline

    Sperovita

    -desmin88

    @PhantomGamers

    Ah ok, I guess I was just confused at what desmin88 said.

    Edit: Lol, face slap I completely misread what he said looking it over. Sorry for wasting forum space, my bad.

    Though what I was saying before is if there was a setting to disable the backups on last player log out without it doing it's save backup cycle with no one online as well.
     
  23. Offline

    manyak

    It even doesnt save on server stop >_<
     
    tjb0607 likes this.
  24. Offline

    Sperovita

    Disregard, I swear it was saving while I was offline, just tested it, was wrong. Thanks for the plugin again!
     
  25. Offline

    desmin88

    3.13 out.
    • Hopefully fixes ClosedByInterruptException
    • Added check if backup.history < # of worlds
    • Hopefully fixes error when it always backs up and saves when a player, that is not the last person leaves.
    Let the "bug reports" come in.
     
  26. Offline

    tha d0ctor

    Last night my simple save just up and stopped working

    this is prior to 3.13

    proof:
    Code:
    2011-06-15 22:23:56 [INFO] [SimpleSave] Beginning world save
    2011-06-15 22:24:00 [INFO] [SimpleSave] Ending world save
    2011-06-15 22:24:41 [INFO] SimpleSave: Deleting old backups
    2011-06-15 22:24:41 [INFO] [SimpleSave] Ending world backup
    2011-06-15 22:24:57 [INFO] §9[PLAYER_COMMAND] thad0ctor: /list
    2011-06-15 22:25:04 [INFO] [g] thad0ctor: everyone ditched us lol
    2011-06-15 22:31:53 [INFO] Connection reset
    2011-06-15 22:31:53 [INFO] thad0ctor lost connection: disconnect.endOfStream
    2011-06-15 22:33:27 [INFO] [Residence] - Saved Residences...
    2011-06-15 22:35:35 [INFO] §9[PLAYER_COMMAND] Kemer: /list
    2011-06-15 22:42:02 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-15 22:43:27 [INFO] [Residence] - Saved Residences...
    2011-06-15 22:45:08 [INFO] §9[PLAYER_COMMAND] Kemer: /warp mall
    2011-06-15 22:45:54 [INFO] §9[PLAYER_COMMAND] Kemer: /warp kemerdock
    2011-06-15 22:52:17 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-15 22:53:27 [INFO] [Residence] - Saved Residences...
    2011-06-15 23:03:27 [INFO] [Residence] - Saved Residences...
    2011-06-15 23:04:56 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-15 23:06:37 [INFO] Whitelist: Player Sablefire is trying to join...
    2011-06-15 23:06:37 [INFO] allow!
    2011-06-15 23:06:37 [INFO] Sablefire [/24.52.40.25:55910] logged in with entity id 1071646 at ([ world] 6.829638889164372, 70.0, -44.69999998807907)
    2011-06-15 23:06:52 [INFO] Sablefire lost connection: disconnect.quitting
    2011-06-15 23:06:52 [INFO] Connection reset
    2011-06-15 23:06:52 [SEVERE] java.net.SocketException: Socket closed
    2011-06-15 23:06:52 [SEVERE]     at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-06-15 23:06:52 [SEVERE]     at java.net.SocketOutputStream.write(Unknown Source)
    2011-06-15 23:06:52 [SEVERE]     at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2011-06-15 23:06:52 [SEVERE]     at java.io.BufferedOutputStream.flush(Unknown Source)
    2011-06-15 23:06:52 [SEVERE]     at java.io.DataOutputStream.flush(Unknown Source)
    2011-06-15 23:06:52 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:116)
    2011-06-15 23:06:57 [INFO] §9[PLAYER_COMMAND] Kemer: /list
    2011-06-15 23:07:27 [SEVERE] GroupManager - SEVERE - A plugin is asking permission 'raddamap.hide' for a null player... Which plugin does that? Bastards!
    2011-06-15 23:07:39 [INFO] Whitelist: Player Sablefire is trying to join...
    2011-06-15 23:07:39 [INFO] allow!
    2011-06-15 23:07:39 [INFO] Sablefire [/24.52.40.25:55921] logged in with entity id 1073834 at ([ world] 8.166887600246566, 70.0, -42.423878101158536)
    2011-06-15 23:07:44 [INFO] §9[PLAYER_COMMAND] Sablefire: /online
    2011-06-15 23:07:51 [INFO] Sablefire lost connection: disconnect.quitting
    2011-06-15 23:07:51 [INFO] Connection reset
    2011-06-15 23:08:27 [SEVERE] GroupManager - SEVERE - A plugin is asking permission 'raddamap.hide' for a null player... Which plugin does that? Bastards!
    2011-06-15 23:11:33 [INFO] Whitelist: Player Faeyren is trying to join...
    2011-06-15 23:11:33 [INFO] allow!
    2011-06-15 23:11:33 [INFO] Faeyren [/173.20.233.40:1302] logged in with entity id 1076553 at ([ world] -306.5523782028758, 56.0, -332.39757082069895)
    2011-06-15 23:11:39 [INFO] Faeyren lost connection: disconnect.quitting
    2011-06-15 23:11:39 [INFO] Connection reset
    2011-06-15 23:12:27 [SEVERE] GroupManager - SEVERE - A plugin is asking permission 'raddamap.hide' for a null player... Which plugin does that? Bastards!
    2011-06-15 23:13:28 [INFO] [Residence] - Saved Residences...
    2011-06-15 23:15:11 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-15 23:23:27 [INFO] [Residence] - Saved Residences...
    2011-06-15 23:25:20 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-15 23:33:27 [INFO] [Residence] - Saved Residences...
    2011-06-15 23:34:19 [INFO] §9[PLAYER_COMMAND] Kemer: /warp kemerdock
    2011-06-15 23:35:26 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-15 23:43:27 [INFO] [Residence] - Saved Residences...
    2011-06-15 23:45:32 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-15 23:53:27 [INFO] [Residence] - Saved Residences...
    2011-06-15 23:53:58 [INFO] Whitelist: Player Radicalone4 is trying to join...
    2011-06-15 23:53:58 [INFO] allow!
    2011-06-15 23:53:58 [INFO] Radicalone4 [/174.112.10.202:49697] logged in with entity id 1102625 at ([ world] 654.125, 69.0, -963.375)
    2011-06-15 23:54:08 [INFO] [g] Kemer: hey rad
    2011-06-15 23:54:10 [INFO] [g] Radicalone4: hey
    2011-06-15 23:54:25 [INFO] [g] Radicalone4: gtg soon
    2011-06-15 23:54:37 [INFO] [g] Kemer: soon! you just got on :)
    2011-06-15 23:54:42 [INFO] [g] Radicalone4: lol
    2011-06-15 23:54:45 [INFO] [g] Radicalone4: its almost 12 tho :P
    2011-06-15 23:54:54 [INFO] [g] Kemer: its 10 here
    2011-06-15 23:55:01 [INFO] [g] Radicalone4: where do u live?
    2011-06-15 23:55:08 [INFO] [g] Kemer: Montana
    2011-06-15 23:55:10 [INFO] [g] Radicalone4: ah
    2011-06-15 23:55:14 [INFO] [g] Radicalone4: ontario, canada here lol
    2011-06-15 23:55:20 [INFO] [g] Kemer: really!
    2011-06-15 23:55:22 [INFO] [g] Radicalone4: ya
    2011-06-15 23:55:48 [INFO] [g] Kemer: well before you get off come look
    2011-06-15 23:55:56 [INFO] §9[PLAYER_COMMAND] Radicalone4: /warp kemerhouser
    2011-06-15 23:56:03 [INFO] §9[PLAYER_COMMAND] Radicalone4: /warp kemerdock
    2011-06-15 23:56:07 [INFO] [g] Radicalone4: kemer dock?
    2011-06-15 23:56:10 [INFO] §9[PLAYER_COMMAND] Radicalone4: /warp kemerdock
    2011-06-15 23:56:13 [INFO] §9[PLAYER_COMMAND] Radicalone4: /warp kemerdock
    2011-06-15 23:56:19 [INFO] [g] Kemer: yea no spaces though
    2011-06-15 23:56:24 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-15 23:57:11 [INFO] Whitelist: Player Radicalone4 is trying to join...
    2011-06-15 23:57:11 [INFO] allow!
    2011-06-15 23:57:11 [INFO] Radicalone4 [/174.112.10.202:49737] logged in with entity id 1107369 at ([ world] -49.92990245826429, 64.0, -304.32713462983435)
    2011-06-15 23:57:13 [INFO] Connection reset
    2011-06-15 23:57:22 [INFO] [g] Radicalone4: nice patrick
    2011-06-15 23:57:40 [INFO] [g] Kemer: gary
    2011-06-15 23:57:47 [INFO] [g] Radicalone4: and gary
    2011-06-15 23:58:04 [INFO] [g] Kemer: just need sandy and mr crabs :)
    2011-06-15 23:58:09 [INFO] [g] Radicalone4: ya
    2011-06-16 00:00:40 [INFO] [g] Radicalone4: nice
    2011-06-16 00:00:42 [INFO] [g] Radicalone4: well i gtg cya
    2011-06-16 00:00:43 [INFO] Radicalone4 lost connection: disconnect.quitting
    2011-06-16 00:00:43 [INFO] Connection reset
    2011-06-16 00:00:48 [INFO] [g] Kemer: ok later :)
    2011-06-16 00:03:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 00:06:37 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-16 00:13:27 [INFO] [Residence] - Saved Residences...
    2011-06-16 00:16:52 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-16 00:19:11 [INFO] §9[PLAYER_COMMAND] Kemer: /warp mall
    2011-06-16 00:19:39 [INFO] §9[PLAYER_COMMAND] Kemer: /warp dock
    2011-06-16 00:19:44 [INFO] §9[PLAYER_COMMAND] Kemer: /warp kemerdock
    2011-06-16 00:23:27 [INFO] [Residence] - Saved Residences...
    2011-06-16 00:27:22 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-16 00:33:27 [INFO] [Residence] - Saved Residences...
    2011-06-16 00:34:13 [INFO] Kemer lost connection: disconnect.quitting
    2011-06-16 00:34:13 [INFO] Connection reset
    2011-06-16 00:35:55 [INFO] Whitelist: Player Kemer is trying to join...
    2011-06-16 00:35:55 [INFO] allow!
    2011-06-16 00:35:55 [INFO] Kemer [/72.175.92.221:54148] logged in with entity id 1132548 at ([ world] -12.846578249875911, 64.0, -275.9496688741385)
    2011-06-16 00:37:30 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-16 00:42:52 [INFO] Kemer lost connection: disconnect.quitting
    2011-06-16 00:42:52 [INFO] Connection reset
    2011-06-16 00:43:27 [INFO] [Residence] - Saved Residences...
    2011-06-16 00:52:38 [INFO] Whitelist: Player Kemer is trying to join...
    2011-06-16 00:52:38 [INFO] allow!
    2011-06-16 00:52:38 [INFO] Kemer [/72.175.92.221:54794] logged in with entity id 1137189 at ([ world] -97.82564280119756, 64.0, -256.77953814136913)
    2011-06-16 00:52:48 [INFO] Connection reset
    2011-06-16 00:52:48 [INFO] Kemer lost connection: disconnect.quitting
    2011-06-16 00:53:28 [SEVERE] GroupManager - SEVERE - A plugin is asking permission 'raddamap.hide' for a null player... Which plugin does that? Bastards!
    2011-06-16 00:53:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 00:59:50 [INFO] Whitelist: Player Kemer is trying to join...
    2011-06-16 00:59:50 [INFO] allow!
    2011-06-16 00:59:50 [INFO] Kemer [/72.175.92.221:55429] logged in with entity id 1137225 at ([ world] -97.82564280119756, 64.0, -256.77953814136913)
    2011-06-16 01:03:01 [INFO] §9[PLAYER_COMMAND] Kemer: /list
    2011-06-16 01:03:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 01:10:09 [INFO] Kemer lost connection: disconnect.quitting
    2011-06-16 01:10:09 [INFO] Connection reset
    2011-06-16 01:13:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 01:23:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 01:33:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 01:43:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 01:53:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 02:03:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 02:13:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 02:23:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 02:33:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 02:43:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 02:53:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 03:03:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 03:13:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 03:23:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 03:33:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 03:43:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 03:53:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 03:53:29 [INFO] Whitelist: Player Hy3RiDrENegADE is trying to join...
    2011-06-16 03:53:29 [INFO] allow!
    2011-06-16 03:53:29 [INFO] Hy3RiDrENegADE [/92.24.38.8:63629] logged in with entity id 1142930 at ([ world] 290.69999998807907, 14.0, 3077.300000011921)
    2011-06-16 03:54:27 [WARNING] Hy3RiDrENegADE moved wrongly!
    2011-06-16 03:54:27 [INFO] Got position -453.0058852618806, 73.91046249836684, -308.5932582416821
    2011-06-16 03:54:27 [INFO] Expected -453.30000001192093, 73.91046249836684, -308.5932582416821
    2011-06-16 03:54:40 [INFO] Connection reset
    2011-06-16 03:54:40 [INFO] Hy3RiDrENegADE lost connection: disconnect.quitting
    2011-06-16 04:03:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 04:13:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 04:23:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 04:24:18 [INFO] Whitelist: Player Jadedwolf is trying to join...
    2011-06-16 04:24:18 [INFO] kick!
    2011-06-16 04:24:18 [INFO] Disconnecting Jadedwolf [/99.167.210.87:1238]: Sorry, you are not on the whitelist Register at mycraftsmp.com
    2011-06-16 04:33:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 04:43:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 04:53:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 04:57:25 [INFO] Whitelist: Player agzt01 is trying to join...
    2011-06-16 04:57:25 [INFO] kick!
    2011-06-16 04:57:25 [INFO] Disconnecting agzt01 [/94.21.83.216:58138]: Sorry, you are not on the whitelist Register at mycraftsmp.com
    2011-06-16 04:58:26 [INFO] Whitelist: Player agzt01 is trying to join...
    2011-06-16 04:58:26 [INFO] kick!
    2011-06-16 04:58:26 [INFO] Disconnecting agzt01 [/94.21.83.216:58245]: Sorry, you are not on the whitelist Register at mycraftsmp.com
    2011-06-16 05:01:17 [INFO] Whitelist: Player agzt01 is trying to join...
    2011-06-16 05:01:17 [INFO] kick!
    2011-06-16 05:01:17 [INFO] Disconnecting agzt01 [/94.21.83.216:58885]: Sorry, you are not on the whitelist Register at mycraftsmp.com
    2011-06-16 05:03:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 05:13:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 05:16:57 [INFO] agzt01 [/94.21.83.216:60657] lost connection
    2011-06-16 05:17:03 [INFO] Whitelist: Player agzt01 is trying to join...
    2011-06-16 05:17:03 [INFO] kick!
    2011-06-16 05:17:03 [INFO] Disconnecting agzt01 [/94.21.83.216:60660]: Sorry, you are not on the whitelist Register at mycraftsmp.com
    2011-06-16 05:23:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 05:33:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 05:43:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 05:53:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 06:03:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 06:13:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 06:22:42 [INFO] Whitelist: Player Mr_Shauny is trying to join...
    2011-06-16 06:22:42 [INFO] allow!
    2011-06-16 06:22:42 [INFO] Mr_Shauny [/78.147.236.193:50475] logged in with entity id 1144333 at ([ world] 290.36101549743256, 7.0, 3084.300000011921)
    2011-06-16 06:23:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 06:24:42 [INFO] Whitelist: Player Hy3RiDrENegADE is trying to join...
    2011-06-16 06:24:42 [INFO] allow!
    2011-06-16 06:24:42 [INFO] Hy3RiDrENegADE [/92.24.38.8:50131] logged in with entity id 1145558 at ([ world] -453.80454332088243, 74.0, -307.237824372756)
    2011-06-16 06:24:53 [INFO] §9[PLAYER_COMMAND] Mr_Shauny: /warp mall
    2011-06-16 06:24:53 [INFO] [g] Hy3RiDrENegADE: :D
    2011-06-16 06:24:56 [INFO] [g] Mr_Shauny: hey
    2011-06-16 06:25:12 [INFO] [g] Hy3RiDrENegADE: hurry up and get on skype babes
    2011-06-16 06:25:16 [INFO] [g] Hy3RiDrENegADE: ;)
    2011-06-16 06:25:17 [INFO] [g] Mr_Shauny: on it
    2011-06-16 06:25:26 [INFO] [g] Mr_Shauny: says u aint tho
    2011-06-16 06:25:30 [INFO] [g] Hy3RiDrENegADE: mhmmmm
    2011-06-16 06:25:38 [INFO] [g] Hy3RiDrENegADE: restarting it
    2011-06-16 06:25:54 [INFO] [g] Hy3RiDrENegADE: there
    2011-06-16 06:29:06 [INFO] §9[PLAYER_COMMAND] Hy3RiDrENegADE: /warp 3
    2011-06-16 06:29:11 [INFO] [LightVote:1.68] LVT: changed time to day
    2011-06-16 06:31:25 [INFO] §9[PLAYER_COMMAND] Mr_Shauny: /warp 3
    2011-06-16 06:31:56 [INFO] [g] Hy3RiDrENegADE: laaaaag
    2011-06-16 06:33:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 06:37:31 [INFO] Connection reset
    2011-06-16 06:37:31 [INFO] Mr_Shauny lost connection: disconnect.quitting
    2011-06-16 06:37:35 [INFO] Whitelist: Player Mr_Shauny is trying to join...
    2011-06-16 06:37:35 [INFO] allow!
    2011-06-16 06:37:35 [INFO] Mr_Shauny [/78.147.236.193:50729] logged in with entity id 1177350 at ([ world] 275.3459630295474, 34.0, 3130.699999988079)
    2011-06-16 06:38:55 [INFO] §9[PLAYER_COMMAND] Mr_Shauny: /back
    2011-06-16 06:41:06 [INFO] [g] Mr_Shauny: aah
    2011-06-16 06:43:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 06:53:10 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1096
    2011-06-16 06:53:29 [INFO] [Residence] - Saved Residences...
    2011-06-16 07:00:26 [INFO] §9[PLAYER_COMMAND] Mr_Shauny: /back
    2011-06-16 07:00:31 [INFO] §9[PLAYER_COMMAND] Mr_Shauny: /back
    2011-06-16 07:03:28 [INFO] [Residence] - Saved Residences...
    2011-06-16 07:04:09 [INFO] [g] Hy3RiDrENegADE: t/home 7
    2011-06-16 07:04:40 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1537
    2011-06-16 07:04:46 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1790
    2011-06-16 07:04:52 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1646
    2011-06-16 07:04:58 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1465
    2011-06-16 07:05:04 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1284
    2011-06-16 07:05:10 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1120
    2011-06-16 07:05:35 [INFO] §9[PLAYER_COMMAND] Mr_Shauny: /back
    2011-06-16 07:07:46 [INFO] Connection reset
    2011-06-16 07:07:46 [INFO] Hy3RiDrENegADE lost connection: disconnect.quitting
    2011-06-16 07:07:49 [INFO] Whitelist: Player Hy3RiDrENegADE is trying to join...
    2011-06-16 07:07:49 [INFO] allow!
    2011-06-16 07:07:49 [INFO] Hy3RiDrENegADE [/92.24.38.8:50375] logged in with entity id 1198229 at ([ world] 303.5504603001886, 6.0, 3123.3689692147914)
    2011-06-16 07:08:12 [INFO] Hy3RiDrENegADE lost connection: disconnect.quitting
    2011-06-16 07:08:12 [INFO] Connection reset
    2011-06-16 07:08:26 [INFO] /92.24.38.8:50431 lost connection
    2011-06-16 07:08:30 [SEVERE] GroupManager - SEVERE - A plugin is asking permission 'raddamap.hide' for a null player... Which plugin does that? Bastards!
    2011-06-16 07:11:09 [INFO] Whitelist: Player Hy3RiDrENegADE is trying to join...
    2011-06-16 07:11:09 [INFO] allow!
    2011-06-16 07:11:09 [INFO] Hy3RiDrENegADE [/92.24.38.8:50508] logged in with entity id 1199435 at ([ world] 290.65111556457714, 4.0, 3127.748472067159)
    2011-06-16 07:11:16 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1161
    2011-06-16 07:11:22 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2064
    2011-06-16 07:11:28 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1872
    2011-06-16 07:11:34 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1686
    2011-06-16 07:11:40 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1502
    2011-06-16 07:11:46 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1314
    2011-06-16 07:11:52 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1124
    2011-06-16 07:13:33 [INFO] [Residence] - Saved Residences...
    
     
  27. Offline

    Inf

    Had a 1 day rollback on my server when it stoped working... it reloaded the last save it made when I restarted the server. So now all the ppl on my server are pissd so yeah... be carefull with this one...
     
  28. Offline

    ssechaud

    I know you said not to ask, but I'm itching to know why your putting this in the log even though I have no empty fields in my config?

    Log:
    Code:
    10:45:49 [INFO] SimpleSave: Parts of config file are blank, but not null. Possible errors might happen.
    10:45:49 [INFO] SimpleSave: DON'T! Post this 'warning' on the thread.
    10:45:49 [INFO] SimpleSave: 3.13 Initialized
    
    Config:
    Code:
    #SimpleSave Config File
    #Tue May 31 19:27:24 BST 2011
    save.interval=10
    save.use=true
    backup.message.ending=[SimpleSave] Ending world backup
    backup.message.starting=[SimpleSave] Beginning world backup
    backup.directory=backups
    backup.history.length=5
    save.message.send=false
    backup.use=true
    plugin.send.saveoff-on=true
    backup.interval=60
    plugin.ignore.noplayers=false
    backup.world.filter=
    save.message.color=RED
    backup.message.color=RED
    plugin.version=3.1
    backup.message.send=false
    save.message.starting=[SimpleSave] Beginning world save
    save.message.ending=[SimpleSave] Ending world save
    backup.date.format=yyyy-MM-dd hh-mm-ss
    
     
  29. Offline

    desmin88

    @ssechaud
    Look at backup.world.filter=
    That's blank.
    It only shows on server startup, and it's a necessary log item.

    @Inf
    Must be your user-error, or the servers fault, as it works 100% perfectly in my various tests.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  30. Offline

    cuco

    It always overwrites my config file! I change it, replace the original file, start the server and it makes the default config...
    3.13
     
  31. Offline

    zxcwbz1

    Hey.
    Great plugin otherwise but i cant seem to get the plugin.ignore.noplayers even i changed it to 'true'.
    It still wont save if there are no players on the server
    Code:
    18:14:03 [INFO] SimpleSave: Parts of config file are blank, but not null. Possible errors might happen.
    18:14:03 [INFO] SimpleSave: DON'T! Post this 'warning' on the thread.
    18:14:03 [INFO] SimpleSave: 3.13 Initialized
    18:14:03 [INFO] BlastControl - Permissions plugin not detected.
    18:14:03 [INFO] BlastControl version 1.0.6 is enabled!
    18:14:03 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    18:14:03 [INFO] Done (0,212s)! For help, type "help" or "?"
    18:26:05 [INFO] zxcwbz1 [/127.0.0.1:39845] logged in with entity id 126 at ([ world] -67.8125, 108.0, -156.90625)
    18:26:05 [INFO] SimpleSave: Current save interval is 10 minute(s)
    18:26:05 [INFO] SimpleSave: Current backup interval is 60 minute(s)
    
     

Share This Page