Advertisement
Guest User

Untitled

a guest
Apr 12th, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. [15:05:22] [Server thread/ERROR]: Error occurred while enabling HoloAPI v1.2.0 (Is it up to date?)
  2. java.lang.OutOfMemoryError: Java heap space
  3. at java.util.Arrays.copyOf(Unknown Source) ~[?:1.7.0_51]
  4. at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source) ~[?:1.7.0_51]
  5. at java.lang.AbstractStringBuilder.ensureCapacityInternal(Unknown Source) ~[?:1.7.0_51]
  6. at java.lang.AbstractStringBuilder.append(Unknown Source) ~[?:1.7.0_51]
  7. at java.lang.StringBuilder.append(Unknown Source) ~[?:1.7.0_51]
  8. at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:48) ~[spigot.jar:git-Spigot-1377]
  9. at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot.jar:git-Spigot-1377]
  10. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[spigot.jar:git-Spigot-1377]
  11. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:149) ~[spigot.jar:git-Spigot-1377]
  12. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:204) ~[spigot.jar:git-Spigot-1377]
  13. at com.dsh105.holoapi.libs.dshutils.config.YAMLConfig.<init>(YAMLConfig.java:26) ~[?:?]
  14. at com.dsh105.holoapi.libs.dshutils.config.YAMLConfigManager.getNewConfig(YAMLConfigManager.java:30) ~[?:?]
  15. at com.dsh105.holoapi.libs.dshutils.config.YAMLConfigManager.getNewConfig(YAMLConfigManager.java:37) ~[?:?]
  16. at com.dsh105.holoapi.HoloAPI.loadConfiguration(HoloAPI.java:331) ~[?:?]
  17. at com.dsh105.holoapi.HoloAPI.onEnable(HoloAPI.java:186) ~[?:?]
  18. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[spigot.jar:git-Spigot-1377]
  19. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [spigot.jar:git-Spigot-1377]
  20. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-1377]
  21. at org.bukkit.craftbukkit.v1_7_R2.CraftServer.loadPlugin(CraftServer.java:462) [spigot.jar:git-Spigot-1377]
  22. at org.bukkit.craftbukkit.v1_7_R2.CraftServer.enablePlugins(CraftServer.java:380) [spigot.jar:git-Spigot-1377]
  23. at net.minecraft.server.v1_7_R2.MinecraftServer.n(MinecraftServer.java:351) [spigot.jar:git-Spigot-1377]
  24. at net.minecraft.server.v1_7_R2.MinecraftServer.g(MinecraftServer.java:326) [spigot.jar:git-Spigot-1377]
  25. at net.minecraft.server.v1_7_R2.MinecraftServer.a(MinecraftServer.java:282) [spigot.jar:git-Spigot-1377]
  26. at net.minecraft.server.v1_7_R2.DedicatedServer.init(DedicatedServer.java:186) [spigot.jar:git-Spigot-1377]
  27. at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:440) [spigot.jar:git-Spigot-1377]
  28. at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [spigot.jar:git-Spigot-1377]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement