From: Krzysztof B. <kb...@un...> - 2020-02-27 21:27:18
|
Hi, W dniu 26.02.2020 o 16:52, D Baum pisze: > Hi! > > OK, if *you* don't know the dependency then it can't be that important > for unity. ;-) > > I can install with > rpm -ihv --force --nodeps unity-idm-3.2.0-1.noarch.rpm > > On first startup, I get an exception in the logs: > > eu.unicore.util.configuration.ConfigurationException: The value of > unityServer.core.credentials.1.credentialConfigurationFile (Credential > configuration file)= '/etc/unity-idm/samples/empty', must represent an > EXISTING and READABLE filesystem path. > > 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. > 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. Cheers, KB |