Advertisement
Guest User

Untitled

a guest
May 16th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. [04:38:03] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'spacie' for key 'username'
  2. [04:38:03] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor72.newInstance(Unknown Source)
  3. [04:38:03] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  4. [04:38:03] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  5. [04:38:03] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  6. [04:38:03] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:382)
  7. [04:38:03] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
  8. [04:38:03] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  9. [04:38:03] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  10. [04:38:03] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  11. [04:38:03] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  12. [04:38:03] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  13. [04:38:03] [Server thread/WARN]: at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  14. [04:38:03] [Server thread/WARN]: at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1362)
  15. [04:38:03] [Server thread/WARN]: at org.melonbrew.fe.database.databases.SQLDB.saveAccount(SQLDB.java:262)
  16. [04:38:03] [Server thread/WARN]: at org.melonbrew.fe.database.Account.save(Account.java:89)
  17. [04:38:03] [Server thread/WARN]: at org.melonbrew.fe.database.Account.setMoney(Account.java:65)
  18. [04:38:03] [Server thread/WARN]: at org.melonbrew.fe.database.Database.createAndAddAccount(Database.java:128)
  19. [04:38:03] [Server thread/WARN]: at org.melonbrew.fe.database.Database.createAccount(Database.java:119)
  20. [04:38:03] [Server thread/WARN]: at org.melonbrew.fe.API.createAccount(API.java:72)
  21. [04:38:03] [Server thread/WARN]: at org.melonbrew.fe.listeners.FePlayerListener.onPlayerLogin(FePlayerListener.java:28)
  22. [04:38:03] [Server thread/WARN]: at sun.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
  23. [04:38:03] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. [04:38:03] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:606)
  25. [04:38:03] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292)
  26. [04:38:03] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  27. [04:38:03] [Server thread/WARN]: at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:47)
  28. [04:38:03] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  29. [04:38:03] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  30. [04:38:03] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.PlayerList.attemptLogin(PlayerList.java:400)
  31. [04:38:03] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.LoginListener.c(LoginListener.java:97)
  32. [04:38:03] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.LoginListener.a(LoginListener.java:43)
  33. [04:38:03] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:183)
  34. [04:38:03] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:81)
  35. [04:38:03] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713)
  36. [04:38:03] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283)
  37. [04:38:03] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576)
  38. [04:38:03] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482)
  39. [04:38:03] [Server thread/WARN]: at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement