Posted on 02-27-2012 02:03 PM
After several weeks of the JSS running without any trouble I can no longer connect to the JSS. I've tried restarting the server/tomcat to no avail, and verified both are running. When running a port scan 8443 is not open. I'm running 8.43 on 10.7.3 Lion on an Xserve. Anyone have any ideas what could cause this or how to restore it? I cannot access the web interface, casper admin, remote, imaging or recon.
Solved! Go to Solution.
Posted on 02-28-2012 01:18 PM
Found the issue after speaking with JAMF support. The issue seems to be that we had two versions of Tomcat, the one built into the JSS and a vanilla install we had done. It looks like the two versions were causing conflicts and the one built in to the JSS was not launching. After removing the vanilla tomcat install everything worked properly. Thanks for your replies and help.
Posted on 02-27-2012 02:14 PM
1st thing I'd try is restarting tomcat from the JSS Utility. https://jamfnation.jamfsoftware.com/article.html?id=117
Posted on 02-27-2012 02:59 PM
Restarting tomcat via the JSS database utility did not help. Though the first time i ran it i received an error and found the com.jamfsoftware.tomcat.plist was not in proper xml so I replaced it with a working one from an old version of jss (which was being run on a different machine that has since been decommissioned). Can someone post their com.jamfsoftware.tomcat.plist so I can compare?
Posted on 02-28-2012 08:14 AM
I have had a similar problem. What has worked so far though only a temp solution to get the system back up and running, was to rerun the JSS installer on the server itself. First backup the root.war and root directory from Tomcat within the JSS directory in the root Library. You'll have to remember to stop Tomcat before running the JSS installer.
The path to the ROOT.war file and ROOT directory would be: /Library/JSS/Tomcat/webapps/
To stop Tomcat in terminal: sudo launchctl unload /Library/LaunchDaemons/com.jamfsoftware.tomcat.plist
Posted on 02-28-2012 10:15 AM
What do I do with the backed up Root directory and ROOT.war files after the install? Thanks for all your help.
Posted on 02-28-2012 11:26 AM
What you can do is open the JSS database util and restore the database from a backup.. You should have couple backup in here.. Just point to one whn the system was functioning okay and do a restore.. Restoration could a long time base on the amount of data you have in here.. Best think is to run it over night and everything should be running in the morning... Let know if this approach worked for you
Posted on 02-28-2012 11:35 AM
The backups are there just if something goes wrong with the re-install. So far I haven't had to drop back to them.
Posted on 02-28-2012 11:49 AM
restoring the database did not resolve the issue, though it did successfully restore a database from a point when it was working.
Posted on 02-28-2012 01:18 PM
Found the issue after speaking with JAMF support. The issue seems to be that we had two versions of Tomcat, the one built into the JSS and a vanilla install we had done. It looks like the two versions were causing conflicts and the one built in to the JSS was not launching. After removing the vanilla tomcat install everything worked properly. Thanks for your replies and help.