Jeremy, You were running Fedora 3.2 successfully in the same Tomcat 6 container? Things to verify: 1) Any differences between your $CATALINA_HOME/lib and the Fedora-bundled Tomcat lib directory? 2) Does turning up Tomcat's logging generate some more information? (http://tomcat.apache.org/tomcat-6.0-doc/logging.html)
Did you enable FeSL as part of the Fedora install? If you did, this would make some filter and filter-mapping changes in Fedora's web.xml and you'd certainly have errors on startup if you don' t have dbxml installed, the DBXML_HOME environment variable set and updated LD_LIBRARY_PATH (as noted in the FeSL docs). If none of the above help/apply just to rule that it's the changes I made to the web.xml in Fedora 3.3, you could try swapping in your web.xml from your 3.2 installation if you still have that available and restart Tomcat. Eddie On 4 Jan 2010, at 9:04 PM, Gottwig, Jeremy M. (GSFC-272.0)[ZIMMERMAN & ASSOC.] wrote: > We’re just starting to evaluate Fedora 3.3 on our test server, but Fedora > alone is refusing to start (all other Tomcat applications are starting fine). > Inspection of catalina.out reveals only this: > > INFO: Deploying web application archive fedora.war > Jan 4, 2010 12:34:01 PM org.apache.catalina.core.StandardContext start > SEVERE: Error filterStart > Jan 4, 2010 12:34:01 PM org.apache.catalina.core.StandardContext start > SEVERE: Context [/fedora] startup failed due to previous errors > > With nothing else to go on (of course, there’s nothing in fedora.log, because > it’s not even getting far enough to create it). > > Initially I attempted the install as an upgrade from 3.2, and when that > didn’t work, I tried it as a stand-alone Fedora using the bundled database. > In both cases, I used the same Tomcat 6, which I originally got from the > openSUSE 11.1 repositories. The only time I’ve gotten Fedora 3.3 to start is > when I used both the bundled Tomcat and the bundled database, which makes me > believe that it’s an issue with my Tomcat… maybe something new in 3.3 that > 3.2 didn’t require. However, the error is leaving me blank, so any > suggestions of things to check would be greatly appreciated. > > And last but not least, I want to thank everyone for their hard work in the > 3.3 release. > > Jeremy > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Fedora-commons-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fedora-commons-users ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
