RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
Couldnotobtainthelocalhostaddress...解决方法

Weblogic:Could not obtain the localhost address…解决方法

成都创新互联公司主营桥西网站建设的网络公司,主营网站建设方案,APP应用开发,桥西h5微信小程序开发搭建,桥西网站营销推广欢迎桥西等地区企业咨询

启动Weblogic报错:

 
 
  1. java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine. 
  2.  at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:40) 
  3.  at weblogic.server.channels.AddressUtils$AddressMaker.(AddressUtils.java:35) 
  4.  at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:105) 
  5.  at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60) 
  6.  at weblogic.server.channels.ChannelService.start(ChannelService.java:197) 
  7.  Truncated. see log file for complete stacktrace 
  8. java.net.UnknownHostException: bogon: bogon 
  9.  at java.net.InetAddress.getLocalHost(InetAddress.java:1354) 
  10.  at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:38) 
  11.  at weblogic.server.channels.AddressUtils$AddressMaker.(AddressUtils.java:35) 
  12.  at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:105) 
  13.  at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60) 
  14.  Truncated. see log file for complete stacktrace 

解决方法:

修改hosts文件

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

【本文是专栏作者张勇波的原创文章,转载请通过获取作者授权】


文章名称:Couldnotobtainthelocalhostaddress...解决方法
本文地址:http://www.jxjierui.cn/article/ccdeppd.html