ADMU3011E: Server launched but failed initialization.
<style type="text/css"> <!-- body {margin:0 0 0 0; padding:0 0 0 0} td, div {font-family:Tahoma; font-size:8pt; vertical-align:top} body {margin:0 0 0 0; padding:0 0 0 0; overflow:hidden} .transcript {background-color:#d2d2d2} .messageBlock {margin-left:4px; margin-bottom:3px} .message {margin-left:100px; word-wrap:break-word; white-space:pre-wrap} .messageCont {margin-left:100px; word-wrap:break-word; white-space:pre-wrap} .other {overflow:hidden; color:#39577a; vertical-align:top; font-weight:bold; font-style:normal; float:left; width:95px} .myself {overflow:hidden; color:#da8103; font-style:normal; font-weight:bold; font-style:normal; float:left; width:95px} .otherCont {font-size:8px; text-align:right; color:#39577a; font-family:Arial,Lucida Grande; font-style:normal; vertical-align:top; font-weight:bold; float:left; width:95px} .myselfCont {font-size:8px; text-align:right; color:#da8103; font-family:Arial,Lucida Grande; font-style:normal; vertical-align:top; font-weight:bold; float:left; width:95px} .system {margin-left:4px; word-wrap:break-word; color:#da8103; font-style:normal; font-weight:normal; white-space:pre-wrap} .showTimestamp {padding-left:8px; margin-right:3px; float:right; color:#999999; font-style:normal; font-weight:normal} .other1 {color:#ac2000; vertical-align:top; font-weight:bold; font-style:normal; float:left; width:95px} .otherCont1 {font-size:8px; text-align:right; color:#ac2000; font-family:Arial,Lucida Grande; font-style:normal; vertical-align:top; font-weight:bold; float:left; width:95px} .other2 {color:#3c9fa8; vertical-align:top; font-weight:bold; font-style:normal; float:left; width:95px} .otherCont2 {font-size:8px; text-align:right; color:#3c9fa8; font-family:Arial,Lucida Grande; font-style:normal; vertical-align:top; font-weight:bold; float:left; width:95px} .other3 {color:#e25614; vertical-align:top; font-weight:bold; font-style:normal; float:left; width:95px} .otherCont3 {font-size:8px; text-align:right; color:#e25614; font-family:Arial,Lucida Grande; font-style:normal; vertical-align:top; font-weight:bold; float:left; width:95px} .other4 {color:#0b6ac8; vertical-align:top; font-weight:bold; font-style:normal; float:left; width:95px} .otherCont4 {font-size:8px; text-align:right; color:#0b6ac8; font-family:Arial,Lucida Grande; font-style:normal; vertical-align:top; font-weight:bold; float:left; width:95px} .other5 {color:#b23290; vertical-align:top; font-weight:bold; font-style:normal; float:left; width:95px} .otherCont5 {font-size:8px; text-align:right; color:#b23290; font-family:Arial,Lucida Grande; font-style:normal; vertical-align:top; font-weight:bold; float:left; width:95px} .other6 {color:#02e7c7; vertical-align:top; font-weight:bold; font-style:normal; float:left; width:95px} .otherCont6 {font-size:8px; text-align:right; color:#02e7c7; font-family:Arial,Lucida Grande; font-style:normal; vertical-align:top; font-weight:bold; float:left; width:95px} .other7 {color:#5b3284; vertical-align:top; font-weight:bold; font-style:normal; float:left; width:95px} .otherCont7 {font-size:8px; text-align:right; color:#5b3284; font-family:Arial,Lucida Grande; font-style:normal; vertical-align:top; font-weight:bold; float:left; width:95px} .highlight {background-color:#bed6f8} .datestamp {margin-bottom:1px; background-color:#c0c0c0; width:100%; float:left; text-align:right; color:#ffffff; font-weight:bold; font-style:italic} #chatAlert {float:left; border-bottom:1px solid #E8D091; padding:6px; width:100%; color:#A5754C} #chatAlertImage {float:left} #chatAlertText {float:left; margin-left:6px} #chatAlertClose {float:right; margin-right:10px; padding-right:6px; margin-top:0px} #chatAlertText a {color:#A5754C} #chatAlertText a:hover {color:#A5754C; text-decoration:none} .tsDisplay {display:block} .dsDisplay {display:block} --> </style>
at com.ibm.ws.hamanager.coordinator.impl.DCSPluginImpl.<init>(DCSPluginImpl.java:226)... 32 more
Caused by: java.net.UnknownHostException: null: null
at java.net.InetAddress.getAllByName0(InetAddress.java:1270)
at java.net.InetAddress.getAllByName(InetAddress.java:1197)
at java.net.InetAddress.getAllByName(InetAddress.java:1119)
at com.ibm.ws.hamanager.coordinator.dcs.HostNameMap.getInetAddresses(HostNameMap.java:183)
at com.ibm.ws.hamanager.coordinator.dcs.HostNameMap.<init>(HostNameMap.java:63)
... 36 more
原因:除了正常的localhostNode01以外,还有一个nullNode01的结点
于是,在/etc/hosts加上mapping
127.0.0.1 null
启动startManager.sh
再删除nullNode01结点和127.0.0.1 null就行了