[cas-user] Manually writing CASTGC cookie CAS4

2014-12-17 Thread Puneet Goyal
Hi , I want to pass an additional login parameter to the system, the way I thought to do the same was to change following entry with my custom class in login-webflow.xml var name=credential class=org.jasig.cas.authentication.UsernamePasswordCredential / Am I going in the right direction..?

[cas-user] Adding more values in login form CAS, server.name,server.prefix required?

2014-12-17 Thread Puneet Goyal
Hi , I want to pass an additional login parameter to the system, the way I thought to do the same was to change following entry with my custom class in login-webflow.xml var name=credential class=org.jasig.cas.authentication.UsernamePasswordCredential / Am I going in the right direction..?

[cas-user] SERVICE_TICKET_NOT_CREATED anyone has any idea why this happen?

2014-12-17 Thread zjzhao
anyone had same problem? -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user

Re: [cas-user] SERVICE_TICKET_NOT_CREATED anyone has any idea why this happen?

2014-12-17 Thread Michael Wechner
what does the log file cas.log say? Am 17.12.14 um 13:52 schrieb zjzhao: anyone had same problem? -- You are currently subscribed to cas-user@lists.jasig.org as: michael.wech...@wyona.com To unsubscribe, change settings or access archives, see

[cas-user] cannot build cas

2014-12-17 Thread Andy Turner
After 2 days, i can't proceed. Some error about maven plugin 2.6 missing jar, i don't know how to fix it. Cas won't build when i get to mvn clean package. Here's the output (all my buffer will hold). Any ideas? [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven) @ cas-server ---

[cas-user] CAS 4.0 cluster, error creating bean 'cache' because of jbossTicketCache xml?

2014-12-17 Thread Sam Pratt
I am trying to implement a CAS 4.0 cluster with a JBossCacheTicketRegistry. The problem is that the war file fails to deploy because of exceptions thrown creating the cache bean. I am using the jbossTicketCacheReplicationConfig.xml from our CAS 3.4 cluster. Here is an excerpt from

RE: [cas-user] cannot build cas

2014-12-17 Thread Jaroslav Kacer
Hello Andy! This looks like a problem with your Maven; I cannot see any compilation/build problem related to CAS. Have you tried building another Maven project on your system? If you have, did you succeed? What version of Maven do you use? And what Java version? (Type mvn -version) I have

Re: [cas-user] errors when building project

2014-12-17 Thread John Gasper
Chris, It looks like you are trying to build CAS Server from source, and not building a deployment using the Maven WAR Overlay method. If so, unless you have a specific reason, I'd look into using the overlay method. As for the specific error, that's common when mixing incompatible library

Re:[cas-user] cannot build cas

2014-12-17 Thread Andy Turner
Jarda, Thank you for responding. I can compile successfully with mvn compile, but not build when running mvn clean package. The war plugin seems to be failing, using 2.5, but everytime i delete the 2.6 folder and contents in

Re: [cas-user] cannot build cas

2014-12-17 Thread Andy Turner
Jarda, Here is the output of mvn -version c:\cas\local-cas-4mvn -version Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T15:58:1 0-05:00) Maven home: C:\maven3 Java version: 1.8.0_20, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_20\jre Default

Re: [cas-user] cannot build cas

2014-12-17 Thread Andy Turner
I downgraded to java 7 and it is working, OR it was because i used the pom.xml from https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven+WAR+Overlay+Method instead of cloning the latest github repo. On Wed, Dec 17, 2014 at 11:17 AM, Andy Turner

RE: [cas-user] Force Log4J Refresh

2014-12-17 Thread Misagh Moayyed
You'll have to write a WatchDog for Log4j. Not something you can simply do via configuration. This is worth pointing out: http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/ util/Log4jConfigurer.html#initLogging-java.lang.String-long- From: Whittaker, Geoffrey

Re: [cas-user] Force Log4J Refresh

2014-12-17 Thread Richard Frovarp
How about using touch after the copy to update the timestamp? On 12/17/2014 03:59 PM, Misagh Moayyed wrote: You’ll have to write a WatchDog for Log4j. Not something you can simply do via configuration. This is worth pointing out:

[cas-user] Issues with ServiceRegistryDaoImpl in 3.5.2.1

2014-12-17 Thread Linda Toth
I have reviewed the ServiceRegistryDaoImpl for 3.5.2.1. It seems to be failing at the initDao method inherited from org.springframework.dao.support.DaoSupport. If there is any configuration change to the definitions for the org.jasig.cas.services.JapServiceRegistryDaoImpl class and its nested

Re:[cas-user] Issues with ServiceRegistryDaoImpl in 3.5.2.1

2014-12-17 Thread Linda Toth
PS I have removed duplicate jars that were downloaded by maven, usually sticking with the latest unless the cas-server-* maven dependency lists something else: KEPT: commons-collections-3.2.1.jar - REMOVED: commons-collections-3.2.jar KEPT: javassist-3.12.GA.jar - REMOVED: javassist-3.15.ga.jar

Re:[cas-user] Issues with ServiceRegistryDaoImpl in 3.5.2.1

2014-12-17 Thread Linda Toth
After thinking about it for what seemed like forever, it occurred to me that 3.5.2.1 uses a later version of Java and I needed to upgrade to ojdbc6.jar. So, it attempted to start the Quartz Scheduler (YEAH!!), but got another error. But you know, I don't care. I can deal with it. Linda Linda