paolo-3 wrote: > > Thanks for the support. > I managed to start the CAS server, but now I have this problem when I try > to login. > > 2010-06-04 15:55:57,662 INFO > [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Setting path for > cookies to: /cas> > StandardWrapperValve[cas]: PWC1406: Servlet.service() for servlet cas > threw exception > java.lang.NoSuchMethodError: > javax.persistence.Persistence.getPersistenceUtil()Ljavax/persistence/PersistenceUtil; > at > org.hibernate.validator.engine.resolver.JPATraversableResolver.isReachable(JPATraversableResolver.java:33) > at > org.hibernate.validator.engine.resolver.DefaultTraversableResolver.isReachable(DefaultTraversableResolver.java:112) >
Are you using a org.jasig.cas.ticket.registry.JpaTicketRegistry? Check your ticketRegistry.xml. For a start, you can use the org.jasig.cas.ticket.registry.DefaultTicketRegistry which keeps tickets in memory in contrast to the JPA registry which store tickets in a database. By the way: your stacktrace suggests version conflicts with your JPA provider impl. Which JPA impl do you use? What version? It that version compatible to the one CAS server depends on? HTH -- Tobias -- View this message in context: http://jasig.275507.n4.nabble.com/Configure-Cas-Server-tp2243024p2243295.html Sent from the CAS Users mailing list archive at Nabble.com. -- 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
