Skip to main content
Question

error: failed to start the server: could not find the server named `jamf.tomcat8.service'.

  • August 1, 2022
  • 10 replies
  • 22 views

Forum|alt.badge.img+5

Hello everyone,

We're trying to end the installations of a Jamf Pro server in Ubuntu, we're following the manual install guide, https://docs.jamf.com/10.40.0/jamf-pro/install-guide-linux/Manually_Installing_Jamf_Pro_Ubuntu.html,

when arriving to this step 

Creating the Jamf Pro Database Using the Jamf Pro Server Tools Command-Line Interface

Step 5: Restarting the Services

When trying to restart, appears this error, and we don't know how to fix it.

 

any help is welcome,

 

Thank you 

10 replies

mpermann
Forum|alt.badge.img+22
  • Valued Contributor
  • 690 replies
  • August 1, 2022

Check what version of MySQL you have installed. If you have version 8.30.0 you are probably running into a PI. 


Forum|alt.badge.img+5
  • Author
  • New Contributor
  • 6 replies
  • August 1, 2022

Check what version of MySQL you have installed. If you have version 8.30.0 you are probably running into a PI. 


What do you mean by running into a PI, is there any issue regarding this MySQL version?, kind regards


sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • 3567 replies
  • August 1, 2022

What do you mean by running into a PI, is there any issue regarding this MySQL version?, kind regards


@Username PI stands for Product Issue (aka a problem). There is a known PI for MySQL 8.30.0, and Jamf Pro is not currently compatible with it, so you'll need to refer to your previous version of MySQL.


Forum|alt.badge.img+5
  • Author
  • New Contributor
  • 6 replies
  • August 1, 2022

@Username PI stands for Product Issue (aka a problem). There is a known PI for MySQL 8.30.0, and Jamf Pro is not currently compatible with it, so you'll need to refer to your previous version of MySQL.


is there any way to uninstall the 8.30.0 and install a previous version?


sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • 3567 replies
  • August 1, 2022

Removed to fix threading


sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • 3567 replies
  • August 1, 2022

is there any way to uninstall the 8.30.0 and install a previous version?


@Username One of the first hist from Googling "mysql uninstall ubuntu:: https://www.linuxshelltips.com/completely-uninstall-mysql-server-in-ubuntu/

You'll probably want to delete any Jamf Pro database that's been created and then re-run the Jamf Pro installer after installing an older version of MySQL. That is based on the expectation you're doing your initial setup. If you had an existing install you should revert to your backup of your database you should have taken before updating MySQL.


Forum|alt.badge.img+5
  • Author
  • New Contributor
  • 6 replies
  • August 1, 2022

Removed to fix threading


thank you, yes we're in the initial set up, so should we start from the beginning or there's a way to skip starting from the beginning and just delete and install MySQL?


sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • 3567 replies
  • August 1, 2022

thank you, yes we're in the initial set up, so should we start from the beginning or there's a way to skip starting from the beginning and just delete and install MySQL?


@Username You're probably OK just deleting MySQL and any database files that were created in your initial try. I would ask if there's a specific reason you're going through the manual setup process instead of running the installer script which handles most of the minutia: https://docs.jamf.com/10.40.0/jamf-pro/install-guide-linux/Installing_Jamf_Pro_Using_the_Installer.html


Forum|alt.badge.img+5
  • Author
  • New Contributor
  • 6 replies
  • August 1, 2022

Thank you, we're using the manual process, because we don't have a visual interface, we're using Terminal by SSH to an AWS instance. 


sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • 3567 replies
  • August 1, 2022

Thank you, we're using the manual process, because we don't have a visual interface, we're using Terminal by SSH to an AWS instance. 


The linux installer for Jamf Pro doesn't require a GUI, and can be run via an ssh session (unless something has changed since I switched to a Jamf Cloud hosted environment that is)