Re: [cas-user] maven 2.07

2010-03-10 Thread Brian C. Hill
Hi Jesse, Thanks for the response. I see what's going on. JPP's 2.07 is revision -9, dated march of 2009, which probably contains all kinds of fixes backported from later versions of maven - classic enterprise-style version control. I'll edited the version in the pom to be 2.0.7. It now

Re: [cas-user] maven 2.07

2010-03-10 Thread Jesse Farinacci
Hi Brian, On Wed, Mar 10, 2010 at 6:15 PM, Brian C. Hill bch...@bch.net wrote: I'll edited the version in the pom to be 2.0.7. It now builds with one fatal error, which I don't understand: --- Test set:

Re: [cas-user] maven 2.07

2010-03-10 Thread Brian C. Hill
That works. Is there any reason not to simply use the jars/war that come with the zip in the modules dir? Brian On 3/10/2010 3:42 PM, Jesse Farinacci wrote: Hi Brian, On Wed, Mar 10, 2010 at 6:15 PM, Brian C. Hillbch...@bch.net wrote: I'll edited the version in the pom to be 2.0.7.

Re: [cas-user] maven 2.07

2010-03-10 Thread Jesse Farinacci
Hi Brian, On Wed, Mar 10, 2010 at 7:00 PM, Brian C. Hill bch...@bch.net wrote: That works. Hooray! :) Is there any reason not to simply use the jars/war that come with the zip in the modules dir? Those should be identical; I thought you were building it because you wanted to include custom

[cas-user] help me understand this PKIX error message

2010-03-10 Thread Cary, Kim
Can anyone help me understand this error message? I have 7000+ of them in my log all of a sudden. org.jasig.cas.util.HttpClient:214 javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed:

Re: [cas-user] help me understand this PKIX error message

2010-03-10 Thread Somesh Kumar
this might help http://blogs.sun.com/gc/entry/unable_to_find_valid_certification On Wed, Mar 10, 2010 at 8:09 PM, Cary, Kim kim.c...@pepperdine.edu wrote: Can anyone help me understand this error message? I have 7000+ of them in my log all of a sudden. org.jasig.cas.util.HttpClient:214

Re: [cas-user] help me understand this PKIX error message

2010-03-10 Thread Harikrishnan R.
Hi , You are accessing the HTTP service over https. Please export the public certificate from CAS server and load it your trust store(the JVM where you interacting with CAS). You can also simply add the certificate to cacerts available in jdk/jre/lib/security directory. Regards Hari n Wed, Mar 10,

Re: [cas-user] help me understand this PKIX error message

2010-03-10 Thread Cary, Kim
Thanks, Somesh. So that means that either 1) one of the CAS client webpapps is running a self-signed cert or 2) my CA Root database is out of date, correct? On Mar 10, 2010, at 5:21 PM, Somesh Kumar wrote: this might help http://blogs.sun.com/gc/entry/unable_to_find_valid_certification

Re: [cas-user] help me understand this PKIX error message

2010-03-10 Thread Patrick Berry
On Wed, Mar 10, 2010 at 10:42 PM, Cary, Kim kim.c...@pepperdine.edu wrote: Thanks, Somesh. So that means that either 1) one of the CAS client webpapps is running a self-signed cert or 2) my CA Root database is out of date, correct? 1) Probably 2) That depends on which version of Java you are