I'd check the WEB-INF/lib directory in your expanded war and see if you've got conflicting versions of dependencies.
--- *John Gasper* IAM Consultant Unicon, Inc. PGP/GPG Key: 0xbafee3ef On 11/21/14 9:08 AM, Chris Adams wrote: > > No, still gives a 404. The cas.log has this, if any help: > > > > 2014-11-21 09:03:18,921 ERROR > [org.jasig.cas.web.init.SafeContextLoaderListener] > > - SafeContextLoaderListener: > > The Spring ContextLoaderListener we wrap threw on contextInitialized. > > But for our having caught this error, the web application context > would not have > > initialized. > > org.springframework.beans.factory.BeanCreationException: Error > creating bean wit > > h name 'jobDetailTicketRegistryCleaner' defined in ServletContext > resource [/WEB > > -INF/spring-configuration/ticketRegistry.xml]: Invocation of init > method failed; > > nested exception is java.lang.NoSuchMethodError: > org.apache.commons.collections > > .SetUtils.orderedSet(Ljava/util/Set;)Ljava/util/Set; > > > > *From:*Scott Battaglia [mailto:[email protected]] > *Sent:* Thursday, November 20, 2014 9:01 PM > *To:* [email protected] > *Subject:* Re: [cas-user] initial CAS deployment not working > > > > It looks like CAS was deployed. Does it work if you go to > host:8080/cas/login instead of host:8080/cas/ ? > > > > On Thu, Nov 20, 2014 at 6:57 PM, Chris Adams > <[email protected] <mailto:[email protected]>> wrote: > > I checked the permssions on the cas.war file and the tomcat user > has full access to it. > > > > I waded through the logs and there were some entries that might be > of some help. > > > > 20-Nov-2014 15:46:16.540 WARNING [localhost-startStop-1] > org.apache.catalina.loa > > der.WebappClassLoaderBase.clearReferencesThreads The web > application [cas] appea > > rs to have started a thread named [FileWatchdog] but has failed to > stop it. This > > is very likely to create a memory leak. Stack trace of thread: > > java.lang.Thread.sleep(Native Method) > > org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:104) > > > > *From:*Scott Battaglia [mailto:[email protected] > <mailto:[email protected]>] > *Sent:* Thursday, November 20, 2014 1:05 PM > *To:* [email protected] <mailto:[email protected]> > *Subject:* Re: [cas-user] initial CAS deployment not working > > > > Have you checked the Tomcat logs for any errors/exceptions? > > > > Cheers, > > Scott > > > > On Thu, Nov 20, 2014 at 3:50 PM, Chris Adams > <[email protected] <mailto:[email protected]>> wrote: > > Hello, > > > > I am quite new to CAS. I have been plodding along to get this > server up and running, but have come to a roadblock. At this > point, I only want to be able to get CAS available via http, > for proof of concept. > > > > I have all the components in place and have Tomcat running > successfully on port 8080. Using Maven, I built the WAR file > and then moved it into the Tomcat webapps folder and started > Tomcat. > > > > Tomcat starts up, but I don’t see it referencing the cas.war > file and I believe it should. Going to the URL:8080/cas/ > results in a 404. > > > > I would appreciate if someone could get me on the right track > so that I can get on to bigger and more fun things. > > > > Many thanks. > > -- > > You are currently subscribed to [email protected] > <mailto:[email protected]> as: [email protected] > <mailto:[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] > <mailto:[email protected]> as: [email protected] > <mailto:[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] > <mailto:[email protected]> as: [email protected] > <mailto:[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] > <mailto:[email protected]> as: [email protected] > <mailto:[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
