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
博客指出应用服务器启动失败,报错无法在网络上建立监听地址。解释了地址中冒号前后分别为本地服务器主机名和端口号。给出两种解决办法:一是若端口被占用,更换为未使用的端口;二是若主机名指向错误服务器,在“psappsrv.cfg”中修改。
564

被折叠的 条评论
为什么被折叠?



