Inactive [INFO/ADMIN] LogBlock v1.54 - Enderdragon Logging! Tree Grow Logging! [1.4.5]

Discussion in 'Inactive/Unsupported Plugins' started by DiddiZ, Feb 15, 2011.

  1. Offline

    DiddiZ

    Version: 1.50​
    [​IMG]
    [​IMG]
    Find and Backroll those Damn Griefers
    LogBlock release are on DevBukkit:
    http://dev.bukkit.org/server-mods/logblock/

    LogBlock dev builds:
    http://ci.kitteh.org/job/LogBlock/

    Please read the installation guide

    I won't port LogBlock myself to mcAPI. Source code is available, so it shouldn't be to difficult for someone else to do it, also I'm still here. so I can answer questions. If there is more than one willing, that's up to you to handle that.




    The reasons I take this step, are the usual: I quit playing Minecraft about 5 months ago and lastly I was struggling to keep up with updates. The developement of Guardian made slow progress, so I fear it won't be ready to fully replace LB in time.


    Download latest dev build: Jenkins
    View the source code: GitHub
    Table of contents:
    1. Description
    2. Features
    3. Why to use LogBlock
    4. Example command
    5. Older versions
    6. Change log
    7. Todo list / feature requests
    8. Permission nodes
    9. Plugins supporting this
    10. Support the dev
    11. How to post error messages
    12. Advertizing
    Description:

    LogBlock logs block changes into a MySQL database. Block changes can be placed or destroyed block, explosions, burned blocks, sign text changes, chest access, leaves decay etc.
    It can be used as griefer identification tool, to find out who build a particular building, or even roll back changes by certain players. Other purposes can be e.g: Undoing of forest fires
    All additional features are optional, to keep the database as short as possible. All database actions run in their own threads to avoid server lags.
    The use of permissions plugin (or any clone) is possible, but not necessary.
    Uses Spout for chest logging (but it's fully optional, and there is no need for the client mod at all).

    Features:
    • Logging for block placing, block braking, fire, explosions, leaves decay, signtexts, lava flow and chest content
    • Very mighty commands system, not only allowing to rollback and redo, but also to tp to blockchanges, delete log ingame etc. Full list of commands.
    • Many parameters for lookup/rollback/redo/tp/clearlog commands: Block changes of one ore more player, in a specific area, in a world edit selection, specific block types only, block changes older or newer that a specific date, destroyed/created block only, in a different world and combinations of all these parameters. Full list of parameters.
    • Rebuilding map after importing a backup (/lb redo)
    • Last parameter to use the parameters of the last command
    • Quick ingame lookup of block history a wood pickaxe or a bedrock block.
    • All commands accessible from console (exept tools :D)
    • Custom queries for tools.
    • Different tool modes (lookup, rollback, redo, writelogfile and clearlog)
    • Saves block data like wool color, log type, torch adjustment, etc
    • Multiworld and multiserver support (some servers sharing the same database)
    • BigBrother log import
    • Loggable super pickaxe plugin (not to confuse with WorldEdit's super pickaxe)
    • API
    • Webstats
    Why to use LogBlock:

    Example commands: (thanks to tha d0ctor, read more about commands here)

    /lb rollback player fire since 1d3h – rolls back fire 1 day 3 hours
    /lb rollback player fire since 1d3h area 15 – rolls back fire 1 day 3 hours within a radius of 15 blocks

    /lb rollback player thad0ctor since 1h - rolls back thad0ctor 1 hour
    /lb rollback player thad0ctor since 1d area 5 – rolls back thad0ctor actions for the last day within 5 blocks
    /lb rollback area 10 since 1h30m - rolls back all modifications within 10 blocks since the list 1 hours and 30 mins
    /lb rollback area 10 before 06.11.2011 - roll back all changes in an area of 1o before June 11th, 2011
    /lb rollback player thad0ctor since 05:36:00 - roll back all changes of thad0ctor since 05:36 (server time)


    Download, Command, Configuration and Details:
    [​IMG]http://diddiz.insane-architects.net/logblock.php

    Changelog:
    -> Full changelog
    • LogBlock v1.50 # 81 (Dez. 13, 2011)
      Works with CraftBukkit 1.0.1-R1
      • Feature: /lb me shows the total block count
      • Feature: Chest logging without spout
      • Feature: Enderdragon logging
      • Feature: Logging for tree and mushroom grow (thanks to MD5 for the api)
      • Fix: Area param works again with default radius
      • Fix: Rollbacks got slowed down a bit to avoid rare server crashes
      • Fix: If mysql username, password or database only consist of unquoted numbers, LB will read them now
      • Config: World configs changed totally, some names changed and all logging options are now in an own section
    • LogBlock v1.41 #63 (Nov. 15, 2011)
      Works with CraftBukkit recommended build #1337
      • Fix: Players with spawnTools permission are no longer allowed to spawn all tools.
      • Fix: Added a check to avoid "The permission xy is already defined!" errors
    • LogBlock v1.40 #60 (Nov. 09, 2011)
      Works with CraftBukkit recommended build #1337
      • Feature: Custom auto ClearLog
      • Feature: Reduced error spam. Instead of like 40 line of error code, there is now just a warning stating the MySQL con
      • Feature: The queue will now be dumped after 10 tries even when the MySQL server is connected
      • Feature: Custom material names, allows naming custom blocks
      • Feature: LogBlock will now respond to messages when started without MySQL connection
      • Fix: Log import runs now async
      • Fix: Log import errors won't crash the server
      • Fix: Console commands work again
      • Fix: You can now use upper case letter in tool names (I don't know why you even should, but ...)
      • Config: Added clearlog.auto, clearlog.enableAutoClearlog in main config. Added materials.yml. Removed clearlog.keepLogDays
      • Permissions: Added 'logblock.spawnTools'
    • LogBlock v1.32 (Oct. 04, 2011)
      Works with CraftBukkit recommended build #1240
      • Feature: Player info logging: firstLogin, lastLogin, onlinetime, ip. No ingame lookup yet.
      • Feature: /lb queuesize to see the current queue size
      • Fix: Door logging logs now also fence gates
      • Fix: Bukkit api break in CB #1191
      • Fix: time restriction works now as intended. Thanks to xrobau
      • Fix: Players with insufficient permissions can't smuggle bedrock from one world to another
      • Config: Added logPlayerInfo
    • LogBlock v1.30 (Sep. 22, 2011)
      Works with CraftBukkit recommended build #1185
      • Feature: Chat lookup /lb chat player diddiz search +admin +sucks +dicks (more info)
      • Feature: Door logging
      • Feature: Dynamic tools, define your own tools
      • Feature: Use since and before to define a timespan
      • Feature: Enderman logging
      • Feature: cake logging (who ate it)
      • Config: Added logEndermen, logCakes and logDoors to world config and moved the tool section in main config.
      • Permissions: logblock.tool changed to logblock.tools.tool and
        logblock.toolblock to logblock.tools.toolblock.
    Todo List:

    https://github.com/LogBlock/LogBlock/issues

    Permission Nodes:
    https://github.com/LogBlock/LogBlock/wiki/Permissions

    Plugins supporting Logblock:
    List (open)

    When you want to appear your plugin here, tell me about



    Support the developer (that's me :D):
    If you want to support me writing plugins or want to thank me for the plugin/support, you can: Suggest features I missed, report bugs (best with fix :D), donate via PayPal, flattr my plugins, gift me The Witcher 2 (thanks to newyoukdaily), 2x 1GB DDR1 modules (thanks to HonestFlames), or send me the inner life of a laptop or netbook with a broken display (need it to build a model aircraft, so there is no need for parts like display and keyboard).

    [​IMG]


    How to post error messages:


    I won't aswer questions to general MySQL setup/installation/what is MySQL (there are lots of good tutorials out there, use google)
    Please read the installation guide before asking a question about installation problems.
    Please read the FAQ before posting a error report. It may be solved there.
    In case of rollback or lookup problems: Type /lb savequeue and try again (when it's fixed then, it was a consumer problem, see FAQ)
    When you post error messages, it's important to paste the whole stack trace!

    Advertizing:
    Newyorkdailys Plugin Support Buisness (open)
    Still can't get LogBlock working, or any other plugin? Are you getting errors in your console and cant figure out why? Newyorkdaily offers Basic/Advanced Plugin support.
    • General/Advanced troubleshooting: FREE!
    • Plugin Installations: 1-2 Plugins - FREE!
    • 3 or More Plugins - $2
    Click on the link below to connect to him now!
    http://wbe001.mibbit.com/?settings=7cb4fd3cdd72754df475fb92a0b65f6c&server=irc.Mibbit.Net&channel=#CBPluginSupport


    There is a LogBlock irc channel: #logblock at irc.esper.net.
    You can ask me on skype. My name is 'hawky.diddiz'.
     
  2. Offline

    Sshadow

    I found the problem with the link. Firewalls or other security programs may block the outbound connection to :8080 so you just have to allow that connection. It is working for me now :)
     
    DiddiZ likes this.
  3. Offline

    DiddiZ

    Wait, when you want to place blocks, you have to use /lb toolblock off
     
    seriosbrad likes this.
  4. Offline

    Bhikku

    Hmm using LB Webstats and Logblock 1.30 for mc 1.8...... but somehow after i deleted old mysql tables(they were auto generated and worked fine) due the switch from 1.7.

    Well now i got the Problem: logblock creates some tables but they are empty and webstats not longer collect infomrations, just the site appear, but without the block informations of each player, just empty.
     
  5. Offline

    asm0deus

    I've tried rolling back player, player lavaflow, lava and none of it stops the lava or changes the damage it did.

    Is this even working on 1.8?
     
  6. I also don't get why it does this. I do a simple command to rollback a griefers griefing, like:

    /lb rollback player thad0ctor since 1d area 5

    And it will say like X blocks found! I hit /yes, then nothing happens.

    [​IMG]


    [​IMG]


    Am I doing something wrong? I don't get it...
     
  7. Latest CB's break Logblock, not sure if this is fixed yet in your recent beta, just letting ya know: http://pastie.org/2587893
     
  8. Offline

    Odai

    Na dann hoffe ich mal das ihr sowas einbaut das man sich immer ein schönen timelapse anschauen kann. Hätten bestimmt viele andere auch interesse daran :)
    Weiter so!
     
  9. Offline

    DiddiZ

    Is the point that the database is empty after you deleted it, or that it doesn't get filled with new blocks?
    Fixed:
    http://diddiz.insane-architects.net:8080/job/LogBlock/33/
    Yes. So what did you try and in which way LB failed?
    @DeliciousCinnamon
    You had an open question before. LB asked you after the previous rollback whether you want to delete the rollbacked log, and treats the /yes to the second rollback as answer to the previous question.
    Disable questioner.askClearlogsAfterRollbacks if you don't want this.
    Jop, könnte man auch lustige videos vom bau von riesigen gebäuden machen:
    Leere landschaft nehmen, haus bauen, mit worldedit abspeichern (sicher ist sicher :D), //regen, kamera aufstellen, redo
     
  10. Offline

    Odai

    ja sowas würd ich gern machen, baue/plane bei mir grade den Boletarian Palace aufm server ^^ wär super wenn man dann sowas machen könnte und sich so ein baue über wochen anschauen kann :D
     
  11. Offline

    Bhikku

    Du kannst ja deutsch :-D (Die Welten heissen epic und epic_nether)
    Jedenfalls, er hat die Tabellen erstellt, innen sind auch einige Einträge, im Spiel rollback etc. klappt auch alles, er zeigt aber keine Webstats an so wie früher, kann es sein dass da Tabellen fehlen die für Webstats nötig sind? Eventuell keine Rechte für den MySQL Namen zur Erstellung neuer Tabellen?
    lb-epic
    lb-epic-chest
    lb-epic-sign
    lb-epic_nether
    lb-epic_nether-chest
    lb-epic_nether-sign
    lb-players
     
  12. Offline

    DiddiZ

    Guck mal in der webstats config, ob ta tables auftauchen, die es garnicht mehr gibt.
     
  13. Offline

    JanJed

    Hey DiddiZ
    ich habe ein problem mit LogBlock und zwar wenn ich den Server starte bekomme ich folgenden fehler von LogBlock:

    Hoffentlich kannst du mir helfen :)


    mfg JanJed
     
  14. Offline

    Matt Gill

    Using 1.30 I get this on build 1185:

    Code:
    04:47:42 [INFO] [LogBlock] Version check: Your version is up to date
    04:47:42 [INFO] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
    04:47:42 [SEVERE] [LogBlock] Error while fetching connection
    java.sql.SQLException: Access denied for user 'username'@'localhost' (using password: YES)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
    	at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
    	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
    	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
    	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
    	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
    	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
    	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    	at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
    	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
    	at java.sql.DriverManager.getConnection(DriverManager.java:620)
    	at java.sql.DriverManager.getConnection(DriverManager.java:200)
    	at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:71)
    	at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:288)
    	at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:79)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
    	at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:408)
    	at org.bukkit.Bukkit.reload(Bukkit.java:173)
    	at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:349)
    	at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    04:47:42 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
    	at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:79)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
    	at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:408)
    	at org.bukkit.Bukkit.reload(Bukkit.java:173)
    	at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:349)
    	at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
     
  15. Offline

    Bhikku

    Hmm in der webstats config ist:
    Code:
        $tables = array('lb-main'); //List of all tables that should get summed up
    gesetzt, lb main wäre jetzt lb-epic
    Right?
     
  16. Offline

    DiddiZ

    @JanJed
    Nimm die version für cb #1192+, link is oben im op.

    You didn't set the mysql connection data in config.
    Genau
     
  17. Offline

    theC

    get this error:
    Code:
    2011-09-25 14:40:59 [INFO] [LogBlock Consumer] Queue overloaded. Size: 45182
    2011-09-25 14:41:07 [INFO] /67.222.157.172:43865 lost connection
    2011-09-25 14:41:07 [INFO] [LogBlock Consumer] Queue overloaded. Size: 45025
    2011-09-25 14:41:14 [FINEST] TPS: 14.3  Memory free: 1130.0/2043.0  Players: 7/64
    2011-09-25 14:41:17 [INFO] [LogBlock Consumer] Queue overloaded. Size: 46628
    2011-09-25 14:41:25 [INFO] [LogBlock Consumer] Queue overloaded. Size: 46744
    config:
    Code:
    loggedWorlds:
    - World
    - World_nether
    mysql:
        port: xxxxx
        host: xxxxxxx
        password: xxxxxxx
        user: xxxxxx
        database: xxxxxx
    logging:
        logCreeperExplosionsAsPlayerWhoTriggeredThese: false
        logKillsLevel: PLAYERS
        hiddenPlayers: []
        hiddenBlocks:
        - 0
    clearlog:
        dumpDeletedLog: false
        keepLogDays: -1
    questioner:
        askRedos: true
        askClearLogs: true
        askRollbacks: true
        askClearLogAfterRollback: true
    rollback:
        replaceAnyway:
        - 8
        - 9
        - 10
        - 11
        - 51
        dontRollback:
        - 10
        - 11
        - 46
        - 51
        maxTime: 2 days
        maxArea: 50
    consumer:
        delayBetweenRuns: 5
        forceToProcessAtLeast: 25
        timePerRun: 200
        useBukkitScheduler: true
    lookup:
        toolID: 269
        toolQuery: area 0 all sum none limit 15 desc silent
        toolblockID: 7
        toolBlockQuery: area 0 all sum none limit 15 desc silent
        defaultDist: 20
        defaultTime: 30 minutes
        linesPerPage: 15
        linesLimit: 1500
    version: '1.25'
    
     
  18. Offline

    DiddiZ

    @theC
    Try:
    delayBetweenRuns: 5
    forceToProcessAtLeast: 50
    timePerRun: 400
     
  19. Offline

    JanJed

    DiddiZ
    jetzt zeigt er keinen fehler mehr an aber wenn ich rechts klick mit der Holz spitz hacke mache zeigt er mir nichts an
    oder wenn ich den Bedrock setze bleibt er da.


    mfg JanJed
     
  20. Offline

    DiddiZ

    Dann gibts beim laden nen error. Schau mal was LB beim reload/restart ausgibt.
    No, that's not possible.
     
  21. Offline

    JanJed

    ich habe mal geschaut da steht das es aktiviert ist

     
  22. Offline

    Matt Gill

    Alright. That was on my first run. So is this MySQL only? or does H2 work as well?
     
  23. Offline

    DiddiZ

    kk, ich würde dann auf fehlende permissions tippen. Bei v1.30 haben sich die tool permissions geändert:
    logblock.tool -> logblock.tools.tool
    logblock.toolblock -> logblock.tools.toolblock
    MySQL only
     
  24. Offline

    rogvid700

    I would recommend adding WorldEdit support! So you'd be able to rollback World-Editing. Thanks.
     
  25. Offline

    Rayzero

    Hi there, I'm having a problem rolling back things. I can search my database fine and it gives me all of the log history, but when I try to rollback the parameters I searched, it says there are 0 block changes found. Why is this? I'm on the RB (1185) running your #29 build (ie 1.30 RC1?). Could you help me figure out why this happens?

    @rogvid700 - Logblock supports WE support. Use the sel/selection parameter to make it only rollback in the WE selection.
     
  26. Was the log chest access and log chat ever fixed? My game never worked if I enabled these. And I really need to log chest access...
     
  27. Offline

    DiddiZ

    Most likely you are missing the time spec, like
    /lb rb player diddiz since 1d
    (where d stands for days, minutes, seconds works also)
    Yeah, is most likely due to a improper spout version. Can confirm #370 working.
     
    Tanite and DeliciousCinnamon like this.
  28. Yeah it works with spout installed/updated. Thanks!
     
  29. Offline

    Epics

    Server uptime is 99.7%
    Logblock queue overloaded even with all the recommendations to fix it.
    48 player server

    (Disabled scheduler)
    Config file
    Code:
    loggedWorlds:[/COLOR]
    [COLOR=rgb(0, 0, 0)]- world[/COLOR]
    [COLOR=rgb(0, 0, 0)]- world_nether[/COLOR]
    [COLOR=rgb(0, 0, 0)]mysql:[/COLOR]
    [COLOR=rgb(0, 0, 0)]    port: myport[/COLOR]
    [COLOR=rgb(0, 0, 0)]    host: myhost[/COLOR]
    [COLOR=rgb(0, 0, 0)]    password: mypassword[/COLOR]
    [COLOR=rgb(0, 0, 0)]    user: myusername[/COLOR]
    [COLOR=rgb(0, 0, 0)]    database: mydatabase[/COLOR]
    [COLOR=rgb(0, 0, 0)]logging:[/COLOR]
    [COLOR=rgb(0, 0, 0)]    logCreeperExplosionsAsPlayerWhoTriggeredThese: false[/COLOR]
    [COLOR=rgb(0, 0, 0)]    logKillsLevel: PLAYERS[/COLOR]
    [COLOR=rgb(0, 0, 0)]    hiddenPlayers: [][/COLOR]
    [COLOR=rgb(0, 0, 0)]    hiddenBlocks:[/COLOR]
    [COLOR=rgb(0, 0, 0)]    - 0[/COLOR]
    [COLOR=rgb(0, 0, 0)]clearlog:[/COLOR]
    [COLOR=rgb(0, 0, 0)]    dumpDeletedLog: false[/COLOR]
    [COLOR=rgb(0, 0, 0)]    keepLogDays: -1[/COLOR]
    [COLOR=rgb(0, 0, 0)]questioner:[/COLOR]
    [COLOR=rgb(0, 0, 0)]    askRedos: true[/COLOR]
    [COLOR=rgb(0, 0, 0)]    askClearLogs: true[/COLOR]
    [COLOR=rgb(0, 0, 0)]    askRollbacks: true[/COLOR]
    [COLOR=rgb(0, 0, 0)]    askClearLogAfterRollback: true[/COLOR]
    [COLOR=rgb(0, 0, 0)]rollback:[/COLOR]
    [COLOR=rgb(0, 0, 0)]    replaceAnyway:[/COLOR]
    [COLOR=rgb(0, 0, 0)]    - 8[/COLOR]
    [COLOR=rgb(0, 0, 0)]    - 9[/COLOR]
    [COLOR=rgb(0, 0, 0)]    - 10[/COLOR]
    [COLOR=rgb(0, 0, 0)]    - 11[/COLOR]
    [COLOR=rgb(0, 0, 0)]    - 51[/COLOR]
    [COLOR=rgb(0, 0, 0)]    dontRollback:[/COLOR]
    [COLOR=rgb(0, 0, 0)]    - 10[/COLOR]
    [COLOR=rgb(0, 0, 0)]    - 11[/COLOR]
    [COLOR=rgb(0, 0, 0)]    - 46[/COLOR]
    [COLOR=rgb(0, 0, 0)]    - 51[/COLOR]
    [COLOR=rgb(0, 0, 0)]    maxTime: 2 days[/COLOR]
    [COLOR=rgb(0, 0, 0)]    maxArea: 50[/COLOR]
    [COLOR=rgb(0, 0, 0)]consumer:[/COLOR]
    [COLOR=rgb(0, 0, 0)]    delayBetweenRuns: 1[/COLOR]
    [COLOR=rgb(0, 0, 0)]    forceToProcessAtLeast: 20[/COLOR]
    [COLOR=rgb(0, 0, 0)]    timePerRun: 1000[/COLOR]
    [COLOR=rgb(0, 0, 0)]    useBukkitScheduler: false[/COLOR]
    [COLOR=rgb(0, 0, 0)]lookup:[/COLOR]
    [COLOR=rgb(0, 0, 0)]    toolID: 270[/COLOR]
    [COLOR=rgb(0, 0, 0)]    toolQuery: area 0 all sum none limit 15 desc silent[/COLOR]
    [COLOR=rgb(0, 0, 0)]    toolblockID: 7[/COLOR]
    [COLOR=rgb(0, 0, 0)]    toolBlockQuery: area 0 all sum none limit 15 desc silent[/COLOR]
    [COLOR=rgb(0, 0, 0)]    defaultDist: 20[/COLOR]
    [COLOR=rgb(0, 0, 0)]    defaultTime: 30 minutes[/COLOR]
    [COLOR=rgb(0, 0, 0)]    linesPerPage: 15[/COLOR]
    [COLOR=rgb(0, 0, 0)]    linesLimit: 1500[/COLOR]
    [COLOR=rgb(0, 0, 0)]version: '1.26'[/COLOR]
    [COLOR=rgb(0, 0, 0)]


    Code:
    2011-09-25 13:59:37 [INFO] [LogBlock] Waiting for consumer ...[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining queue size: 12924[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining queue size: 12924[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining tries: 9[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining queue size: 12924[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining tries: 8[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining queue size: 12924[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining tries: 7[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining queue size: 12924[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining tries: 6[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining queue size: 12924[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining tries: 5[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining queue size: 12924[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining tries: 4[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining queue size: 12924[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining tries: 3[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining queue size: 12924[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining tries: 2[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining queue size: 12924[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining tries: 1[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining queue size: 12924[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] [LogBlock] Remaining tries: 0[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] Unable to save queue to database. Trying to write to a local file.[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:37 [INFO] LogBlock disabled.[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:38 [SEVERE] [LogBlock Consumer] SQL exception[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException:  Communications link failure during commit(). Transaction resolution  unknown.[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at java.lang.reflect.Constructor.newInstance(Unknown Source)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at com.mysql.jdbc.Util.getInstance(Util.java:382)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at com.mysql.jdbc.ConnectionImpl.commit(ConnectionImpl.java:1672)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at de.diddiz.util.MySQLConnectionPool$JDCConnection.commit(MySQLConnectionPool.java:137)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at de.diddiz.LogBlock.Consumer.run(Consumer.java:279)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at java.util.TimerThread.mainLoop(Unknown Source)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]	at java.util.TimerThread.run(Unknown Source)[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:38 [INFO] [Permissions] (Yeti) was initialized.[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:38 [INFO] [LogBlock] Version check: Your version is up to date[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:38 [INFO] [LogBlock] Connecting to ccnet_epics@jdbc:mysql://whm12.xfactorservers.com:3306/ccnet_LogBlock...[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:41 [INFO] [LogBlock] Found 13imports.[/COLOR][/COLOR]
    [COLOR=rgb(0, 0, 0)][COLOR=rgb(0, 0, 0)]2011-09-25 13:59:42 [INFO] [LogBlock] Trying to import queue-1316973577560-0.sql ...
    [/code][/COLOR][/code][/COLOR][/code][/COLOR]
     
  30. Offline

    DiddiZ

    The problem is your mysql server. Are you using a remote one?
     

Share This Page