Advertisement
Sshadow

DP_Creation

Jan 20th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1.  
  2. 2013-01-20 02:00:33 [INFO] [DonationPoints] [DonationPoints] Establishing Database Connection...[MySQL] Connection established!
  3. 2013-01-20 02:00:33 [INFO] [DonationPoints] [DonationPoints] Etablishing Database Connection...
  4. 2013-01-20 02:00:33 [INFO] [DonationPoints] Making sure all data is correct.
  5. 2013-01-20 02:00:33 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'minecraf_dp.points_players' doesn't exist
  6. 2013-01-20 02:00:33 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  7. 2013-01-20 02:00:33 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  8. 2013-01-20 02:00:33 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  9. 2013-01-20 02:00:33 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  10. 2013-01-20 02:00:33 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  11. 2013-01-20 02:00:33 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:382)
  12. 2013-01-20 02:00:33 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
  13. 2013-01-20 02:00:33 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  14. 2013-01-20 02:00:33 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  15. 2013-01-20 02:00:33 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  16. 2013-01-20 02:00:33 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  17. 2013-01-20 02:00:33 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
  18. 2013-01-20 02:00:33 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
  19. 2013-01-20 02:00:33 [SEVERE] at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:779)
  20. 2013-01-20 02:00:33 [SEVERE] at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622)
  21. 2013-01-20 02:00:33 [SEVERE] at com.mistphizzle.donationpoints.sql.Database.modifyQuery(Database.java:82)
  22. 2013-01-20 02:00:33 [SEVERE] at com.mistphizzle.donationpoints.plugin.DBConnection.init(DBConnection.java:26)
  23. 2013-01-20 02:00:33 [SEVERE] at com.mistphizzle.donationpoints.plugin.DonationPoints.onEnable(DonationPoints.java:74)
  24. 2013-01-20 02:00:33 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  25. 2013-01-20 02:00:33 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
  26. 2013-01-20 02:00:33 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  27. 2013-01-20 02:00:33 [SEVERE] at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:322)
  28. 2013-01-20 02:00:33 [SEVERE] at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:304)
  29. 2013-01-20 02:00:33 [SEVERE] at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:326)
  30. 2013-01-20 02:00:33 [SEVERE] at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:305)
  31. 2013-01-20 02:00:33 [SEVERE] at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:264)
  32. 2013-01-20 02:00:33 [SEVERE] at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
  33. 2013-01-20 02:00:33 [SEVERE] at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:404)
  34. 2013-01-20 02:00:33 [SEVERE] at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  35. 2013-01-20 02:00:33 [INFO] [DonationPoints] Creating points_players table.
  36. 2013-01-20 02:00:33 [INFO] [DonationPoints] Creating points_transactions table
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement