HomeBad gateway information persistence
Author: Michael Pareene
Issue
The PRD HA MyCoServices.ear file was delivered with wsdl files configured using esbgateway instead haesbgateway. EAR file failed to installed, and was failing to finish, throwing exception...E GetWSDLDef: An error was encountered attempting to read the wsdl for the module MyCoServices.jar
Tried reinstalling, but the original value of esbgateway is still showing up, even after stopping all WAS processes and cleared wstemp and temp.
Fix
Updated /etc/netsvc.conf, adding...hosts = local, bind
...forcing system to read local /etc/hosts file first before looking at DNS. Then added alias in /etc/hosts so that esbgateway now points to haesbgateway IP...
10.11.4.22 esbgateway.myco.com esbgateway
At some point we are going to have to try uninstalling ear file, removing local network changes, and then reinstall, but for now, it is all working.