Posted on 04-19-2011 07:50 AM
I updated a test instance of the jss running on CentOS 5.5 from 8 to 8.1 and am having trouble getting tomcat to start.
8.0 was running fine on this vm before, so 8.1 should work once this issue is resolved.
Here's a snippet of the tomcat error logs:
https://gist.github.com/928109
For good measure, I replaced the web app contents under /var/lib/tomcat5/webapps/ROOT with a fresh exploded copy of the jamf.war. mysql is running with updates to the db, as defined by jamfsoftware80-81.sql. mysql is running, firewall permits traffic to 8443 (it's actually disabled for now), and all else looks fine.
I appreciate any help here.
Thanks,
Nate
Posted on 04-19-2011 07:52 AM
On my Windows box in order to get everything running I needed to delete
the Catalina folder which was housing some cached files.
--
Matt LeeFNG Sr. IT Analyst / Desktop Architecture Team / Apple S.M.E /
JAMF Casper Administrator
Fox Networks Group
matthew.lee at fox.com
Need Help? Call the Help Desk at (310) 969-HELP (ext 24357) or online at
http://itteam <http://itteam/>
Help Desk Hours: Mon-Fri, 6AM-6PM PST
Posted on 04-19-2011 08:03 AM
Thanks, Matt.
Is that basically equivalent to /etc/tomcat5/Catalina?
Purging that directory didn't seem to have any effect.
Posted on 04-19-2011 10:05 AM
I had other issues with using tomcat5 and 8.1. it was mostly authentication issues. I am using redhat 5.5. with tomcat6 and 8.1 and it works great.
D. Trey Howell
ACMT, ACHDS, CCA
trey.howell at austinisd.org
Desktop Engineering
twitter @aisdmacgeek
Posted on 04-19-2011 10:06 AM
Good to know. Is the setup the same? I'll just move to tomcat6, if so.
Posted on 04-19-2011 10:09 AM
Yeah same install. I had to add a repo to use yum cause we have in house repositories. Just instead of directories that say tomcat5 they say tomcat6.
D. Trey Howell
Sent from my iPhone
Posted on 04-24-2011 08:19 AM
Just to follow up, the tomcat6 install got the jss working fine. Thanks for the tip!