WLST Could NOT connect to remote server Even if Server is running
Hi,
I am connecting few servers remotely using WLST connect one after another.
All servers can be connected remotely except one even though that servers is also running.
With simple wlst
I am using connect('username','password','t3://servername:7001')
getting
Traceback (innermost last):
so and so line
NameError: ConnectionException
The same script is working for all other servers in loop.
Any clue/solution/suggestion/idea?
Thank you in advance.