Description
After installing Universal Type Server 4.0 or later on Mac OS X, I am unable to log into UTS Administration with the administrator account, regardless of what password is used.
Solution
There is an issue with the UTS installer that sometimes prevents the PostgreSQL server from starting up.
To see if you’re affected by this issue, take a look at the install.log to see what happened:
- In Finder, select Go > Go to Folder…
- Type in
/var/log
and hit return - Open install.log with TextEdit
- Search the log for:
java.net.UnknownHostException
If you see a line that reads something like this:
Feb 10 13:05:23 macosx_server installd[402]: ./postflight: java.net.UnknownHostException: macosx_server.local: macosx_server.local
Then you’ve run into the installation issue mentioned above.
Here’s how resolve the issue.
We will use the hostname (macosx_server.local)
mentioned in the error message above. You will need to substitute your own server’s hostname, which should be explicitly mentioned in the java.net.UnknownHostException
message in your install.log.
- Open Terminal
- Type in:
sudo pico /etc/hosts
- Locate the line:
127.0.0.1 localhost
- Move the cursor to the right of
localhost
on that line - Hit the Tab key after
localhost
so that there’s a bit of space, then type in the hostname, which is,macosx_server.local
in our example - The full line should look like this:
127.0.0.1 localhost macosx_server.local
- Hit Control+O to save the changes
- Hit Control+X to quit pico
- In Terminal, type in
dscacheutil -flushcache
- Restart your Mac server, then try logging into UTS Administration again.
If UTS still won’t let you log in, uninstall and then reinstall UTS.
- Run the Universal Type Server Uninstaller.app found in: /Applications/Extensis/Universal Type Server/applications//em>
- Go to: /Library/Extensis/UTS and delete everything in that folder
- Restart the Mac server
- Run the UTS installer