Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Fuseki 1.0.0
-
None
Description
On two different machines I run into a problem after upgrading from a Fuseki snapshot (June 28) to 1.0.0: Starting via "./fuseki start", I get:
log4j:WARN No appenders could be found for logger (org.apache.jena.riot.stream.JenaIOEnvironment).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Strange thing is: When I define the before non-existing env variable JAVA_OPTIONS, omitting " -Dlog4j.configuration=log4j.properties", all works fine.