Solved HELP HELP! 700 severe errors!

Discussion in 'Bukkit Help' started by niber, Jun 19, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    niber

    Please help me! I am getting this in the console:
    And it said something about chestshops too.


    2012-06-19 13:30:57 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:575)
    2012-06-19 13:30:57 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    2012-06-19 13:30:57 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    2012-06-19 13:30:57 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2012-06-19 13:30:57 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2012-06-19 13:30:57 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
    2012-06-19 13:30:57 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
    2012-06-19 13:30:57 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
    2012-06-19 13:30:57 [SEVERE] at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    2012-06-19 13:30:57 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    2012-06-19 13:30:57 [SEVERE] at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
    2012-06-19 13:30:57 [SEVERE] ... 776 more
     
  2. Offline

    Ne0nx3r0

    Look for the part that says "Caused by."

    That said it sounds like one of your config files has a tab or invalid character, or perhaps a plugin is having an issue loading/saving.
     
  3. Offline

    DT_Rush

    Has anything happened recently like server crashes or power loss?
     
  4. Offline

    niber

    No but the server is hosted by beastnode

    It said something about chestshops. and it did happen right after I finished editing the config.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  5. Offline

    Ne0nx3r0

    Seems you have an easy answer: fix your config file. :p

    Look at the recent changes you've made and check for tabs or missing quotes/etc. If you can't figure it out, move the config file and let the plugin generate a new one, then redo your changes.
     
  6. Offline

    DT_Rush

    If not already, you should use Notepad++
     
  7. Offline

    niber

    Whenever I try to mess with yml files I always screw up and something happens. I am hoping it wont happen this time!
     
  8. Offline

    Ne0nx3r0

    Mainly just check for tabs (instead of multiple spaces) and make sure you have a space after every variable colon :)).

    Stuff like that will mess with your config files.
     
Thread Status:
Not open for further replies.

Share This Page