Error: Application server fails to start with the following error WSNAT_CAT:1008: ERROR: Could not establish listening address on network //xxxxx:xxxx
Explain: //xxxx:xxxx, before the column, it should be the local server hostname, after column, should be port number.
soluntion 1: if the port number got used by other apps, change it to a port number nobody used yet
2: if the hostname point to wrong server, change it on "psappsrv.cfg"
[Workstation Listener]
;=========================================================================
; Settings for Workstation Listener
;=========================================================================
;Address Note: Can be either Machine Name or IP address.
;Address Note: %PS_MACH% will be replaced with THIS machine's name
Address="YOU HOST NAME" -- FOR SOME REASON YOUR %PS_MACH% COULD NOT POINT TO RIGHT HOST SERVER
Port=7650 -- MAKE SURE NO ANOTHER APPS USING THIS PORT.
Encryption=0
Min Handlers=1
Max Handlers=2
Max Clients per Handler=40
Client Cleanup Timeout=10
Init Timeout=5
Tuxedo Compression Threshold=5000
--转自