The window that starts the Manager service may display messages like the following.
This is almost certainly an indication of a failure to resolve the host configured during installation.
That is, the server is trying to create a socket on host:port and it is failing to bind to that host name.
Note this part of the installation:
We strongly discourage the use of "localhost" and "127.0.0.1". This can lead to a condition noted in Network Issues.
We do recommend using the system's hostname. The URL used by the MANAGER will be http://thishostname:11201.
The hostname must resolve to localhost for the server being installed. A service cannot be started in another system.
The hostname must also resolve through DNS if using the Manager from another workstation.
Try using the local hostname. If this is not ideal, please let us know why.
If not using the hostname, and using localhost fails, try changing the host to 127.0.0.1.
One way to do this is to manually edit the XML configuration file. See Editing config.xml.
Another way is to delete config.xml and then re-install Linkar.
The brute-force method of doing this would be to completely uninstall and reinstall Linkar. See the pre-installation notes in The Basics.
We recognize that editing configuration files and uninstalling a product are not elegant solutions. At this time, the Installer MSI does not allow changing an existing configuration file. We are looking at improving on this. For now, please note the strong recommendation to use a hostname in this field.
If the hostname does not seem to be a problem, check the socket port. The manager is listening to the second port shown above: 11201. If another process is already running on that socket, Linkar will fail to bind and the service will fail to start.
|