From: D B. <ba...@aw...> - 2020-02-28 09:31:35
|
Hi! On 27/02/2020 22:27, Krzysztof Benedyczak wrote: >> Creating an empty file /etc/unity-idm/samples/empty solves the problem - >> so I'm guessing the rpm is missing this file and it should be included. > > Yeah, we don't ship samples in RPM, perhaps should be changed, as in > default config we in few places use this empty file from samples. At the risk of being philosophical: an empty file isn't much of an example, so you could also move the empty file to somewhere else (modules?) if you wanted to keep the samples folder out of the rpm. ;-) >> I'm also getting a warning about reflective access, which I'm going to >> ignore for now >> >> WARNING: An illegal reflective access operation has occurred >> WARNING: Illegal reflective access by >> org.codehaus.groovy.vmplugin.v7.Java7$1 >> (file:/usr/share/unity-idm/lib/groovy-2.5.6.jar) to constructor >> java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int) >> WARNING: Please consider reporting this to the maintainers of >> org.codehaus.groovy.vmplugin.v7.Java7$1 >> WARNING: Use --illegal-access=warn to enable warnings of further illegal >> reflective access operations >> WARNING: All illegal access operations will be denied in a future release > > That's known issue on Java 9+ with groovy - sorry we can't do anything > about it, besides crossing fingers that groovy guys fix it at some point. > > With Java 11 at least that's harmless. Thanks, that's good to know! D |