weblogic11g使用wlst.sh工具启动AdminServer后,登录console失败,请问怎么解决?

我在weblogic10.3.6上通过config.sh创建了一个base_domain,只配置了一个AdminServer,通过base_domain/bin/startWebLogic.sh启动AdminiServer,可以启动成功,并且通过http://192.168.137.23:7001/console 输入用户名密码后正常可以访问console。

但是如果通过wlst工具启动AdminiServer后,通过http://192.168.137.23:7001/console 输入用户名密码后无法访问console。

操作系统为centos6.8 64位,JDK版本:jdk1.7.0_80

1、wlst.sh启动server的记录:

```wls:/offline> startServer('AdminServer','base_domain','t3://192.168.137.23:7001')
Starting weblogic server ...
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
.WLST-WLS-1560346833567:
.WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
.WLST-WLS-1560346833567:
..WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
WLST-WLS-1560346833567:
Server started successfully.
'WLST-WLS-1560346833567'

2、console控制台报错:
![图片说明](https://img-ask.csdn.net/upload/201906/13/1560386552_19208.png)
3、通过connect()命令连接Adminserver同样报错
connect('weblogic','weblogic123','t3://192.168.137.23:7001')