Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-27 Thread Jeff Chapin
> > > > On Tue, Aug 26, 2014 at 10:58 AM, Misagh Moayyed > wrote: > > I’ll try to get this looked at today and help where I can. By the looks of > it, it seems like you have a lot of conflicts and duplicate JARs in your > overlay that might be causing this issue. >

RE: [cas-user] Compiling and running CAS 3.5.2

2014-08-27 Thread Misagh Moayyed
@lists.jasig.org Subject: Re: [cas-user] Compiling and running CAS 3.5.2 I'm not sure I am reading this right: [INFO] [dependency:tree {execution: default-cli}] [INFO] edu.university.cas:local-cas:war:1.0-SNAPSHOT [INFO] +- org.jasig.cas:cas-server-webapp:war:3.5.2:runtime [INFO] +- c3p0

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-27 Thread Jeff Chapin
put the result into >> a file, and review all duplicates. Exclude where needed. >> >> >> >> *From:* Jeff Chapin [mailto:jeff.cha...@uni.edu] >> *Sent:* Tuesday, August 26, 2014 8:43 AM >> >> *To:* cas-user@lists.jasig.org >> *Subject:* Re: [cas-user]

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-26 Thread Ajay Madhavan
tput? It gets cut off right when > it’s about to get interesting: > > > > Invocation of init method failed; nested exception is > java.lang.IncompatibleClassChangeError: Implementing class….?? > > > > *From:* Jeff Chapin [mailto:jeff.cha...@uni.edu] > *Sent:* Tuesday

RE: [cas-user] Compiling and running CAS 3.5.2

2014-08-26 Thread Misagh Moayyed
duplicates. Exclude where needed. From: Jeff Chapin [mailto:jeff.cha...@uni.edu] Sent: Tuesday, August 26, 2014 8:43 AM To: cas-user@lists.jasig.org Subject: Re: [cas-user] Compiling and running CAS 3.5.2 Sure can. Here is the whole thing, attached. Jeff On Tue, Aug 26, 2014 at 10:17 AM

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-26 Thread Jeff Chapin
ested exception is > java.lang.IncompatibleClassChangeError: Implementing class….?? > > > > *From:* Jeff Chapin [mailto:jeff.cha...@uni.edu] > *Sent:* Tuesday, August 26, 2014 7:59 AM > *To:* cas-user@lists.jasig.org > *Subject:* Re: [cas-user] Compiling and running CAS 3.5.2 > > > &

RE: [cas-user] Compiling and running CAS 3.5.2

2014-08-26 Thread Misagh Moayyed
26, 2014 7:59 AM To: cas-user@lists.jasig.org Subject: Re: [cas-user] Compiling and running CAS 3.5.2 Looks like it's not the tomcat version. I was able to get the same errors on 6.0.29 and 7.0.55. I'm clearly missing something fairly fundamental here, but I have not got a clue as

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-26 Thread Jeff Chapin
Looks like it's not the tomcat version. I was able to get the same errors on 6.0.29 and 7.0.55. I'm clearly missing something fairly fundamental here, but I have not got a clue as to what it could be. Jeff On Wed, Aug 20, 2014 at 10:11 AM, Jeff Chapin wrote: > Looks like I have Tomcat 6 instal

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-20 Thread Jeff Chapin
Looks like I have Tomcat 6 installed. I will give Tomcat 7 a shot later today. Jeff On Tue, Aug 19, 2014 at 10:38 AM, John Gasper wrote: > Hi Jeff, > > I've not had any issues with any Tomcat 6 or Tomcat 7 versions that I've > used. I have not tried Tomcat 8 yet. > > John > > -- > *John Gasp

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-19 Thread John Gasper
Hi Jeff, I've not had any issues with any Tomcat 6 or Tomcat 7 versions that I've used. I have not tried Tomcat 8 yet. John -- *John Gasper* IAM Consultant Unicon, Inc. PGP/GPG Key: 0xbafee3ef On 8/18/14 7:06 AM, Jeff Chapin wrote: > The version of java used by Tomcat is the same one as is use

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-18 Thread Jeff Chapin
The version of java used by Tomcat is the same one as is used to build CAS ( its all installed on one machine, and I only have one Java installed). Is CAS incompatible with some versions of Tomcat? Jeff On Fri, Aug 15, 2014 at 6:31 PM, Chris Peck wrote: > I may try whacking the webserver, I t

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-15 Thread Chris Peck
I may try whacking the webserver, I think that's a 4.x thing. On Aug 15, 2014 7:09 PM, "Jeff Chapin" wrote: > I've managed to reduce my dependencies to the following: > > > > org.jasig.cas > cas-server-webapp > ${cas.version} > war > runtime > > > c3p0 > c3p0

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-15 Thread Jeff Chapin
I've managed to reduce my dependencies to the following: org.jasig.cas cas-server-webapp ${cas.version} war runtime c3p0 c3p0 0.9.1.2 runtime org.hibernate hibernate-entitymanager ${hibernate.core.version} At this point, I

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-15 Thread Jeff Chapin
I'm all for paring it down if that will help. I may have misunderstood, but most of those made it in because they were required for the features we are using -- I may have been overzealous adding them in, though. I added the recommended dependency, and see no large change in behavior. I believe t

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-15 Thread Al Krinker
There is a lot of stuff in that pom indeed... I almost want to try to remove part of it to just get it to deploy properly and then add dependencies one by one to see when it would break. Before we do that, can you add commons-dbcp. You might play with version a little bit...

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-15 Thread Jeff Chapin
Sure thing. Since it's a bit long, I put it in a pastebin here: http://pastebin.com/KgYD79aN Thanks for looking! Jeff On Fri, Aug 15, 2014 at 9:55 AM, Al Krinker wrote: > Seems like spring version/jar conflict. Could you post your pom.xml file? > > > On Friday, August 15, 2014, Jeff Chapin

Re: [cas-user] Compiling and running CAS 3.5.2

2014-08-15 Thread Al Krinker
Seems like spring version/jar conflict. Could you post your pom.xml file? On Friday, August 15, 2014, Jeff Chapin wrote: > All, > > I am working on getting CAS 3.5.2 configured and compiled. We previously > had a working 3.3.5 install, and I used the existing documentation as a > starting point,

[cas-user] Compiling and running CAS 3.5.2

2014-08-15 Thread Jeff Chapin
All, I am working on getting CAS 3.5.2 configured and compiled. We previously had a working 3.3.5 install, and I used the existing documentation as a starting point, and adapted it to address the changes between the two versions. I can successfully build with Maven, with no issues. When I deploy