WLST Connect Error: There is no server - Failed to Initialize JNDI Context
Hello, I'm trying to establish a WLST connection with my admin server, which has a listening port at 9001. I'm seeing the following text upon attempting connection:
ls:/offline> connect('<ADMIN USER>','<ADMIN PW>’,’t3://<HOST>:9001')
Connecting to t3://<HOST>:7001 with userid <ADMIN USER>...
Traceback (innermost last):
File "<console>", line 1, in ?
File "<iostream>", line 19, in connect
File "<iostream>", line 553, in raiseWLSTException
WLSTException: Error occurred while performing connect : Error getting the initial context. There is no server running at t3://localhost:7001 : Failed to initialize JNDI context,tried 2 time or times totally, the interval of each time is 0ms.