larisa1995 commented on issue #1911: URL: https://github.com/apache/jena/issues/1911#issuecomment-1602140793
Dear @rvesse Please see below the changed bat (forward slash changed to backward one) file, the output and a screenshot of directory to answer your third question. --------------------------------------------------------- @echo off @rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 if "%JENAROOT%" == "" goto :rootNotSet set JENA_HOME=%JENAROOT% :rootNotSet if NOT "%JENA_HOME%" == "" goto :okHome echo JENA_HOME not set exit /B :okHome set JENA_CP=%JENA_HOME%\lib\*; set LOGGING=file:%JENA_HOME%\log4j2.properties echo %LOGGING% @rem JVM_ARGS comes from the environment. java %JVM_ARGS% -Dlog4j.configurationFile="%LOGGING%" -cp "%JENA_CP%" arq.sparql %* exit /B -------------------------------------------------------------------------------------- PS C:\jena> bat\sparql.bat --version file:C:\jena\log4j2.properties ERROR StatusLogger Reconfiguration failed: No configuration found for '2a139a55' at 'null' in 'null' Jena: VERSION: 4.8.0 Jena: BUILD_DATE: 2023-04-20T08:38:51Z -------------------------------------------------- <img width="566" alt="image" src="https://github.com/apache/jena/assets/41237767/83f6b368-e134-4464-9bcc-c6c0835b919b"> -- 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]
