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

    DiddiZ

    Umm ... yes.
    You don't even have got a MySQl server, right?
    In case of a managed server, ask your hoster, otherwise:
    -> http://dev.mysql.com/doc/refman/5.1/en/installing.html
     
  3. Offline

    MindEngineer

    I'm currently moving from my home computer to a hosting service. I'm still having issues regarding connections to MySQL. However, my server site is different than my MySQL database, so I needed to allow my server site access to MySQL database. You may want to check into this.
     
  4. Offline

    XRayted

    DidiZ, thanks for the upper answer. That is fixed.

    Now when I do "stop" on my local server I get this:
    Code:
    2011-10-12 20:56:18 [INFO] [NoLagg] chunk handler disabled!
    2011-10-12 20:56:18 [SEVERE] Error occurred (in the plugin loader) while disabling NoLaggChunks v1.04 (Is it up to date?): null
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(Native Method)
    at org.bukkit.plugin.java.JavaPluginLoader.removeClass(JavaPluginLoader.java:245)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:992)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:296)
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:289)
    at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:166)
    at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:325)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:404)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-12 20:56:18 [INFO] [LogBlock] Waiting for consumer ...
    2011-10-12 20:56:18 [INFO] [LogBlock] Remaining queue size: 1
    2011-10-12 20:56:23 [INFO] LogBlock disabled.
    2011-10-12 20:56:23 [SEVERE] Error occurred (in the plugin loader) while disabling LogBlock v1.32 (Is it up to date?): null
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(Native Method)
    at org.bukkit.plugin.java.JavaPluginLoader.removeClass(JavaPluginLoader.java:245)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:992)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:296)
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:289)
    at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:166)
    at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:325)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:404)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-12 20:56:23 [INFO] Saving chunks
    2011-10-12 20:56:24 [INFO] Stopping server
    
    Is that related to "NoLaggChunks" ?
     
  5. Offline

    DiddiZ

    Don't think so. It's more likely that Bukkit totally changed the config classes.
     
  6. Offline

    XRayted

    A way to fix that or wait for an update? Happens also when I use "reload"
     
  7. Offline

    DiddiZ

    Don't think so. I'll be able to update tomorrow or at least the day after.
     
  8. Offline

    Anthony45654

    Does LogBlock work without using MySQL?
     
  9. Offline

    XRayted

    Alright thank you very much. Will keep an eye out and thanks for the support
     
  10. Yeah, all i did was a player rollback.

    /lb rollback player omitted since 7d < first time i did it

    /lb rollback player omitted since 2d < second time i did it

    Both of these times crashed half the server. If it helps, i was playing in fullscreen

    Heres a list of my plugins, if it helps:
    worldborder
    vanishnopickup
    tuto
    serversave
    regexfilter(yes, i know this is outdated)
    pluginspy
    OKlogger
    netherban
    mobileadmin
    mcbans
    lwc
    logblock (and questioner)
    herochat
    godpowers
    and most of the essentials suite (spawn, protect, group manager, groupbridge, and geoIP)

    also, apparently spout. Ive tried getting rid of it, but i guess its integrated with one or more of my plugins, seeing as it downloads whenever i boot up without it.

    Uhm, some more information, The server is running out of sweden, through a VM, im not sure what else is run out of that server, because its not mine, but i do know that theres at least one other MC server out of it (but that ones vanilla, not even bukkit)

    if theres anything else that i could provide, just ask
     
  11. Offline

    DiddiZ

    No
    Any error log in console or client?
     
  12. Offline

    VoidFusion

    Okay, I'm getting an error to do with Log Block Consumer in the console, here is the error.

    Any fix?
    I'm using LogBlock for #1240 without console commands, and I have RB1240.
     
  13. Offline

    DiddiZ

    Set version in config to 1.30 and restart
     
  14. Offline

    VoidFusion

  15. Offline

    MindEngineer

    DiddiZ, I'm having a connecting issue and looking to understand this error. Any help you can provide will be greatly appreciated.

    I am in the process of converting from a home server to a hosted server. I'm getting this error:

    2011-10-12 19:27:35 [INFO] [LogBlock] Version check: Your version is up to date
    2011-10-12 19:27:35 [INFO] [LogBlock] Connecting to engineer_mind@jdbc:mysql://67.214.170.226:3306/engineer_minecraft...
    2011-10-12 19:27:36 [SEVERE] [LogBlock] Error while fetching connection
    java.sql.SQLException: Access denied for user 'engineer_mind'@'205.234.153.34' (using password: YES)

    Just making sure I understand this part...connecting to
    engineer_mind <------Username I created at my hosting services MySQL
    @jdbc:mysql: <------not sure what jdbc is?
    //67.214.170.226 <--------this is the correct IP address for were the database is. I've had hosting company verify
    :3306/ <------is the port number set up in config. Is this something that changes or is it always this number
    engineer_minecraft... <-----is the database I created

    Ok now for the second part Access denied for user
    'engineer_mind <----- the username I created
    '@'205.234.153.34' <------- server IP from which Minecraft is on.

    My hosting company is indicating or I think what they are indicating is that '@'205.234.153.34 should be 67.214.170.226. The hosting company suggested "There must be a setting somewhere that is telling the script to connect to localhost rather than the remote IP that you supply. You may want to make a post on their forums about this"

    Any Ideas?
     
  16. Offline

    kallyssa

    Here is my error - any help would be great - I have #1240 and 1.33 build (whatever the latest one is on your site)

    Code:
    [LogBlock] Failed to import queue-1318372024835-0.sql:
    java.sql.BatchUpdateException: You can't specify target table 'lb-players' for update in FROM clause
        at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:1065)
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:102)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:142)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-12 21:34:22 [INFO] [LogBlock] Trying to import queue-1318280819831-0.sql ...
    2011-10-12 21:34:23 [WARNING] [LogBlock] Failed to import queue-1318280819831-0.sql:
    java.sql.BatchUpdateException: You can't specify target table 'lb-players' for update in FROM clause
        at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:1065)
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:102)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:142)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  17. Offline

    JagerPrime

    It registers that TnT is placed, but does not log the explosion or set off of it. Hmm...
     
  18. Offline

    mrciku

    Have you seen the latest TeamAvo's video? They had a tree spamming mod for creative mode.
    I made this "addon" for LogBlock to log logs that are created by using bonemeal on saplings. Do take a look!

    I'm not here to advertise though, I am hoping this would be implemented in Guardian. But this does not have Mushroom support yet.

    http://forums.bukkit.org/threads/in...-bonemeal-to-sapling-logger-addon-1317.41121/
     
    DiddiZ likes this.
  19. Offline

    maxietaxie300

    hey i was wondering if you could add chest and maybe craft logs and those sorts of things. if you can that would be awesome!
     
  20. Offline

    Despootti

    Ehh, help?
     
  21. Offline

    DiddiZ

    There are two possible causes: Spelling errors and missing remote access rights.
    Double check all name and password.
    Ask your hoster about MySQL remote access, or execute following query via root (if you are able to)

    GRANT ALL ON engineer_minecraft TO 'engineer_mind'@'%';
    jdbc stands for Java Database Connectivity, that tells java to use the mysql driver.

    I lol'd :D This is absolutely nonsense. Having absolutely no clue what they are doing, but making me doing their support ...

    I need to figure out the reason the import is failing.
    Did you restart, and are in in the right world?
    Could you provide the source code somewhere?
    There is chest logging. Enable logChestAccesses in world config and install suitable version of Spout:
    http://ci.getspout.org/job/Spout/

    MySQL server not running or listening for a different port?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  22. Offline

    wassilij

    I found 2 Bugs (or im just too silly to configure it allright :))

    1.
    I have LogBlock 1.32, but in the config is standing:
    Code:
    version: '1.30'
    (i gettin no errors or something, all is workin allright)

    2.
    When i place or destroy a Painting it dont get logged (yes i have done /lb savequeue)
    Code:
    logBlockCreations: true
    logBlockDestroyings: true
    logKills: false
    logButtonsAndLevers: false
    logLeavesDecay: false
    logFire: false
    logLavaFlow: false
    table: lb-main
    logChestAccess: true
    logExplosions: false
    logSignTexts: true
    logChat: false
    logWaterFlow: false
    logSnowFade: false
    logSnowForm: false
    logCakes: false
    logDoors: false
    logEndermen: true
    
    MfG

    wassilij :)
     
  23. Offline

    Cryt

    Hellow, i have a problem :

    Code:
    14:08:04 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067
    -g6301507-b1185jnks (MC: 1.8.1)
    14:08:04 [INFO] Starting Minequery server on 77.111.251.33:25566
    14:08:04 [INFO] [Permissions] (Phoenix) was Initialized.
    14:08:04 [INFO] LWC: Loading shared objects
    14:08:04 [INFO] LWC: Protection cache: 0/10000
    14:08:04 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlit
    ejdbc.so
    14:08:04 [INFO] [LogBlock] Version check: There is a newer version: v1.32
    14:08:04 [INFO] [LogBlock] Connecting to web1938@jdbc:mysql://sql-1.verygames.ne
    t:3306/web1938...
    14:11:14 [SEVERE] [LogBlock] Error while fetching connection
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link fai
    lure
    The last packet sent successfully to the server was 0 milliseconds ago. The driv
    er has not received any packets from the server.
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
            at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
            at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1
    116)
            at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
            at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
            at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
    371)
            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(NativeConstruct
    orAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
            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:582)
            at java.sql.DriverManager.getConnection(DriverManager.java:185)
            at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.
    java:71)
            at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:267)
            at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:77)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.net.ConnectException: Connection timed out
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
            at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
            at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
            at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
            at java.net.Socket.connect(Socket.java:529)
            at java.net.Socket.connect(Socket.java:478)
            at java.net.Socket.<init>(Socket.java:375)
            at java.net.Socket.<init>(Socket.java:218)
            at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.ja
    va:254)
            at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
            ... 23 more
    14:11:14 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
            at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:77)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    I have download LogBlock 1.26 here : http://diddiz.insane-architects.net/logblock.php
    My bukkit version is : 1067
     
  24. Offline

    JagerPrime

    Restarted, an in the correct world. I figure somewhere I've fubar'ed it, but dunno where.
     
  25. Offline

    DiddiZ

    Your MySQL connection broke, most likely down.
     
  26. Offline

    JagerPrime

    The only thing it seems to log is me putting it down. Nothing at all of it exploding.
     
  27. Offline

    Cryt

    With another base MYSQL :


    Code:
    15
    mount: proc already mounted
    Auto-restarting the server on crash
    openmod => 77.111.251.33:25565:10:world
    161 recipes
    17 achievements
    14:45:04 [INFO] Starting minecraft server version Beta 1.8.1
    14:45:04 [INFO] Loading properties
    14:45:04 [INFO] Starting Minecraft server on 77.111.251.33:25565
    14:45:04 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067
    -g6301507-b1185jnks (MC: 1.8.1)
    14:45:05 [INFO] Starting Minequery server on 77.111.251.33:25566
    14:45:05 [INFO] [Permissions] (Phoenix) was Initialized.
    14:45:05 [INFO] LWC: Loading shared objects
    14:45:05 [INFO] LWC: Protection cache: 0/10000
    14:45:05 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlit
    ejdbc.so
    14:45:05 [INFO] [LogBlock] Version check: There is a newer version: v1.32
    14:45:05 [INFO] [LogBlock] Connecting to web1605@jdbc:mysql://sql-1.verygames.ne
    t:3306/web1605...
    14:47:04 [INFO] Connection reset
    :(



    EDIT : Everything works very well on my local server with the same base mysql..
     
  28. Offline

    wassilij

     
  29. Offline

    Lolmewn

    Lol, it tries to connect with the username "username", here's the log:
    Code:
    2011-10-13 19:05:55 [INFO] [LogBlock] Version check: Your version is up to date
    2011-10-13 19:05:55 [INFO] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
    2011-10-13 19:05:56 [SEVERE] [LogBlock] Error while fetching connection
    java.sql.SQLException: Access denied for user 'username'@'localhost' (using password: YES)
    Obviously, I entered another username in the config.. but it seems to be not doing this.
     
  30. Offline

    Kellis

    LogBlock just donta start on my server
    Code:
    2011-10-13 20:22:04 [INFO] [SpawnControl] version [0.8.3] loaded
    2011-10-13 20:22:04 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    2011-10-13 20:22:04 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-13 20:22:04 [INFO] WorldEdit 4.7 enabled.
    2011-10-13 20:22:04 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-13 20:22:04 [INFO] PermissionsBukkit v1.2 is now enabled
    2011-10-13 20:22:04 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    2011-10-13 20:22:04 [INFO] LWC: Permissions API: BukkitPermissions
    2011-10-13 20:22:04 [INFO] LWC: Currency API: NoCurrency
    2011-10-13 20:22:04 [INFO] LWC: Loading SQLite
    2011-10-13 20:22:04 [INFO] LWC: Using: Native
    2011-10-13 20:22:04 [INFO] LWC: Precached 126 protections.
    2011-10-13 20:22:04 [INFO] LWC: At version: 3.53 (b294)
    
    2011-10-13 20:22:04 [INFO] LogBlock disabled.
    
    2011-10-13 20:22:04 [INFO] WorldBorder version 1.4.3 loading
    2011-10-13 20:22:04 [INFO] [WorldBorder] [CONFIG] Using round border, knockback of 3.0 blocks, and timer delay of 5.
    2011-10-13 20:22:04 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
    2011-10-13 20:22:04 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissions v2.7.7
    2011-10-13 20:22:04 [INFO] For reference, the main world's spawn location is at X: -40 Y: 64 Z: -21
    2011-10-13 20:22:04 [INFO] Server permissions file permissions.yml is empty, ignoring it 
    What i can do?
     

Share This Page