I have no org.jasig.cas.ticket.registry.JpaTicketRegistry ticketRegistry.xml in, and I did not set any JPA. I am using "Glassfish 2.2.1" How can I check the information you're asking me?
Thanks _________________________________________ Paolo Giammarco / Capgemini / Rome, Italy Consultant / Java Factory e-mail: [email protected] tel: +39 06231901 _________________________________________ ________________________________________ Da: Tobias Trelle [[email protected]] Inviato: venerdì 4 giugno 2010 16.20 A: [email protected] Oggetto: Re: R: [cas-user] Configure Cas Server 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 This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. -- 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
