Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
Thanks David. I do have cacerts with a self signed cert for Apache tomcat. I do have latest Java ...this is a fresh install of redhat 7 and fully patched. I am going to try a couple of things Jen On Wed, May 2, 2018, 15:15 David Curry wrote: > Downloading the zip

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
They are dreadful On Wed, May 2, 2018, 14:46 Riley Wills wrote: > Be careful. Those type of meetings are contagious. > > On Wednesday, May 2, 2018 at 1:29:58 PM UTC-5, Jennifer LaVoie wrote: >> >> Thanks. Will try that after this dumb meeting I am stuck in >> > -- > - Website:

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread David Curry
Downloading the zip file (even on RedHat is normal). But you're getting an error from Java. The error has something to do with it being unable to find the keystore that it wants -- probably the certificate authority root certificates it uses to validate SSL certificates (like the one from the

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Riley Wills
You may examine your environment variables for a MAVEN_OPTS variable (see https://stackoverflow.com/a/40650800/345687). On Wednesday, May 2, 2018 at 1:45:08 PM UTC-5, Jennifer LaVoie wrote: > > Ok I did try that > > i was able to delete no problem > > but when I re run I get the same error > >

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Riley Wills
Be careful. Those type of meetings are contagious. On Wednesday, May 2, 2018 at 1:29:58 PM UTC-5, Jennifer LaVoie wrote: > > Thanks. Will try that after this dumb meeting I am stuck in > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
Ok I did try that i was able to delete no problem but when I re run I get the same error Downloading https://repository.apache.org/content/repositories/releases/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip Exception in thread "main" javax.net.ssl.SSLException:

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
Thanks. Will try that after this dumb meeting I am stuck in On Wed, May 2, 2018, 14:16 David Curry wrote: > Perhaps something got corrupted. You could try removing the Maven cache: > > rm -rf $HOME/.m2 > > and then re-run "./mvnw clean package" and let it re-download

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread David Curry
Perhaps something got corrupted. You could try removing the Maven cache: rm -rf $HOME/.m2 and then re-run "./mvnw clean package" and let it re-download everything. --Dave -- DAVID A. CURRY, CISSP *DIRECTOR OF INFORMATION SECURITY* INFORMATION TECHNOLOGY 71 FIFTH AVE., 9TH FL., NEW YORK, NY

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
Hi Dave thanks for your insight. I am not sure what is happening...my maven is 3.5.2 and it worked a few days ago to install cas...This is very frustrating...I really appreciate this community On Wednesday, May 2, 2018 at 12:49:27 PM UTC-4, David Curry wrote: > > Hi Jennifer, > > When you

Re: [cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread David Curry
Hi Jennifer, When you first run "mvnw" it tries to download and install Maven for you. This seems to be a problem with that process; it's failing to download one of the Maven plug-ins. I can think of a couple of reasons for this... one would be that it was just a transient thing with the Maven

[cas-user] error when I run mvmn - the trustAnchors parameter must be non-empty

2018-05-02 Thread Jennifer LaVoie
I am following this amazing document https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html (thank you so much for this) But I am hitting a snag here https://dacurry-tns.github.io/deploying-apereo-cas/building_server_ldap_authentication_overview.html I have added the