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

    Spudski

    Okay, thank you! I will try that =]

    EDIT:
    Code:
    19:24:38 [INFO] Error, check log
    19:24:38 [WARNING] [LogBlock] NPE in commandshandler:
    java.lang.NullPointerException
        at de.diddiz.LogBlock.LogBlock.hasPermission(LogBlock.java:290)
        at de.diddiz.LogBlock.ToolData.<init>(Session.java:28)
        at de.diddiz.LogBlock.Session.<init>(Session.java:17)
        at de.diddiz.LogBlock.LogBlock.getSession(LogBlock.java:309)
        at de.diddiz.LogBlock.QueryParams.parseArgs(QueryParams.java:267)
        at de.diddiz.LogBlock.CommandsHandler.onCommand(CommandsHandler.java:229)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:351)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:506)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:485)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    >
    
    This happens when I try to roll someone back in the console or in-game.
     
  3. Offline

    tedmazer

    I know it doesnt let me reset it help please?
     
  4. Offline

    Helikon

    Hello, Have been runninglb for a while now and i love it. As of today, for some reason we have the following error when trying to use lb in game. exception:check error log when i log into the FTP to look in the error folder, there is nothing there. SO....... we have a exception that is causing a error but no log is being made, My plugin code guy has been pulling his hair out for the last 2 hours trying to figure this out. We triple checked all plugins are upto date, checked msql info on config, ect ect, everything checks out. Do you have any advice we may not be seeing?
     
  5. Offline

    WASasquatch

    Hey there, first, thanks for the plugin, I hope to get it working soon.

    However, I am having a bit of trouble using my localhost as my MySQL resource. I have tried both localhost and 192.168.1.1 and can't get a connection. All the credentials are correct, I don't understand. Do you have to use a remote MySQL database?

    I am also using WAMP server for the MySQL host if that is to any consolation.

    I am running Bukkit 1337
     
  6. Offline

    DiddiZ

    Use the version with fixed console commands.
    Check server.log
    -> http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html
    I sometimes hear that WAMP sets up a different port than the default for MySQL.
     
  7. Offline

    WASasquatch

    The port is setup to 3306, and 3306 is active within my computer processes for WAMP. I can use my remote host to connect to my computer just fine.

    I also tried using the remote host for MySQL and it still didn't connect. Now I'm just really confused. I'm re-downloading now. Never know.

    Edit: It comes down to this error telling me I need to specify a port, which of course it is. I have it setup for remote MySQL, but I found this error is triggering for both localhost or remote.

    Config:
    Code:
    mysql:
      user: lb
      port: 3306
      password: ****
      host: http://rave5.com
      database: logblock
    (If I remove spaces, to try and fix... it just reverts to default config losing all changes.)

    Code:
    java.sql.SQLException: Must specify port after ':' in connection string
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    	at com.mysql.jdbc.NonRegisteringDriver.parseHostPortPair(NonRegisteringDriver.java:190)
    	at com.mysql.jdbc.NonRegisteringDriver.parseURL(NonRegisteringDriver.java:672)
    	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:296)
    	at java.sql.DriverManager.getConnection(Unknown Source)
    	at java.sql.DriverManager.getConnection(Unknown Source)
    	at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:72)
    	at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:269)
    	at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:75)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
    	at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
    	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)
     
  8. Offline

    bigggan

    @DiddiZ

    Whats this:
    Code:
     2011-10-30 22:29:15 [INFO] [LogBlock Consumer] Queue overloaded. Size: 3851
     
  9. Offline

    DiddiZ

    So remote access works. What's the error message?

    -> https://github.com/DiddiZ/LogBlock/wiki/FAQ
     
  10. Offline

    bigggan

    oh ok thanks.
     
  11. Offline

    jca2323

    @DiddiZ
    CB - 1337 (Latest RB As Of Now)
    LogBlock - 1.32
    Awesome Plugin, But While Starting Up My Server I get this:
    Code:
    161 recipes
    17 achievements
    18:19:10 [INFO] Starting minecraft server version Beta 1.8.1
    18:19:10 [INFO] Loading properties
    18:19:10 [INFO] Starting Minecraft server on *:25565
    18:19:10 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131
    -g86b7fa8-b1337jnks (MC: 1.8.1)
    18:19:11 [INFO] MCBans: Set Core API Key and Language
    18:19:11 [INFO] Starting Minequery server on *:25564
    18:19:11 [INFO] [PermissionsEx] sql backend registered!
    18:19:11 [INFO] [PermissionsEx] file backend registered!
    18:19:11 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    18:19:11 [SEVERE] Could not load 'plugins\SpawnNotifier.jar' in folder 'plugins'
    :
    java.util.zip.ZipException: error in opening zip file
            at java.util.zip.ZipFile.open(Native Method)
            at java.util.zip.ZipFile.<init>(Unknown Source)
            at java.util.jar.JarFile.<init>(Unknown Source)
            at java.util.jar.JarFile.<init>(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:62)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:215)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:136)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:136)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
            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)
    18:19:12 [INFO] [PermissionsEx] p2compat backend registered!
    18:19:12 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    18:19:12 [INFO] MLog clients using java 1.4+ standard logging.
    18:19:12 [INFO] [PermissionsEx] Initializing file backend
    18:19:12 [INFO] [LogBlock] Version check: Your version is up to date
    18:19:12 [INFO] [LogBlock] Connecting to [EMAIL]username@jdbc:mysql://localhost:3306/mi[/EMAIL]
    necraft...
    18:19:15 [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(Unknown Source)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            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(Unknown Source)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            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(Unknown Source)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.
    java:72)
            at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:295)
            at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:78)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
            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 refused: connect
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.PlainSocketImpl.doConnect(Unknown Source)
            at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
            at java.net.PlainSocketImpl.connect(Unknown Source)
            at java.net.SocksSocketImpl.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.ja
    va:254)
            at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
            ... 23 more
    18:19:15 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
            at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:78)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
            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)
    18:19:15 [INFO] Spout 1.0.6.449 has been initialized
    18:19:15 [INFO] Preparing level "world"
    18:19:15 [INFO] Default game type: 0
    18:19:15 [INFO] Preparing start region for level 0 (Seed: -2945216271788847721)
    18:19:16 [INFO] Preparing spawn area: 32%
    18:19:17 [INFO] Preparing spawn area: 81%
    18:19:17 [INFO] Preparing start region for level 1 (Seed: 8205789800625833822)
    18:19:18 [INFO] Preparing spawn area: 32%
    18:19:19 [INFO] Preparing spawn area: 97%
    18:19:21 [INFO] Preparing spawn area: 97%
    18:19:22 [INFO] Loaded Essentials build 2.6.4 by: Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    18:19:22 [INFO] Essentials: Using config based permissions. Enable superperms in
     config.
    18:19:22 [INFO] Loaded EssentialsChat build 2.6.4 by: essentials team
    18:19:22 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr
    ue; trace: 10]
    18:19:22 [INFO] Loaded EssentialsProtect build 2.6.4 by: essentials team
    18:19:22 [INFO] Loaded EssentialsSpawn build 2.6.4 by: essentials team
    18:19:22 [INFO] Home Has Been Enabled
    18:19:22 [INFO] [iConomy - Celty] Enabled (19 ms)
    18:19:22 [INFO] [Essentials] Payment method found (iConomy version: 6)
    18:19:22 [INFO] [Jail] Loaded 1 jail zones.
    18:19:22 [INFO] [Jail] Loaded 1 prisoners.
    18:19:22 [INFO] [Jail] Loaded 0 cells.
    18:19:22 [INFO] Lockette version 1.4.4 is being enabled!  Yay!  (Core version 1.
    2.3)
    18:19:22 [INFO] Lockette: Detected craftbukkit build [1337] ok.
    18:19:22 [INFO] [PermissionsCompat] Compatibility layer enabled.
    18:19:22 [INFO] Essentials: Using Permissions 2 based permissions.
    18:19:22 [INFO] Lockette: Linked to Permissions plugin version 2.7.7
    18:19:22 [INFO] Lockette: Using ops file for admin permissions.
    18:19:22 [INFO] Lockette: Ready to protect your containers.
    18:19:22 [INFO] LogBlockQuestioner v0.02 enabled
    18:19:22 [INFO] MCBans: Using Core API Key (5c911a090747e86834619326e420d39692e8
    f16f)
    18:19:22 [INFO] MCBans: Loading language file: en-us
    18:19:22 [INFO] MCBans: Log file disabled!
    18:19:22 [INFO] MCBans: Permissions plugin found!
    18:19:22 [INFO] MCBans: Fetching backup.
    18:19:22 [INFO] MCBans: Starting MCBans online check.
    18:19:22 [INFO] MCBans: Connection throttling operating normally!
    18:19:23 [INFO] MCBans: Task ID: 7
    18:19:23 [INFO] MCBans: Throttle Connect Limit: 2
    18:19:23 [INFO] MCBans: Started normally.
    18:19:23 [INFO] [PermissionsEx] Superperms support enabled.
    18:19:23 [INFO] [PermissionsEx] v1.15 enabled
    18:19:23 [INFO] Essentials: Using PermissionsEx based permissions.
    18:19:23 [INFO] [Plugin Essentials] Loading Plugin Essentials Release 0.1
    18:19:23 [INFO] [Server Messenger] Server Messenger Version 2.0 Starting Up!
    18:19:23 [INFO] [Server Messenger] Loading Messages
    18:19:23 [INFO] ServerMessenger
    18:19:23 [INFO] [Server Messenger] Loading config.yml
    18:19:23 [INFO] [Server Messenger] Registering Events
    18:19:23 [INFO] [Server Messenger] Done!
    18:19:23 [INFO] [Spawner] Spawner Enabled!
    18:19:23 [INFO] TextPlayer 1.0.0 is enabled!
    18:19:23 [INFO] [TextPlayer] Successfully linked with PermissionsEx!
    18:19:23 [INFO] [TextPlayer] Successfully linked with iConomy 6!
    18:19:23 [INFO] WorldEdit 4.7 enabled.
    18:19:23 [SEVERE] WorldEdit: Unable to read default configuration: config.yml
    18:19:23 [INFO] WorldEdit: PermissionsEx detected! Using PermissionsEx for permi
    ssions.
    18:19:23 [INFO] WorldGuard: PermissionsEx detected! Using PermissionsEx for perm
    issions.
    18:19:23 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.tx
    t
    18:19:23 [WARNING] WorldGuard blacklist does not exist.
    18:19:23 [INFO] WorldGuard: (world) Single session is enforced.
    18:19:23 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    18:19:23 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    18:19:23 [INFO] WorldGuard: (world) Lava fire is blocked.
    18:19:23 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    18:19:23 [INFO] WorldGuard: Loaded configuration for world 'world"
    18:19:23 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.tx
    t
    18:19:23 [WARNING] WorldGuard blacklist does not exist.
    18:19:23 [INFO] WorldGuard: (world_nether) Single session is enforced.
    18:19:23 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    18:19:23 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    18:19:23 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    18:19:23 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    18:19:23 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    18:19:23 [WARNING] WorldGuard: Region file for world "world" missing or inaccess
    ible.
    18:19:23 [WARNING] WorldGuard: Region file for world "world_nether" missing or i
    naccessible.
    18:19:23 [INFO] WorldGuard 5.3 enabled.
    18:19:23 [INFO] [ChatManager] ChatManager enabled!
    18:19:23 [INFO] [Modifyworld] Modifyworld enabled!
    18:19:23 [INFO] [ChestShop] Permissions version 2.7.7 loaded.
    18:19:23 [INFO] [ChestShop] Lockette version 1.4.4 loaded.
    18:19:23 [INFO] [ChestShop] WorldGuard version 5.3 loaded.
    18:19:23 [INFO] [ChestShop] version 3.24 initialized!
    18:19:23 [INFO] [ChestShop] iConomy 6 loaded.
    18:19:23 [INFO] LogBlock disabled.
    18:19:23 [INFO] Server permissions file permissions.yml is empty, ignoring it
    18:19:23 [INFO] Done (0.861s)! For help, type "help" or "?"
    >
    
     
  12. Offline

    DiddiZ

    You didn't set MySQL data in config.
     
  13. Offline

    tedmazer

    It didnt fix it :(

    Can you PLEAASSSEEEEE support H2 Otherwise I wont be able to use it (Sadpandaface)

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

    WASasquatch

    I posted the error. In game it just says to check the mysql user/pass. I also now get this error with more modifications to the user info. I'm not sure where it gets this "Comcast" bullcrap when the host is define as "rave5.com"

    Code:
    java.sql.SQLException: Access denied for user 'lb'@'c-**0**-**-66.hsd1.wa.comcast.net' (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(Unknown Source)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    	at java.lang.reflect.Constructor.newInstance(Unknown Source)
    	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(Unknown Source)
    	at java.sql.DriverManager.getConnection(Unknown Source)
    	at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:72)
    	at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:269)
    	at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:75)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
    	at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
    	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)p.
    Where is it getting lb@'c-**0**-**-66.hsd1.wa.comcast.net' from? That is my IP, yet the config has the host clearly defined as rave5.com


    EDIT: I figured it out! Thanks for the help! Turns out my localhost didn't have remote mysql enabled, which it the server acts like it is. And the remote host for some reason didn't have a chmodded whitelist file for remote mysql hosts, and so when I was added my home computer, it wasn't saving.

    Err now when I use /lb me or lookup anyone, I get the "Check logs" error, when I do, I get a lot of errors that make little sense.

    Code:
    2011-10-30 20:04:52 [SEVERE] Error occurred while enabling LogBlock v1.32 (Is it up to date?): The permission logblock.tools.toolblock is already defined!
    java.lang.IllegalArgumentException: The permission logblock.tools.toolblock is already defined!
    	at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:424)
    	at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:212)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    	at de.nofear13.craftbukkituptodate.CraftBukkitUpToDateJPanel$ReloadButton.actionPerformed(CraftBukkitUpToDateJPanel.java:87)
    	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    	at java.awt.Component.processMouseEvent(Unknown Source)
    	at javax.swing.JComponent.processMouseEvent(Unknown Source)
    	at java.awt.Component.processEvent(Unknown Source)
    	at java.awt.Container.processEvent(Unknown Source)
    	at java.awt.Component.dispatchEventImpl(Unknown Source)
    	at java.awt.Container.dispatchEventImpl(Unknown Source)
    	at java.awt.Component.dispatchEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    	at java.awt.Container.dispatchEventImpl(Unknown Source)
    	at java.awt.Window.dispatchEventImpl(Unknown Source)
    	at java.awt.Component.dispatchEvent(Unknown Source)
    	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    	at java.awt.EventQueue.access$000(Unknown Source)
    	at java.awt.EventQueue$1.run(Unknown Source)
    	at java.awt.EventQueue$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    	at java.awt.EventQueue$2.run(Unknown Source)
    	at java.awt.EventQueue$2.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    	at java.awt.EventQueue.dispatchEvent(Unknown Source)
    	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    	at java.awt.EventDispatchThread.run(Unknown Source)
    2011-10-30 20:05:46 [WARNING] [LogBlock] Exception in commands handler:
    java.lang.IllegalArgumentException: Not a valid argument: 'wasasquatch'
    	at de.diddiz.LogBlock.QueryParams.parseArgs(QueryParams.java:389)
    	at de.diddiz.LogBlock.QueryParams.<init>(QueryParams.java:49)
    	at de.diddiz.LogBlock.CommandsHandler.onCommand(CommandsHandler.java:297)
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
    	at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    	at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    	at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-30 20:06:00 [SEVERE] java.lang.NullPointerException
    2011-10-30 20:06:00 [SEVERE] 	at de.diddiz.LogBlock.QueryParams.getTable(QueryParams.java:109)
    2011-10-30 20:06:00 [SEVERE] 	at de.diddiz.LogBlock.QueryParams.getQuery(QueryParams.java:103)
    2011-10-30 20:06:00 [SEVERE] 	at de.diddiz.LogBlock.CommandsHandler$CommandLookup.run(CommandsHandler.java:424)
    2011-10-30 20:06:00 [SEVERE] 	at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-10-30 20:06:00 [SEVERE] 	at java.lang.Thread.run(Unknown Source)
    2011-10-30 20:07:01 [INFO] /173.255.235.251:34988 lost connection
    2011-10-30 20:10:01 [INFO] /50.23.30.168:38773 lost connection
    2011-10-30 20:10:34 [INFO] Do not alter structures that do not belong to you or are not part of a specified PVP arena.
    2011-10-30 20:10:34 [INFO] Observe the rules of the server which are can be accessed through the /rules command.
    2011-10-30 20:10:34 [INFO] If you need help and there is a moderator or staff member online, use the /helpop command.
    2011-10-30 20:11:33 [INFO] [LogBlock] Waiting for consumer ...
    2011-10-30 20:11:33 [INFO] [LogBlock] Remaining queue size: 1
    2011-10-30 20:11:33 [INFO] [LogBlock] Remaining tries: 10
    2011-10-30 20:11:33 [INFO] LogBlock disabled.
    2011-10-30 20:11:33 [INFO] [LogBlock] Permissions plugin not found. Using Bukkit Permissions.
    2011-10-30 20:11:33 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    2011-10-30 20:11:33 [SEVERE] Error occurred while enabling LogBlock v1.32 (Is it up to date?): The permission logblock.tools.toolblock is already defined!
    java.lang.IllegalArgumentException: The permission logblock.tools.toolblock is already defined!
    	at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:424)
    	at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:212)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    	at de.nofear13.craftbukkituptodate.CraftBukkitUpToDateJPanel$ReloadButton.actionPerformed(CraftBukkitUpToDateJPanel.java:87)
    	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    	at java.awt.Component.processMouseEvent(Unknown Source)
    	at javax.swing.JComponent.processMouseEvent(Unknown Source)
    	at java.awt.Component.processEvent(Unknown Source)
    	at java.awt.Container.processEvent(Unknown Source)
    	at java.awt.Component.dispatchEventImpl(Unknown Source)
    	at java.awt.Container.dispatchEventImpl(Unknown Source)
    	at java.awt.Component.dispatchEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    	at java.awt.Container.dispatchEventImpl(Unknown Source)
    	at java.awt.Window.dispatchEventImpl(Unknown Source)
    	at java.awt.Component.dispatchEvent(Unknown Source)
    	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    	at java.awt.EventQueue.access$000(Unknown Source)
    	at java.awt.EventQueue$1.run(Unknown Source)
    	at java.awt.EventQueue$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    	at java.awt.EventQueue$2.run(Unknown Source)
    	at java.awt.EventQueue$2.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    	at java.awt.EventQueue.dispatchEvent(Unknown Source)
    	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    	at java.awt.EventDispatchThread.run(Unknown Source)
    2011-10-30 20:11:40 [SEVERE] java.lang.NullPointerException
    2011-10-30 20:11:40 [SEVERE] 	at de.diddiz.LogBlock.QueryParams.getTable(QueryParams.java:109)
    2011-10-30 20:11:40 [SEVERE] 	at de.diddiz.LogBlock.QueryParams.getQuery(QueryParams.java:103)
    2011-10-30 20:11:40 [SEVERE] 	at de.diddiz.LogBlock.CommandsHandler$CommandLookup.run(CommandsHandler.java:424)
    2011-10-30 20:11:40 [SEVERE] 	at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-10-30 20:11:40 [SEVERE] 	at java.lang.Thread.run(Unknown Source)
    I was trying /lb me and fiddlign with /lb lookup wasasquatch

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

    Hempa

    I get this in console
    Code:
    2011-10-31 11:18:06 [SEVERE] [LogBlock Consumer] SQL exception on UPDATE `lb-players` SET lastlogin = FROM_UNIXTIME(1320056281), firstlogin = IF(firstlogin = 0, FROM_UNIXTIME(1320056281), firstlogin), ip = '/95.155.198.35:53936' WHERE playerid = 1;:
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'lastlogin' in 'field list'
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
     at java.lang.reflect.Constructor.newInstance(Unknown Source)
     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
     at com.mysql.jdbc.Util.getInstance(Util.java:382)
     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
     at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:779)
     at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622)
     at de.diddiz.LogBlock.Consumer.run(Consumer.java:278)
     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
     at java.lang.Thread.run(Unknown Source)
     
  16. Offline

    paunk

    Annoying error

    31.10 06:52:33 [Server] INFO LogBlock disabled.

    My server hosted in a company, and i just uploaded the whole server files. its exactly the same.

    MySQL is working. Tried to run at home, perfect.

    But it wont work on the hosting for some reason, can u help me ?

    Tried /reload, showed this

    31.10 07:00:15 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    31.10 07:00:15 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    31.10 07:00:15 [Server] INFO at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    31.10 07:00:15 [Server] INFO at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    31.10 07:00:15 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    31.10 07:00:15 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    31.10 07:00:15 [Server] INFO at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    31.10 07:00:15 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    31.10 07:00:15 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    31.10 07:00:15 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    31.10 07:00:15 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
    31.10 07:00:15 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    31.10 07:00:15 [Server] INFO at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    31.10 07:00:15 [Server] INFO at org.bukkit.Bukkit.reload(Bukkit.java:182)
    31.10 07:00:15 [Server] INFO at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:413)
    31.10 07:00:15 [Server] INFO at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    31.10 07:00:15 [Server] INFO at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    31.10 07:00:15 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    31.10 07:00:15 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    31.10 07:00:15 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    31.10 07:00:15 [Server] INFO at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:132)
    31.10 07:00:15 [Server] INFO at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:296)
    31.10 07:00:15 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:978)
    31.10 07:00:15 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:176)
    31.10 07:00:15 [Server] INFO at de.diddiz.LogBlock.LogBlock.onDisable(LogBlock.java:258)
    31.10 07:00:15 [Server] INFO java.lang.NullPointerException
    31.10 07:00:15 [Server] SEVERE Error occurred while disabling LogBlock v1.32 (Is it up to date?): null
     
  17. Offline

    natyo

    Thats the thing Nothing happens when i do the command and i have it installed correctly. Any ideas?
     
  18. Offline

    DiddiZ

    Restart your server, reload messed up LB.
    Set version in config to '1.30' and restart.
    Look for the stack trace in server.log.
    I mean at server start.
     
  19. My consol is spammed by this:

    [​IMG]
     
  20. Offline

    DiddiZ

  21. Offline

    Pwnagedude10

    I'm following what the video says and he says don't put in a password, but when I don't it says stuff like access denied and stuff so how do i figure out my password?
     
  22. Offline

    DiddiZ

    You should have set it, or got it from your hoster. Depends on your MySQL server.
     
  23. Offline

    tedmazer

    So ive got SQL working on my other pc this pc's addresse is 192.168.2.5 my other pc's is 192.168.2.6 how do I set up the config so it accesses Minecraft on my other computer? do i just type the IPV4 For my MSQL server comp? I tried that it couldent connect fyi Im using SQLbuddy
     
  24. Offline

    Pwnagedude10

    Well no I didn't get to set and I can't find it anywhere I'm using the instructions with the youtube video


    ...and the video says no password

    It actually states "There was a problem with logging you in"

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

    DiddiZ

    You also need to enable remote access on the MySQL server. Set bind-address to the ip of your mc server to allow it to connect.
    Full error log pls
    http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html
     
  26. Offline

    Imm0rt41

    add an option to the paramaters to log everything the person has done, because i want to see everything someone did when i do a non-specifc lookup, including chat, block-breaks, joins, and commands
     
  27. Offline

    CYBERFR34K

    Im getting this, can someone please help me?
    2011-11-01 20:54:58 [WARNING] [LogBlock] NPE in commandshandler: java.lang.NullPointerException at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.permission(NijikoPermissionsProxy.java:180) at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.has(NijikoPermissionsProxy.java:163) at de.diddiz.LogBlock.LogBlock.hasPermission(LogBlock.java:289) at de.diddiz.LogBlock.CommandsHandler.onCommand(CommandsHandler.java:225) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715) at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92) at net.minecraft.server.NetworkListenThread.a(SourceFile:108) at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  28. Offline

    DiddiZ

    Not that easy, as these informations are stored in different tables.
    Looks like a groupmanager issue
     
  29. Offline

    Massimo1993

    @DiddiZ

    sry but jenkins is off and when you presume to relase a new version of LogBlock or when you relase the Guardian
     
  30. Offline

    Imm0rt41

    then how do i find all the info of someone at once
     
  31. Offline

    DiddiZ

    /lb writelogfile player diddiz since 1d all (all blockchanges and chest accesses)
    /lb writelogfile player diddiz since 1d chat
    For joins there is no command atm.
    Restarted server, jenkins is running again. LogBlock most likely next days. Guardian will still take a while.
     

Share This Page