Hi Michael, Did you override some of the MFA context/xml files? Various classes were updated with these last two RCs. You¹ll want to compare your changes with that of baseline.
John -- John Gasper IAM Consultant Unicon, Inc. PGP/GPG Key: 0xbafee3ef From: Michael O Holstein <[email protected]> Reply-To: <[email protected]> Date: Monday, July 13, 2015 at 2:00 PM To: <[email protected]> Subject: [cas-user] CAS-MFA -rc5 and -rc6 runtime issue To start with, "yes" .. I realize this is an extension that JASIG didn't write. For those of you that are using the Unicon CAS-MFA has anyone had issues with the recent couple of versions? .. I keep getting this error on runtime since (for -rc5 and -rc6 .. last version I know works was -rc2). Hoping there are some fellow MFA folks or Unicon themselves lurking out there .. Cheers, Michael Holstein Cleveland State University -java java version "1.8.0_45" Java(TM) SE Runtime Environment (build 1.8.0_45-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode) -pom.xml (these additions to the stock one) <dependency> <groupId>org.jasig.cas</groupId> <artifactId>cas-server-integration-memcached</artifactId> <version>${cas.version}</version> <type>jar</type> </dependency> <dependency> <groupId>org.jasig.cas</groupId> <artifactId>cas-server-support-ldap</artifactId> <version>${cas.version}</version> </dependency> <dependency> <groupId>org.jasig.cas</groupId> <artifactId>cas-server-support-radius</artifactId> <version>${cas.version}</version> </dependency> <dependency> <groupId>org.jasig.cas</groupId> <artifactId>cas-server-support-spnego</artifactId> <version>${cas.version}</version> </dependency> -tomcat runtime error org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'registeredServiceAttributeMfaArgumentExtractor' defined in ServletContext resource [/WEB-INF/spring-configuration/mfaArgumentExtractorsConfiguration.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'mfaRoleProcessor' of bean class [net.unicon.cas.mfa.web.support.RegisteredServiceAttributeMultiFactorAuthent icationArgumentExtractor]: Bean property 'mfaRoleProcessor' 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.factory.support.AbstractAutowireCapableBeanFactory .applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1423) -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
