GlowstoneMC / Glowstone

A fast, customizable and compatible open source server for Minecraft: Java Edition
https://glowstone.net
Other
1.9k stars 273 forks source link

SLF4J Warning on startup #606

Closed aramperes closed 6 years ago

aramperes commented 6 years ago

Glowstone build: 89f3731 / 1407

I'm getting this warning during server startup. This happens right after the configs are created and before binding the server.

[WARNING] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[WARNING] SLF4J: Defaulting to no-operation (NOP) logger implementation
[WARNING] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
mastercoms commented 6 years ago

What's your JVM?

aramperes commented 6 years ago

Vendor is Oracle.

PS F:\Glowstone-4\target> java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)
aramperes commented 6 years ago

This issue is now resolved, but as mentioned here, this issue will be kept open until the Library Manager is rewritten and the fix properly implemented.

mastercoms commented 6 years ago

Closing in favor of #451.