自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Could not obtain the localhost address...解決方法

開(kāi)發(fā) 開(kāi)發(fā)工具
博主發(fā)表的文章,有的是自己原創(chuàng),有的是這些年本人從網(wǎng)上積累的,方便大家學(xué)習(xí)。

[[178879]]

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

啟動(dòng)Weblogic報(bào)錯(cuò):

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

解決方法:

修改hosts文件

  1. $:vi /etc/hosts 
  2. #添加 IP hostname ($:hostname 查詢(xún)) 
  3. 127.0.0.1 localhost.localdomain localhost 
  4. 127.0.0.1 localhost6.localdomain6 localhost6 
  5. 127.0.0.1 bogon #這里就是我添加的,我的主機(jī)名就是bogon 

【本文是51CTO專(zhuān)欄作者張勇波的原創(chuàng)文章,轉(zhuǎn)載請(qǐng)通過(guò)51CTO獲取作者授權(quán)】

責(zé)任編輯:武曉燕 來(lái)源: 上下求索的Z先生博客
相關(guān)推薦

2011-03-01 13:40:45

500 OOPS

2011-09-16 15:36:47

網(wǎng)絡(luò)環(huán)路

2010-05-27 09:33:04

SVN沖突

2010-07-15 14:01:12

telnet亂碼

2009-09-10 09:35:25

Linq語(yǔ)句

2009-07-03 18:14:27

Servlet線(xiàn)程安全

2010-04-20 16:46:41

Oracle數(shù)據(jù)庫(kù)密碼

2010-10-13 17:22:12

MySQL查詢(xún)亂碼

2009-12-17 10:09:02

ssh超時(shí)斷開(kāi)

2009-07-01 18:14:36

JSP亂碼

2023-04-06 15:21:34

IIoT自動(dòng)化

2010-01-18 10:19:04

FreeBSDroot密碼

2011-07-04 10:09:19

Qt Creator BUG

2009-06-12 16:17:48

Hibernate l

2009-12-22 17:30:47

WCF Address

2011-03-01 15:38:44

Fireftp亂碼

2010-05-25 16:37:47

MySQL忘記密碼

2010-02-23 13:07:07

CentOS gcc

2011-05-04 09:21:01

連續(xù)供墨故障

2010-11-16 16:07:32

oracle用戶(hù)連接
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)