Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.84 KB | None | 0 0
  1. ------------------------------------
  2. 2011-09-02 21:32:43 [SEVERE] [BBROTHER] Your database settings are probably incorrect:
  3. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  4.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  5.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  6.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  7.     at java.lang.reflect.Constructor.newInstance(Unknown Source)
  8.     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  9.     at com.mysql.jdbc.Util.getInstance(Util.java:382)
  10.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  11.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  12.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  13.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  14.     at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2239)
  15.     at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2168)
  16.     at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  17.     at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  18.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  19.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  20.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  21.     at java.lang.reflect.Constructor.newInstance(Unknown Source)
  22.     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  23.     at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  24.     at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  25.     at java.sql.DriverManager.getConnection(Unknown Source)
  26.     at java.sql.DriverManager.getConnection(Unknown Source)
  27.     at me.taylorkelly.bigbrother.datasource.ConnectionService.getConnection(ConnectionService.java:75)
  28.     at me.taylorkelly.bigbrother.datasource.JDCConnectionDriver.connect(JDCConnectionDriver.java:42)
  29.     at java.sql.DriverManager.getConnection(Unknown Source)
  30.     at java.sql.DriverManager.getConnection(Unknown Source)
  31.     at me.taylorkelly.bigbrother.datasource.BBDB.reconnect(BBDB.java:193)
  32.     at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:126)
  33.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
  34.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
  35.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
  36.     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
  37.     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
  38.     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
  39.     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
  40.     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
  41.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
  42.     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  43. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  44.  
  45. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  46.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  47.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  48.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  49.     at java.lang.reflect.Constructor.newInstance(Unknown Source)
  50.     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  51.     at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  52.     at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
  53.     at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
  54.     at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2186)
  55.     ... 28 more
  56. Caused by: java.net.ConnectException: Connection refused: connect
  57.     at java.net.PlainSocketImpl.socketConnect(Native Method)
  58.     at java.net.PlainSocketImpl.doConnect(Unknown Source)
  59.     at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
  60.     at java.net.PlainSocketImpl.connect(Unknown Source)
  61.     at java.net.SocksSocketImpl.connect(Unknown Source)
  62.     at java.net.Socket.connect(Unknown Source)
  63.     at java.net.Socket.connect(Unknown Source)
  64.     at java.net.Socket.<init>(Unknown Source)
  65.     at java.net.Socket.<init>(Unknown Source)
  66.     at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
  67.     at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
  68.     ... 30 more
  69. 2011-09-02 21:32:43 [SEVERE] Error occurred while disabling BigBrother v1.11.0-SNAPSHOT (Is it up to date?): null
  70. java.lang.NullPointerException
  71.     at me.taylorkelly.bigbrother.datasource.BBDB.shutdown(BBDB.java:130)
  72.     at me.taylorkelly.bigbrother.BigBrother.onDisable(BigBrother.java:78)
  73.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
  74.     at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:899)
  75.     at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
  76.     at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:129)
  77.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
  78.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
  79.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
  80.     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
  81.     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
  82.     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
  83.     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
  84.     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
  85.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
  86.     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement