The errors below may appear when:
- Using opmnctl
- Using the silent installer to install Oracle Application Server, BPEL Process Manager, Enterprise Service Bus, or Web Services Manager
This occurs because some processes/programs in the software above is unable to lookup the hostname via DNS on some VMs (in this case, VMware Server 2.0.1 Build 156745). This occurs even those your local hosts file is configured correctly.
The error may appear repeatedly during installation or startup/shutdown as follows:
getaddrinfo failed "Temporary failure in name resolution" "Connection timed out"
If the following Linux commands time out, then you need to implement one of the two solutions below:
dig myservername.thisisahmed.com
host myservername.thisisahmed.com
|