larisa1995 commented on issue #1911: URL: https://github.com/apache/jena/issues/1911#issuecomment-1596089665
Dear @afs Please see the changed sparql.bat code and the command line output below. I hope this fits your request. `@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` C:\apache-jena-4.8.0>sparql.bat --version file:C:\apache-jena-4.8.0/log4j2.properties ERROR StatusLogger Reconfiguration failed: No configuration found for '5b37e0d2' at 'null' in 'null' Jena: VERSION: 4.8.0 Jena: BUILD_DATE: 2023-04-20T08:38:51Z -- 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]
