美文网首页
weblogic启动失败:Could not obtain th

weblogic启动失败:Could not obtain th

作者: QuZhengPing | 来源:发表于2017-05-19 12:37 被阅读197次

linux下weblogic启动如果出现这个错误,多半是hosts文件不对

1、先输入hostname,查看本机计算机名(比如:server123)

2、sudo vi /etc/hosts 编辑hosts文件,在最后加一行

127.0.0.1 server123 (这里的server123换成你自己的linux计算机名)

然后再启动就ok了

相关文章

网友评论

      本文标题:weblogic启动失败:Could not obtain th

      本文链接:https://www.haomeiwen.com/subject/bxryxxtx.html