Ray, I did as you suggested and went a step further and removed the .gradle repository in my home directory. gradle pulled down everything fresh for 6.3.4. No change in behavior. Thanks,
On Wed, 2021-07-14 at 20:00 +0000, Ray Bon wrote: > Erik, > > This may be the result of an old/conflicting library. See, > https://github.com/hazelcast/hazelcast/issues/17839 > If not done already, try running gradlew clean. > > Ray > > On Wed, 2021-07-14 at 19:28 +0000, 'Mallory, Erik' via CAS Community > wrote: > > Notice: This message was sent from outside the University of > > Victoria email system. Please be cautious with links and sensitive > > information. > > > > > > All, > > Thanks to Ray Bon for reminding me that TARGET was SAML 1.1 > > related. > > I checked my build.gradle and sure enough I had the saml.core > > commented > > out. I rebuilt and redeployed now cas will not start and fails with > > > > ERROR [org.springframework.boot.web.embedded.tomcat.TomcatStarter] > > - > > <Error starting Tomcat context. Exception: > > org.springframework.beans.factory.UnsatisfiedDependencyException. > > Message: Error creating bean with name > > 'sessionRepositoryFilterRegistration' defined in class path > > resource > > [org/springframework/boot/autoconfigure/session/SessionRepositoryFi > > lter > > Configuration.class]: Unsatisfied dependency expressed through > > method > > 'sessionRepositoryFilterRegistration' parameter 1; nested exception > > is > > org.springframework.beans.factory.BeanCreationException: Error > > creating > > bean with name > > 'org.springframework.session.hazelcast.config.annotation.web.http.H > > azel > > castHttpSessionConfiguration': Initialization of bean failed; > > nested > > exception is > > org.springframework.beans.factory.BeanCreationException: > > Error creating bean with name 'hazelcastInstance' defined in class > > path > > resource > > [org/apereo/cas/config/HazelcastSessionConfiguration.class]: > > Bean instantiation via factory method failed; nested exception is > > org.springframework.beans.BeanInstantiationException: Failed to > > instantiate [com.hazelcast.core.HazelcastInstance]: Factory method > > 'hazelcastInstance' threw exception; nested exception is > > com.hazelcast.core.HazelcastException: > > org.xml.sax.SAXNotRecognizedException: Property ' > > http://javax.xml.XMLConstants/property/accessExternalSchema' > > is not > > recognized.> > > > > Any help would be greatly appreciated. > > Thanks > > -- > > Erik Mallory > > Server Analyst > > Wichita State University > > > > -- > > - 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/3e49236485c0b00ea1d9a7507ab9666db382f938.camel%40wichita.edu > > . > > -- > - 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/61210cbebde11a67a3e765ec3b1f89bbe95a5f59.camel%40uvic.ca > . -- - 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/4827a50ffdaa75038904d83fff705aefe0946373.camel%40gmail.com.
