Jump to content
We've recently updated our Privacy Statement, available here ×

santhanam

Members
  • Posts

    1
  • Joined

  • Last visited

santhanam's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Helo Friends, I want to enable JAAS support for JasperServer in applicationContext-security.xml. But i am getting the following error & JasperServer is not getting deployed : ------------- org.springframework.beans.factory.BeanCreationException: Error creating bean wit h name 'jaasAuthenticationProvider' defined in ServletContext resource [/WEB-INF /applicationContext-security.xml]: Cannot create inner bean 'org.appfuse.web.Jaa sAuthorityGranter#16d8196' while setting bean property 'authorityGranters' with key [0]; nested exception is org.springframework.beans.factory.CannotLoadBeanCla ssException: Cannot find class [org.appfuse.web.JaasAuthorityGranter] for bean w ith name 'org.appfuse.web.JaasAuthorityGranter#16d8196' defined in ServletContex t resource [/WEB-INF/applicationContext-security.xml]; nested exception is java. lang.ClassNotFoundException: org.appfuse.web.JaasAuthorityGranter Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find clas s [org.appfuse.web.JaasAuthorityGranter] for bean with name 'org.appfuse.web.Jaa sAuthorityGranter#16d8196' defined in ServletContext resource [/WEB-INF/applicat ionContext-security.xml]; nested exception is java.lang.ClassNotFoundException: org.appfuse.web.JaasAuthorityGranter ---------------------------------------------------------- It seems that the Tomcat is expecting org.appfuse.web.JaasAuthorityGranter class. Where can we dind this class ?. Please kindly help me to solve this issue. Thanks In Advance Santhanam
×
×
  • Create New...