Advertisement
Guest User

Untitled

a guest
Aug 7th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. 20:22:54 [INFO] npcx : load settings (0.22) begun
  2. >
  3. 20:22:54 [INFO] jdbc:mysql://localhost:3306/npcx
  4. >
  5. 20:22:54 [INFO] npcx : initialising database connection
  6. >
  7. 20:22:54 [INFO] npcx : Checking for DB Updates from DBVersion:1
  8. >
  9. 20:22:54 [INFO] **********************************************
  10. >
  11. 20:22:54 [INFO] * Problem during update to version 1.01 *
  12. >
  13. 20:22:54 [INFO] * Do you have entries in merchant_entries? *
  14. >
  15. 20:22:54 [INFO] **********************************************
  16. >
  17. 20:22:54 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'npcx.merchant_entries' doesn't exist
  18. >
  19. 20:22:54 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  20. >
  21. 20:22:54 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  22. >
  23. 20:22:54 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  24. >
  25. 20:22:54 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
  26. 20:22:54 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
  27. >
  28. >
  29. 20:22:54 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:381)
  30. >
  31. 20:22:54 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)
  32. >
  33. 20:22:54 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
  34. >
  35. 20:22:54 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)
  36. >
  37. 20:22:54 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)
  38. 20:22:54 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)
  39. >
  40. >
  41. 20:22:54 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)
  42. >
  43. 20:22:54 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2536)
  44. >
  45. 20:22:54 [SEVERE] at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1564)
  46. >
  47. 20:22:54 [SEVERE] at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1485)
  48. >
  49. 20:22:54 [SEVERE] at net.gamerservices.npcx.myUniverse.updateDB(myUniverse.java:230)
  50. >
  51. 20:22:54 [SEVERE] at net.gamerservices.npcx.myUniverse.loadSetup(myUniverse.java:186)
  52. >
  53. 20:22:54 [SEVERE] at net.gamerservices.npcx.npcx.onEnable(npcx.java:536)
  54. >
  55. 20:22:54 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
  56. >
  57. 20:22:54 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
  58. >
  59. 20:22:54 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
  60. >
  61. 20:22:54 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
  62. >
  63. 20:22:54 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
  64. >
  65. 20:22:54 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
  66. >
  67. 20:22:54 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
  68. >
  69. 20:22:54 [SEVERE] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
  70. >
  71. 20:22:54 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
  72. >
  73. 20:22:54 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
  74. >
  75. 20:22:54 [INFO] **********************************************
  76. >
  77. 20:22:54 [INFO] * Your DB is currently out of sync with your *
  78. >
  79. 20:22:54 [INFO] * version of NPCX *
  80. >
  81. 20:22:54 [INFO] **********************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement