Advertisement
Guest User

Untitled

a guest
Jan 11th, 2017
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. [23:29:27 INFO]: [CommunityBridge] Enabling CommunityBridge v2.5.2.519
  2. [23:29:28 INFO]: [CommunityBridge] SHOW TABLES LIKE 'mybb_users'
  3. [23:29:28 INFO]: [CommunityBridge] SHOW COLUMNS FROM `mybb_users` LIKE 'uid'
  4. [23:29:28 INFO]: [CommunityBridge] SHOW COLUMNS FROM `mybb_users` LIKE 'username'
  5. [23:29:28 INFO]: [CommunityBridge] Detected locale: en
  6. [23:29:28 WARN]: [CommunityBridge] The achievements.yml file is empty.
  7. [23:29:28 INFO]: [CommunityBridge] Log level : all
  8. [23:29:28 INFO]: [CommunityBridge] Plugin metrics enabled : true
  9. [23:29:28 INFO]: [CommunityBridge] Use achievements : false
  10. [23:29:28 INFO]: [CommunityBridge] Permissions system : PEX
  11. [23:29:28 INFO]: [CommunityBridge] Economy enabled : false
  12. [23:29:28 INFO]: [CommunityBridge] Autosync : true
  13. [23:29:28 INFO]: [CommunityBridge] Autosync every : 20 minutes
  14. [23:29:28 INFO]: [CommunityBridge] Synchronize during join event : true
  15. [23:29:28 INFO]: [CommunityBridge] Synchronize during quit event : true
  16. [23:29:28 INFO]: [CommunityBridge] Application url : http://www.example.org/
  17. [23:29:28 INFO]: [CommunityBridge] Date Format : yyyy-MM-dd hh:mm:ss a
  18. [23:29:28 INFO]: [CommunityBridge] Database hostname : localhost
  19. [23:29:28 INFO]: [CommunityBridge] Database port : 3306
  20. [23:29:28 INFO]: [CommunityBridge] Database name : mybb
  21. [23:29:28 INFO]: [CommunityBridge] Database username : root
  22. [23:29:28 INFO]: [CommunityBridge] Linking method : both
  23. [23:29:28 INFO]: [CommunityBridge] Linking auto reminder : true
  24. [23:29:28 INFO]: [CommunityBridge] Linking auto reminder every : 10 minutes
  25. [23:29:28 INFO]: [CommunityBridge] Linking notify registered : true
  26. [23:29:28 INFO]: [CommunityBridge] Linking notify unregistered : true
  27. [23:29:28 INFO]: [CommunityBridge] Linking kick unregistered : false
  28. [23:29:28 INFO]: [CommunityBridge] Linking unregistered group :
  29. [23:29:28 INFO]: [CommunityBridge] Linking registered group :
  30. [23:29:28 INFO]: [CommunityBridge] Linking notify player of group : true
  31. [23:29:28 INFO]: [CommunityBridge] Linking reg former unregistered only : true
  32. [23:29:28 INFO]: [CommunityBridge] Linking unregister former registered : false
  33. [23:29:28 INFO]: [CommunityBridge] Linking uses key-value pair : false
  34. [23:29:28 INFO]: [CommunityBridge] Linking table name : mybb_users
  35. [23:29:28 INFO]: [CommunityBridge] Linking user ID column : uid
  36. [23:29:28 INFO]: [CommunityBridge] Linking identifier column : username
  37. [23:29:28 INFO]: [CommunityBridge] Avatars config enabled : false
  38. [23:29:28 INFO]: [CommunityBridge] Post count config enabled : false
  39. [23:29:28 INFO]: [CommunityBridge] Require avatars : false
  40. [23:29:28 INFO]: [CommunityBridge] Require minimum posts : false
  41. [23:29:28 INFO]: [CommunityBridge] Tracking statistics : false
  42. [23:29:28 INFO]: [CommunityBridge] Simple synchronization enabled : false
  43. [23:29:28 INFO]: [CommunityBridge] Ban synchronization enabled : false
  44. [23:29:28 ERROR]: Error occurred while enabling CommunityBridge v2.5.2.519 (Is it up to date?)
  45. java.lang.ArrayIndexOutOfBoundsException: 1
  46. at org.communitybridge.main.CommunityBridge.javaVersionCheck(CommunityBridge.java:393) ~[?:?]
  47. at org.communitybridge.main.CommunityBridge.onEnable(CommunityBridge.java:48) ~[?:?]
  48. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[PaperSpigot-1.7.10-R0.1-SNAPSHOT-b43.jar:git-PaperSpigot-43]
  49. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-b43.jar:git-PaperSpigot-43]
  50. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-b43.jar:git-PaperSpigot-43]
  51. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:477) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-b43.jar:git-PaperSpigot-43]
  52. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:395) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-b43.jar:git-PaperSpigot-43]
  53. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:354) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-b43.jar:git-PaperSpigot-43]
  54. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:328) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-b43.jar:git-PaperSpigot-43]
  55. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:284) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-b43.jar:git-PaperSpigot-43]
  56. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-b43.jar:git-PaperSpigot-43]
  57. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:493) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-b43.jar:git-PaperSpigot-43]
  58. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [PaperSpigot-1.7.10-R0.1-SNAPSHOT-b43.jar:git-PaperSpigot-43]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement