Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. [22:48:10 ERROR]: [com.songoda.ultimaterepairing.core.configuration.Config] Error saving config
  2. java.lang.StringIndexOutOfBoundsException: String index out of range: -1
  3. at java.lang.String.substring(Unknown Source) ~[?:1.8.0_201]
  4. at com.songoda.ultimaterepairing.core.configuration.ConfigSection.lambda$getValues$24(ConfigSection.java:329) ~[?:?]
  5. at java.util.stream.Collectors.lambda$toMap$58(Unknown Source) ~[?:1.8.0_201]
  6. at java.util.stream.ReduceOps$3ReducingSink.accept(Unknown Source) ~[?:1.8.0_201]
  7. at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[?:1.8.0_201]
  8. at java.util.Iterator.forEachRemaining(Unknown Source) ~[?:1.8.0_201]
  9. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_201]
  10. at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_201]
  11. at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_201]
  12. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_201]
  13. at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_201]
  14. at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_201]
  15. at com.songoda.ultimaterepairing.core.configuration.ConfigSection.getValues(ConfigSection.java:328) ~[?:?]
  16. at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSection.representData(YamlRepresenter.java:24) ~[patched_1.14.4.jar:git-Paper-233]
  17. at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:95) ~[patched_1.14.4.jar:git-Paper-233]
  18. at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:157) ~[patched_1.14.4.jar:git-Paper-233]
  19. at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:315) ~[patched_1.14.4.jar:git-Paper-233]
  20. at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:95) ~[patched_1.14.4.jar:git-Paper-233]
  21. at org.yaml.snakeyaml.representer.BaseRepresenter.represent(BaseRepresenter.java:65) ~[patched_1.14.4.jar:git-Paper-233]
  22. at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:306) ~[patched_1.14.4.jar:git-Paper-233]
  23. at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:270) ~[patched_1.14.4.jar:git-Paper-233]
  24. at org.yaml.snakeyaml.Yaml.dump(Yaml.java:245) ~[patched_1.14.4.jar:git-Paper-233]
  25. at com.songoda.ultimaterepairing.core.configuration.Config.saveToString(Config.java:540) ~[?:?]
  26. at com.songoda.ultimaterepairing.core.configuration.Config.save(Config.java:516) ~[?:?]
  27. at com.songoda.ultimaterepairing.core.configuration.Config.save(Config.java:503) ~[?:?]
  28. at com.songoda.ultimaterepairing.core.configuration.Config.saveChanges(Config.java:475) ~[?:?]
  29. at com.songoda.ultimaterepairing.core.configuration.Config$SaveTask.run(Config.java:646) ~[?:?]
  30. at java.util.TimerThread.mainLoop(Unknown Source) ~[?:1.8.0_201]
  31. at java.util.TimerThread.run(Unknown Source) ~[?:1.8.0_201]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement