Hey I pulled the latest Sponge vanilla repo today (My old one was horribly outdated so i’m not sure when this error has started) and have been getting Appender Console Null pointers.
The errors are here : http://pastebin.com/szBmZA58
The output prints to log files fine (Excluding the errors)
I was wondering if anyone knew the fix for this?
Thanks
Chris Mack
@ChrisMack
I would suggest using SpongeForge, SpongeVanilla is considerably less stable.
gabizou
January 12, 2016, 10:38pm
3
Could you provide the full server log?
That doesn’t help us fix bugs with SpongeVanilla to make it more stable…
4 Likes
Sure thing.
Here is the Log file : http://pastebin.com/gN3T7Nir
Here is the console log : http://pastebin.com/NkYPAWGy
@ChrisMack Thank you for your report! I’ve opened an issue on the SpongeVanilla repo for this and will look into a fix soon:
opened 11:54AM - 13 Jan 16 UTC
closed 12:17PM - 13 Jan 16 UTC
status: accepted
type: bug
From: https://forums.spongepowered.org/t/server-error-no-console-output-in-eclip… se/10763?u=minecrell
There seems to be a problem in Eclipse that causes the terminal console appender to format the logging lines properly:
```
2016-01-12 23:02:34,567 ERROR An exception occurred processing Appender MinecraftConsole java.lang.NullPointerException
at org.spongepowered.server.launch.console.TerminalConsoleAppender.formatEvent(TerminalConsoleAppender.java:175)
at org.spongepowered.server.launch.console.TerminalConsoleAppender.append(TerminalConsoleAppender.java:170)
at org.apache.logging.log4j.core.config.AppenderControl.callAppender(AppenderControl.java:99)
at org.apache.logging.log4j.core.config.LoggerConfig.callAppenders(LoggerConfig.java:425)
at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:406)
at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:367)
at org.apache.logging.log4j.core.Logger.log(Logger.java:110)
at org.apache.logging.log4j.spi.AbstractLogger.info(AbstractLogger.java:1011)
at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:166)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at java.lang.Thread.run(Thread.java:745)
```
Possibly related to https://github.com/SpongePowered/SpongeVanilla/commit/66604564dc41fdf6ff47e2a8c88d5e2791870af5
@ChrisMack
I would suggest using SpongeForge, SpongeVanilla is considerably less stable.
SpongeVanilla is pretty stable already, pretty much the only thing it is less stable in are rare cases like this one that don’t get noticed as fast as on SpongeForge because there are less people currently using (and testing!) SpongeVanilla. However, there is no need to suggest against using SpongeVanilla if no Forge mods are needed.
1 Like
@ChrisMack Should be fixed in the latest build, would you mind pulling from GitHub and trying the new version?
For reference:
committed 12:17PM - 13 Jan 16 UTC
1 Like
@Minecrell Yeah that seems to have solved it thank you
1 Like