使用wlst.sh脚本连接到weblogic时出现异常
wls:/offline> Connecting to t3://localhost:7001 with userid user123...
Traceback (innermost last):
File "<console>", line 1, in ?
File "<iostream>", line 22, in connect
File "<iostream>", line 648, in raiseWLSTException
WLSTException: Error occured while performing connect : User: user123, failed to be authenticated.
Use dumpStack() to view the full stacktrace
wls:/offline> wls:/offline>
当我使用管理控制台使用相同的密码登录时,它工作正常。但是当我通过wslt.sh使用connect命令时,它失败了。 我已确保传递给connect命令的用户名,密码和T3协议URL正确。
有什么主意吗?