Big Brother Error

Discussion in 'Bukkit Help' started by xSpartanCx, Jul 5, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    xSpartanCx

    hey i have this error that shows up when i start my server and big brother doesn't work at all event the help menu for it says command unrecognized type /bb help but that itself is still unrecognized i have my php server up so its not that here's the log

    Code:
    151 recipes
    16 achievements
    14:56:22 [INFO] Starting minecraft server version Beta 1.7.2
    14:56:22 [INFO] Loading properties
    14:56:22 [INFO] Starting Minecraft server on 192.168.1.2:50500
    14:56:22 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (M
    C: 1.7.2)
    14:56:22 [INFO] LWC     Loading shared objects
    14:56:22 [INFO] Cache   Protection cache: 0/10000
    14:56:22 [INFO] LWC     Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    14:56:22 [INFO] [Permissions] (Yeti) was initialized.
    14:56:22 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    14:56:22 [INFO] Preparing level "Archespore"
    14:56:22 [INFO] Preparing start region for level 0 (Seed: 1771975190)
    14:56:23 [INFO] Preparing start region for level 1 (Seed: 1771975190)
    14:56:23 [INFO] Preparing spawn area: 97%
    14:56:23 [INFO] [AutoSave] Loading config file
    14:56:23 [INFO] [AutoSave] Version 2.0.1 is enabled: 5c401c5b-616d-4501-9384-469460c22313
    14:56:23 [INFO] [AutoSave][Permission] Custom Permissions "Local Permissions" found: Loaded
    14:56:23 [INFO] [AutoSave][Permission] PermissionsEx not found.
    14:56:23 [INFO] [AutoSave][Permission] Permissions (Phoenix) hooked.
    14:56:23 [INFO] [AutoSave][Permission] Permissions (Phoenix) found: Loaded
    14:56:23 [INFO] Need to download 2 object(s)
    14:56:23 [INFO]  - Downloading file : http://stethoscopesmp.com/tkelly/lib/sqlite.jar
    14:56:23 [SEVERE] [BBROTHER] Could not download dependencies
    java.io.FileNotFoundException: http://stethoscopesmp.com/tkelly/lib/sqlite.jar
            at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
            at java.net.URL.openStream(Unknown Source)
            at me.taylorkelly.bigbrother.griefcraft.util.Updater.update(Updater.java:118)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:95)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    14:56:23 [SEVERE] [BBROTHER] Error getting a connection, disabling BigBrother...
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user ''@'localhost' to
    database 'minecraft'
            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.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 me.taylorkelly.bigbrother.datasource.ConnectionService.getConnection(ConnectionService.ja
    va:77)
            at me.taylorkelly.bigbrother.datasource.JDCConnectionDriver.connect(JDCConnectionDriver.java
    :41)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at me.taylorkelly.bigbrother.datasource.ConnectionManager.getConnection(ConnectionManager.ja
    va:20)
            at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:109)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    14:56:24 [SEVERE] [BBROTHER] Could not establish SQL connection. Disabling BigBrother
    14:56:24 [INFO] [ChopTree] Using Permissions.
    14:56:24 [INFO] ChopTree 1.23 enabled!
    14:56:24 [INFO] CraftBookCommon 37-a9b78b6 enabled.
    14:56:24 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissio
    ns.
    14:56:24 [INFO] CraftBookCircuits 37-a9b78b6 enabled.
    14:56:24 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permiss
    ions.
    14:56:24 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permiss
    ions.
    14:56:24 [INFO] CraftBook: Enumerating chunks for self-triggered components...
    14:56:24 [INFO] CraftBook: 1250 chunk(s) for 2 world(s) processed (0s elapsed)
    14:56:24 [INFO] CraftBookMechanisms 37-a9b78b6 enabled.
    14:56:24 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permi
    ssions.
    14:56:24 [INFO] 1 cauldron recipe(s) loaded
    14:56:24 [INFO] CraftBookVehicles 37-a9b78b6 enabled.
    14:56:24 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permissions plugin for permiss
    ions.
    14:56:24 [INFO] Loaded Essentials build 2.4.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, sno
    wleo, ceulemans and Xeology
    14:56:24 [INFO] [Essentials] Payment method found (iConomy version: 5)
    14:56:24 [INFO] Loaded EssentialsSpawn build 2.4.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor
    , snowleo, ceulemans and Xeology
    14:56:24 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    14:56:24 [INFO] [iChat] Found Permissions (v3.1.6)
    14:56:24 [INFO] iChat (v2.3.1) enabled
    14:56:24 [INFO] [iConomy] Default setup file written: Config.yml
    14:56:24 [INFO] [iConomy] Default setup file written: Template.yml
    14:56:24 [INFO] [iConomy] Logging is currently disabled.
    14:56:24 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    14:56:24 [INFO] [iConomy] Developed by: [Nijikokun]
    14:56:24 [INFO] [iConomy] hooked into Permissions.
    14:56:24 [INFO] LWC     Loaded 134 locale strings (0 overrides)
    14:56:24 [INFO] LWC     Using Permissions API...
    14:56:24 [INFO] LWC     Loading SQLite
    14:56:24 [INFO] SQLite  Using: Native
    14:56:24 [INFO] LWC     At version: v3.11
    14:56:24 [INFO] npcx : load settings (0.0.3) begun
    14:56:24 [INFO] jdbc:mysql://localhost:3306/npcx?autoReconnect=true
    14:56:24 [INFO] npcx : initialising database connection
    14:56:25 [INFO] npcx : loadsettings() ended
    14:56:25 [INFO] npcx : registering monitored events
    14:56:25 [INFO] npcx : Checking for DB Updates from DBVersion:1.10
    14:56:25 [INFO] npcx : loading player factions
    14:56:25 [INFO] npcx : Loaded 0 player factions.
    14:56:25 [INFO] npcx : Loaded 0 research.
    14:56:25 [INFO] npcx : loading zones
    14:56:25 [INFO] npcx : Loaded 0 zones with 0 zone_members.
    14:56:25 [INFO] npcx : loading Merchants
    14:56:25 [INFO] npcx : Loaded 0 Merchant with (0) entries.
    14:56:25 [INFO] npcx : loading factions
    14:56:25 [INFO] npcx : Loaded 0 factions.
    14:56:25 [INFO] npcx : loading faction entries
    14:56:25 [INFO] npcx : Loaded 0 faction entries.
    14:56:25 [INFO] npcx : loading pathgroups
    14:56:25 [INFO] npcx : Loaded 0 pathgroup.
    14:56:25 [INFO] npcx : loading loottables
    14:56:25 [INFO] npcx : Loaded 0 loottables.
    14:56:25 [INFO] npcx : loading spawngroups
    14:56:25 [INFO] npcx : Loaded 0 spawngroups.
    14:56:25 [INFO] npcx : loading players
    14:56:25 [INFO] npcx : Loaded 1 players.
    14:56:25 [INFO] npcx: Matching players
    14:56:25 [INFO] npcx version 0.0.3 enabled.
    14:56:25 [INFO] [npcx] hooked into iConomy.
    14:56:25 [INFO] [Permissions] SQL Interface enabled!
    14:56:25 [INFO] [Tables 0.4.1] Enabled
    14:56:25 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    14:56:25 [INFO] [Towny] Version: 0.71 - Mod Enabled
    14:56:25 [INFO] TreeAssist STARTED
    14:56:25 [INFO] WorldEdit 4.6 enabled.
    14:56:25 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    14:56:25 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    14:56:25 [INFO] WorldGuard: (Archespore) Single session is enforced.
    14:56:25 [INFO] WorldGuard: (Archespore) TNT ignition is PERMITTED.
    14:56:25 [INFO] WorldGuard: (Archespore) Lighters are PERMITTED.
    14:56:25 [INFO] WorldGuard: (Archespore) Lava fire is blocked.
    14:56:25 [INFO] WorldGuard: (Archespore) Fire spread is UNRESTRICTED.
    14:56:25 [INFO] WorldGuard: Loaded configuration for world 'Archespore"
    14:56:25 [INFO] WorldGuard: (Archespore_nether) Single session is enforced.
    14:56:25 [INFO] WorldGuard: (Archespore_nether) TNT ignition is PERMITTED.
    14:56:25 [INFO] WorldGuard: (Archespore_nether) Lighters are PERMITTED.
    14:56:25 [INFO] WorldGuard: (Archespore_nether) Lava fire is blocked.
    14:56:25 [INFO] WorldGuard: (Archespore_nether) Fire spread is UNRESTRICTED.
    14:56:25 [INFO] WorldGuard: Loaded configuration for world 'Archespore_nether"
    14:56:25 [INFO] WorldGuard: 8 regions loaded for 'Archespore'
    14:56:25 [INFO] WorldGuard 5.2.2 enabled.
    14:56:25 [INFO] Done (0.273s)! For help, type "help" or "?"
    >
     

    Attached Files:

    • bb.zip
      File size:
      150.3 KB
      Views:
      4
  2. Offline

    SneakyToe

    Please send us your BB configs.
     
  3. Offline

    xSpartanCx

    okay, i added them in a zip to the post
     
  4. Offline

    SneakyToe

    Did you change any of the settings?
     
  5. Offline

    Jeyge

    @xSpartanCx
    You are running a version of BigBrother from March. I would upgrade to the latest 1.9 version and see if that works better. I don't believe the new version even uses sqlite anymore.
     
Thread Status:
Not open for further replies.

Share This Page