Re: [cas-user] CAS Authentication issue

2021-05-26 Thread 'Richard Frovarp' via CAS Community
Looks like it can't find the table?? Are there any tables in your DB? Is your DB named vantage? You'll need to refer to the docs on how to get it to create the tables if they aren't there. If they are there in that DB, I'm not sure. You are on an ancient version of CAS. If this is setting it up

Re: [cas-user] CAS Authentication issue

2021-05-26 Thread shirisha
Now I can see different error in cas.log file. 2021-05-26 16:52:12,019 DEBUG [org.springframework.orm.jpa.JpaTransactionManager] - Rolling back JPA transaction on EntityManager [org.hibernate.ejb.EntityManagerImpl@ff3cf39a] 2021-05-26 16:52:12,025 DEBUG

Re: [cas-user] CAS Authentication issue

2021-05-21 Thread shirisha
CAS version 3.4.3.1 . We have an our own application URL http://*servername**.com/cas/login and C:\Users\\.m2\repository\org\jasig\cas\cas-server-core\3.4.3.1\cas-server-core-3.4.3.1.jar [5/21/21 14:44:03:155 CDT] 00d0 ServletWrappe E

Re: [cas-user] CAS Authentication issue

2021-05-20 Thread Pablo Vidaurri
what version of cas? how are you starting up? I would suspect you really dont have correct jar in classpath or you are missing the config for it On Thursday, May 20, 2021 at 9:21:34 AM UTC-5 shirisha wrote: > I have below DB2 JDBC jars in the classpath: > db2jcc_license_cu.jar >

Re: [cas-user] CAS Authentication issue

2021-05-20 Thread shirisha
I have below DB2 JDBC jars in the classpath: db2jcc_license_cu.jar db2jcc_license_cisuz.jar db2jcc.jar db2jcc4.jar sqljdbc4.jar sqljdbc.jar Thanks, Shireesha On Wednesday, May 19, 2021 at 3:56:35 PM UTC-7 richard.frovarp wrote: > At the very bottom it is saying it can't find the DB driver.