You'll have to see what the error says in your catalina.out file in Tomcat. You should see a stack trace.
On Tue, Feb 2, 2010 at 3:48 PM, Percival, Michael E < [email protected]> wrote: > Thanks… the information about the tests helped. Through a series of > editing and building I found that at least one problem I’m having has to do > with a change to the cas-server-webapp/pom.xml file. When I add the > following dependency I get a resource not found when I publish the war file > and try to access it via web browser. > > > > <dependency> > > <groupId>org.hibernate</groupId> > > <artifactId>hibernate</artifactId> > > <version>3.2.4.sp1</version> > > <scope>runtime</scope> > > </dependency> > > > > Do I have a missing file, etc? > > > > Thanks, > > Michael > > > > > > *From:* Scott Battaglia [mailto:[email protected]] > *Sent:* Monday, February 01, 2010 11:57 AM > > *To:* [email protected] > *Subject:* Re: [cas-user] CAS High Availability > > > > Jasig unfortunately changed the certificate provider for jasig.org. > Depending on what OS you run on, GoDaddy.com may not be a trusted CA, which > can cause the tests to fail. I've changed them in head to point to another > site, but we should update the tests to not use the > HttpsBasedCredentialsAuthenticationHandler where possible. > > Cheers, > Scott > > On Mon, Feb 1, 2010 at 12:17 PM, Marvin Addison <[email protected]> > wrote: > > > I'm not getting any farther on this... > > I've made the changes mentioned in at > http://www.ja-sig.org/wiki/display/CASUM/JpaTicketRegistry to get CAS to > store ticket > > information in a database so it can be shared between two servers. > > Now I can't get a successful build when I run maven. > > I don't believe the changes you've made have anything in particular to > do with the those particular tests failing. I would recommend you > build by skipping tests: > > mvn -DskipTests clean package > > > M > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > > > -- > > You are currently subscribed to [email protected] as: > [email protected] > > > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- > > You are currently subscribed to [email protected] as: > [email protected] > > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
