Post your settings please. Chances are, you are using: cas.serviceRegistry.stream.hazelcast.cluster.instanceName=blah
where it should be: cas.serviceRegistry.stream.hazelcast.config.cluster.instanceName=blah Key being, quite literally, “cas.serviceRegistry.stream.hazelcast.config” as the starting prefix which you pasted below. > On Jul 31, 2019, at 11:53 PM, 'Mallory, Erik' via CAS Community > <[email protected]> wrote: > > Hello, > I have CAS-6.1-RC4 installed and it mostly works. I’ve noticed that some of > the configuration properties don’t work and are “left unbound”. for example, > trying to configure hazelcast for service definition replication, I up date > the dependency section in build.gradle, and rebuild the cas.war file then I > add the config properties from > https://apereo.github.io/cas/development/configuration/Configuration-Properties-Common.html#hazelcast-configuration > > <https://apereo.github.io/cas/development/configuration/Configuration-Properties-Common.html#hazelcast-configuration> > Using the key cas.serviceRegistry.stream.hazelcast.config. > I replace the cas.war file and restart. > > I get the following errors. > Origin: "cas.serviceRegistry.stream.hazelcast.cluster.backupCount" from > property source "bootstrapProperties" > Reason: The elements > [cas.serviceregistry.stream.hazelcast.cluster.backupcount,cas.serviceregistry.stream.hazelcast.cluster.evictionpolicy,cas.serviceregistry.stream.hazelcast.cluster.instancename,cas.serviceregistry.stream.hazelcast.cluster.loggingtype,cas.serviceregistry.stream.hazelcast.cluster.maxheapsizepercentage,cas.serviceregistry.stream.hazelcast.cluster.maxnoheartbeatseconds,cas.serviceregistry.stream.hazelcast.cluster.members,cas.serviceregistry.stream.hazelcast.cluster.port,cas.serviceregistry.stream.hazelcast.cluster.portautoincrement,cas.serviceregistry.stream.hazelcast.maxsizepolicy] > were left unbound. > Property: cas.serviceregistry.stream.hazelcast.cluster.evictionpolicy > Value: LRU > Origin: "cas.serviceRegistry.stream.hazelcast.cluster.evictionPolicy" > from property source "bootstrapProperties" > Reason: The elements > [cas.serviceregistry.stream.hazelcast.cluster.backupcount,cas.serviceregistry.stream.hazelcast.cluster.evictionpolicy,cas.serviceregistry.stream.hazelcast.cluster.instancename,cas.serviceregistry.stream.hazelcast.cluster.loggingtype,cas.serviceregistry.stream.hazelcast.cluster.maxheapsizepercentage,cas.serviceregistry.stream.hazelcast.cluster.maxnoheartbeatseconds,cas.serviceregistry.stream.hazelcast.cluster.members,cas.serviceregistry.stream.hazelcast.cluster.port,cas.serviceregistry.stream.hazelcast.cluster.portautoincrement,cas.serviceregistry.stream.hazelcast.maxsizepolicy] > were left unbound. > Property: cas.serviceregistry.stream.hazelcast.cluster.instancename > Value: cas-dev-svcs > Origin: "cas.serviceRegistry.stream.hazelcast.cluster.instanceName" from > property source "bootstrapProperties" > Reason: The elements > [cas.serviceregistry.stream.hazelcast.cluster.backupcount,cas.serviceregistry.stream.hazelcast.cluster.evictionpolicy,cas.serviceregistry.stream.hazelcast.cluster.instancename,cas.serviceregistry.stream.hazelcast.cluster.loggingtype,cas.serviceregistry.stream.hazelcast.cluster.maxheapsizepercentage,cas.serviceregistry.stream.hazelcast.cluster.maxnoheartbeatseconds,cas.serviceregistry.stream.hazelcast.cluster.members,cas.serviceregistry.stream.hazelcast.cluster.port,cas.serviceregistry.stream.hazelcast.cluster.portautoincrement,cas.serviceregistry.stream.hazelcast.maxsizepolicy] > were left unbound. > Property: cas.serviceregistry.stream.hazelcast.cluster.loggingtype > Value: slf4j > > I get similar errors when attempting to configure oauth or oidc. > I figure this is something that is still under development. Or I missed > something. Either way any information that can be provided would be apricated. > > Thanks, > Erik Mallory > Server Analyst > Wichita State University > > -- > - Website: https://apereo.github.io/cas <https://apereo.github.io/cas> > - Gitter Chatroom: https://gitter.im/apereo/cas <https://gitter.im/apereo/cas> > - List Guidelines: https://goo.gl/1VRrw7 <https://goo.gl/1VRrw7> > - Contributions: https://goo.gl/mh7qDG <https://goo.gl/mh7qDG> > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/4F3C07B0-D4CC-40C7-90BD-44DA77024C99%40wichita.edu > > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/4F3C07B0-D4CC-40C7-90BD-44DA77024C99%40wichita.edu?utm_medium=email&utm_source=footer>. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/9A1B9BD4-E7FE-4D19-B421-9E8370AEFDF0%40gmail.com.
