Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-1230

Logger Error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • None
    • None

      I have set up a custom logger, but it is not working:

      java.lang.NullPointerException
      java.lang.NullPointerException
      	at java.util.concurrent.ConcurrentHashMap.hash(ConcurrentHashMap.java:333) ~[?:1.7.0-u45-unofficial]
      	at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:988) ~[?:1.7.0-u45-unofficial]
      	at org.bukkit.craftbukkit.v1_8_R3.util.ForwardLogHandler.getLogger(ForwardLogHandler.java:16) ~[spigot-1.8.8.jar:git-Spigot-5f38d38-efd6cb0]
      	at org.bukkit.craftbukkit.v1_8_R3.util.ForwardLogHandler.publish(ForwardLogHandler.java:27) [spigot-1.8.8.jar:git-Spigot-5f38d38-efd6cb0]
      	at java.util.logging.Logger.log(Logger.java:610) [?:1.7.0-u45-unofficial]
      	at java.util.logging.Logger.doLog(Logger.java:631) [?:1.7.0-u45-unofficial]
      	at java.util.logging.Logger.logp(Logger.java:747) [?:1.7.0-u45-unofficial]
      

      I have created it using

      Logger.getAnonymousLogger()

      .

            Unassigned Unassigned
            JoJoDeveloping Johannes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: