IWSVA cannot be successfully updated when TMCM deployed the components to IWSVA.
The debug log indicates that IWSVA cannot get files from TMCM due to network issues:
Err 20141119 13:16:56 22321 4151645984 Getaddrinfo error
Err 20141119 13:16:56 22321 4151645984 HttpConnection: Socket connect fail
Err 20141119 13:16:56 22321 4151645984 TmDownloader: Connection fail when try to open resource
Err 20141119 13:16:56 22321 4151645984 Downloader returns: 4
The issue is due to a missing configuration (i.e. the IP address and the hostname of the TMCM server) in the host file.
To resolve this, add the IP address and the hostname of the TMCM server to the host file:
- Open the ../etc/hosts file using the following command:
vi /etc/hosts
- Look for the following entries:
127.0.0.1 localhost
::1 localhost - Add the IP address and the hostname of the TMCM server. For example:
192.168.1.100 %TMCM server hostname%