Weblogic错误

Weblogic错误

Could not obtain the localhost address…解决方法

启动Weblogic报错:

<Server subsystem failed. Reason: java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
        at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:40)
        at weblogic.server.channels.AddressUtils$AddressMaker.<clinit>(AddressUtils.java:35)
        at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:105)
        at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60)
        at weblogic.server.channels.ChannelService.start(ChannelService.java:197)
        Truncated. see log file for complete stacktrace
java.net.UnknownHostException: bogon: bogon
        at java.net.InetAddress.getLocalHost(InetAddress.java:1354)
        at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:38)
        at weblogic.server.channels.AddressUtils$AddressMaker.<clinit>(AddressUtils.java:35)
        at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:105)
        at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60)
        Truncated. see log file for complete stacktrace
>

解决方法:
修改hosts文件

$:vi /etc/hosts
#添加 IP hostname  ($:hostname 查询)
127.0.0.1               localhost.localdomain localhost
127.0.0.1               localhost6.localdomain6 localhost6
127.0.0.1               bogon #这里就是我添加的,我的主机名就是bogon

 上一篇
WebLogic启停脚本 WebLogic启停脚本
WebLogic启停脚本启动 cd /develop/Middleware/wls1036/user_projects/domains/base_domain/bin nohup ./startWebLogic.sh > AdminServ
2019-08-19
下一篇 
activiti ie下保存模型问题 activiti ie下保存模型问题
activiti ie下保存模型问题错误:Enclosed Exception: 元素类型 “path” 必须后跟属性规范 “>” 或 “/>” modeler作图使用svg(可缩放矢量图形),在ie中如果使用了箭头(即svg中
2019-08-19
  目录