afs commented on issue #1911:
URL: https://github.com/apache/jena/issues/1911#issuecomment-1599619560

   What might be confusing log4j is the `file:` part in conjunction with the 
`C:` and `\`. 
   The documentation for log4j2 says that `log4j.configurationFile` takes 
either a URL, or a file name. `file:C:\` is a mixture.
   
   In which case removing the `file:` may help:
   
   `set LOGGING=file:%JENA_HOME%/log4j2.properties`
   to 
   `set LOGGING=%JENA_HOME%\log4j2.properties`
   
   or set JENA_HOME to /apache-jena-4.8.0 (no drive letter, assuming everything 
is on C:)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to