Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. Error occurred while enabling Factions v2.14.0 (Is it up to date?)
  2. java.lang.RuntimeException: Failed to create a flatfile system pusher.
  3. at com.massivecraft.massivecore.store.DriverFlatfile.getPusher(DriverFlatfile.java:270) ~[?:?]
  4. at com.massivecraft.massivecore.store.DbAbstract.getPusher(DbAbstract.java:87) ~[?:?]
  5. at com.massivecraft.massivecore.store.Coll.getPusher(Coll.java:110) ~[?:?]
  6. at com.massivecraft.massivecore.store.Coll.setActive(Coll.java:947) ~[?:?]
  7. at com.massivecraft.massivecore.store.Coll.setActive(Coll.java:989) ~[?:?]
  8. at com.massivecraft.massivecore.MassivePlugin.activateOne(MassivePlugin.java:247) ~[?:?]
  9. at com.massivecraft.massivecore.MassivePlugin.activateOne(MassivePlugin.java:226) ~[?:?]
  10. at com.massivecraft.massivecore.MassivePlugin.activateOne(MassivePlugin.java:226) ~[?:?]
  11. at com.massivecraft.massivecore.MassivePlugin.activateOne(MassivePlugin.java:235) ~[?:?]
  12. at com.massivecraft.massivecore.MassivePlugin.activate(MassivePlugin.java:211) ~[?:?]
  13. at com.massivecraft.massivecore.MassivePlugin.activateAuto(MassivePlugin.java:324) ~[?:?]
  14. at com.massivecraft.factions.Factions.onEnableInner(Factions.java:80) ~[?:?]
  15. at com.massivecraft.massivecore.MassivePlugin.onEnable(MassivePlugin.java:82) ~[?:?]
  16. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[minecraft_server.jar:git-Spigot-db6de12-18fbb24]
  17. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
  18. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
  19. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
  20. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
  21. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
  22. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
  23. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
  24. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
  25. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
  26. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  27. Caused by: java.io.IOException: User limit of inotify instances reached or too many open files
  28. at sun.nio.fs.LinuxWatchService.<init>(LinuxWatchService.java:64) ~[?:1.8.0_191]
  29. at sun.nio.fs.LinuxFileSystem.newWatchService(LinuxFileSystem.java:47) ~[?:1.8.0_191]
  30. at com.massivecraft.massivecore.store.PusherCollFlatfile.<init>(PusherCollFlatfile.java:218) ~[?:?]
  31. at com.massivecraft.massivecore.store.DriverFlatfile.getPusher(DriverFlatfile.java:266) ~[?:?]
  32. ... 23 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement