Skip to main content
Solved

Web service not working after hot fix 9.97.1488392992

  • March 14, 2017
  • 2 replies
  • 42 views

Forum|alt.badge.img+3

We upgraded to 9.97.1488392992. Once the install was complete, the web service quit working and we haven't been able to make it work. Log shows web service is closing all attempts to connect. Has anyone experienced this?

Best answer by chriscollins

@officeit if you used the Linux installer it's most likely because of an issue with the installer not moving your SSL keystore back into the appropriate spot. So basically the JSS is running but can't serve https connections. The fix is simple though.

Go into /use/local/jss/backups and navigate to the latest backup the installer made and go into the tomcat folder and copy the backup of your keystore file back into /usr/local/JSS/tomcat/ and restart tomcat. It should load up now.

2 replies

Forum|alt.badge.img+16
  • Honored Contributor
  • Answer
  • March 15, 2017

@officeit if you used the Linux installer it's most likely because of an issue with the installer not moving your SSL keystore back into the appropriate spot. So basically the JSS is running but can't serve https connections. The fix is simple though.

Go into /use/local/jss/backups and navigate to the latest backup the installer made and go into the tomcat folder and copy the backup of your keystore file back into /usr/local/JSS/tomcat/ and restart tomcat. It should load up now.


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • March 20, 2017

Thanks @chriscollins This ended up being a certificate issue. As we have our own cert instead of the JAMF issued one, things got a bit screwed up during the upgrade. But we figured it out. Thanks for the reply!!!!