Unacceptable Character Error

Discussion in 'Bukkit Help' started by AwesomeGaming, Jan 25, 2012.

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

    AwesomeGaming

    Hi, I have the error where this comes up and then my server isn't working.
    Code:
    16:26:48 [SEVERE] com.google.common.collect.ComputationException: unacceptable character '' (0x0) special characters are not allowed
    in "<reader>", position 0
    16:26:48 [SEVERE]    at com.google.common.collect.ComputingConcurrentHashMap$ComputingMapAdapter.get(ComputingConcurrentHashMap.java:397)
    16:26:48 [SEVERE]    at com.earth2me.essentials.UserMap$1.run(UserMap.java:44)
    16:26:48 [SEVERE]    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    16:26:48 [SEVERE]    at java.lang.Thread.run(Unknown Source)
    16:26:48 [SEVERE] Caused by: unacceptable character '' (0x0) special characters are not allowed
    in "<reader>", position 0
    16:26:48 [SEVERE]    at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:98)
    16:26:48 [SEVERE]    at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:191)
    16:26:48 [SEVERE]    at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:63)
    16:26:48 [SEVERE]    at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    16:26:48 [SEVERE]    at org.bukkit.util.config.Configuration.load(Configuration.java:90)
    16:26:48 [SEVERE]    at com.earth2me.essentials.EssentialsConf.load(EssentialsConf.java:71)
    16:26:48 [SEVERE]    at com.earth2me.essentials.UserData.reloadConfig(UserData.java:36)
    16:26:48 [SEVERE]    at com.earth2me.essentials.UserData.<init>(UserData.java:31)
    16:26:48 [SEVERE]    at com.earth2me.essentials.User.<init>(User.java:26)
    16:26:48 [SEVERE]    at com.earth2me.essentials.UserMap.apply(UserMap.java:79)
    16:26:48 [SEVERE]    at com.earth2me.essentials.UserMap.apply(UserMap.java:12)
    16:26:48 [SEVERE]    at com.google.common.collect.ComputingConcurrentHashMap$ComputingValueReference.compute(ComputingConcurrentHashMap.java:355)
    16:26:48 [SEVERE]    at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingConcurrentHashMap.java:184)
    16:26:48 [SEVERE]    at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.getOrCompute(ComputingConcurrentHashMap.java:153)
    16:26:48 [SEVERE]    at com.google.common.collect.ComputingConcurrentHashMap.getOrCompute(ComputingConcurrentHashMap.java:69)
    16:26:48 [SEVERE]    at com.google.common.collect.ComputingConcurrentHashMap$ComputingMapAdapter.get(ComputingConcurrentHashMap.java:393)
    16:26:48 [SEVERE]    ... 3 more
    (I had to remove the character because it wouldn't paste otherwise. It was a square.)
     
  2. Offline

    Yudaz

    Probably a tab or unneeded jump somewhere in the configuiration of that plugin...
     
Thread Status:
Not open for further replies.

Share This Page