There have been another report of this problem on stackoverflow.
All I can think of is that Jena 4.8.0 had an upgrade from Log4j 2.19 to
2.20 and the way URL are treated got pickier (the other report also havs
\ in JENA_HOME.
Andy
On 29/06/2023 09:27, Andy Seaborne wrote:
There's a small change to the bat scripts:
- set LOGGING=file:%JENA_HOME%/log4j2.properties
+ set LOGGING=%JENA_HOME%/log4j2.properties
which seems to help but which I can't reliably tests, not being a
windows user.
Could someone please check this change doesn't break some other pattern
of use?
Andy
PR
https://github.com/apache/jena/pull/1916/
from issue
https://github.com/apache/jena/issues/1911
Lots of files change because is in the template and the bat files are
regenerated.