Well I got this part resolved, thank you. But, now I have the theme resolver error popping up:
2011-04-07 11:42:39,846 ERROR [org.springframework.web.servlet.tags.ThemeTag] - <Theme 'default': No message found under code 'standard.custom.css.file' for locale 'en_US'.> javax.servlet.jsp.JspTagException: Theme 'default': No message found under code 'standard.custom.css.file' for locale 'en_US'. I do NOT receive the message when access http://.../cas/login but when I try to access the services manager (http://../cas/services/manager.html) I get the theme resolver error. This is from my cas.properties file: cas.securityContext.serviceProperties.service=https://.../cas/services/j_acegi_cas_security_check cas.securityContext.casProcessingFilterEntryPoint.loginUrl=https://.../cas/login cas.securityContext.ticketValidator.casServerUrlPrefix=https://.../cas cas.securityContext.serviceProperties.adminRoles=ROLE_ADMIN cas.themeResolver.defaultThemeName=cas-theme-default cas.viewResolver.basename=default_views host.name=cas ... Thanks, Laura On 4/6/11 11:33 PM, Scott Battaglia wrote: > > We started enabling auditing by default. Your deployerconfigcontext > file is most likely missing the newly defined bean. > > On Apr 6, 2011 3:15 PM, "Laura McCord" <[email protected] > <mailto:[email protected]>> wrote: > > Hi, > > > > I'm trying to upgrade my current cas to 3.4.6 with the latest clearPass > > client 1.0.7. I'm receiving the following error and was wondering if > > this is something that has been seen before. If so, any suggestions? > I'm > > sure it's some version problem that I have :) > > > > 2011-04-06 16:58:20,306 ERROR > > [org.springframework.web.context.ContextLoader] - <Context > > initialization failed> > > org.springframework.beans.factory.BeanCreationException: Error creating > > bean with name 'auditTrailManagementAspect' defined in ServletContext > > resource [/WEB-INF/spring-configuration/auditTrailContext.xml]: Cannot > > resolve reference to bean 'auditTrailManager' while setting constructor > > argument with key [0]; nested exception is > > org.springframework.beans.factory.NoSuchBeanDefinitionException: No > bean > > named 'auditTrailManager' is defined > > > > Many Thanks, > > Laura > > > > > > -- > > You are currently subscribed to [email protected] > <mailto:[email protected]> as: [email protected] > <mailto:[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 -- 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
