License Issues on macOS 10.14 (Mojave)
Posted: Wed Oct 31, 2018 4:19 pm
Some users have experienced problems after upgrading to macOS 10.14 (Mojave), including error messages when trying to get license keys from the Aligner License Server, and long wait times when starting CodonCode Aligner or the Aligner License Server. This post describes how to fix this problem.
This is a one-time procedure (although you might have to repeat it after future system upgrades). You may notice improved performance in other applications, too, since this problem affects many applications that use Java.
- Open a terminal window (/Applications/Utilities/Terminal).
- Type:and press return.
Code: Select all
scutil --get LocalHostName
You should see a response with your computer name, for example "My-Macbook-Pro". - Use the computer name from this response to set the "HostName" by typing this command:
Remember to replace "My-Macbook-Pro" with the response from the first command! You will be asked for an administrator password.
Code: Select all
sudo scutil --set HostName My-Macbook-Pro
- Check that the change worked by typing:
The response should be the name you just defined.
Code: Select all
scutil --get HostName
- Start the Aligner License Server and/or CodonCode Aligner.
This is a one-time procedure (although you might have to repeat it after future system upgrades). You may notice improved performance in other applications, too, since this problem affects many applications that use Java.