You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of the GeoTrellis 3.7 upgrade in #110, we're seeing this behavior when running the geoprocessing service via scripts/server, and then running scripts/test in another tab:
api[ERROR] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
api[ERROR] SLF4J: Defaulting to no-operation (NOP) logger implementation
api[ERROR] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
api[ERROR] log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies).
api[ERROR] log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies).
api[ERROR] log4j:WARN Please initialize the log4j system properly.
api[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
api[ERROR] log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies).
api[ERROR] log4j:WARN Please initialize the log4j system properly.
api[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
api[ERROR] log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies).
api[ERROR] log4j:WARN Please initialize the log4j system properly.
api[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
api[ERROR] log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies).
api[ERROR] log4j:WARN Please initialize the log4j system properly.
api[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
api[ERROR] log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies).
api[ERROR] log4j:WARN Please initialize the log4j system properly.
api[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
api[ERROR] log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies).
api[ERROR] log4j:WARN Please initialize the log4j system properly.
api[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
api[ERROR] log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies).
api[ERROR] log4j:WARN Please initialize the log4j system properly.
api[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
api[ERROR] log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies).
api[ERROR] log4j:WARN Please initialize the log4j system properly.
api[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
api[ERROR] log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies).
api[ERROR] log4j:WARN Please initialize the log4j system properly.
api[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
api[ERROR] log4j:WARN Please initialize the log4j system properly.
api[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Fix the log4j configuration to address these messages.
The text was updated successfully, but these errors were encountered:
As of the GeoTrellis 3.7 upgrade in #110, we're seeing this behavior when running the geoprocessing service via
scripts/server
, and then runningscripts/test
in another tab:Fix the log4j configuration to address these messages.
The text was updated successfully, but these errors were encountered: