Has anyone seen this issue before? ERROR org.springframework.web.cont

Has anyone seen this issue before?

ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'beanPostProcessorForAuthMgr' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-03-auth-mgr-override.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'rememberMeSettings' of bean class [com.appiancorp.security.auth.BeanPostProcessorForAuthMgr]: Bean property 'rememberMeSettings' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'rememberMeSettings' of bean class [com.appiancorp.security.auth.BeanPostProcessorForAuthMgr]: Bean property 'remember...

OriginalPostID-215590

OriginalPostID-215590

  Discussion posts and replies are publicly visible

  • ...MeSettings' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
    at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:1076)
    at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:927)
    at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:95)
    at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:75)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1510)
    ... 27 more

  • Looks like an issue with a parameter in your spring-security-03-auth-mgr-override.xml file. Can you provide your Appian version and attach this file ?