互联网服务WAS 8.5.5

./startServer.sh server1&ADMU3011E

首次安装WAS8.5.5后执行 ./startServer.sh server1报错:ADMU3011E: Server launched but failed initialization.

查看SystemOut.log发现如下信息

P2PBase       E   ODCF8005E: There was an unexpected exception while initializing the SON overlay; the exception is java.io.IOException: The P2P layer was unable to bind to a UDP port.

        at com.ibm.son.mesh.RawUDPImpl.(RawUDPImpl.java:89)

        at com.ibm.son.mesh.UDPFactory.getUDP(UDPFactory.java:31)

        at com.ibm.son.mesh.Peer.(Peer.java:468)

        at com.ibm.son.mesh.Peer.(Peer.java:411)

        at com.ibm.ws.p2p.P2POverlayHelper.getPeer(P2POverlayHelper.java:147)

        at com.ibm.ws.p2p.P2PBase.getPeer(P2PBase.java:31)

        at com.ibm.ws.bbson.BBFactoryImpl.(BBFactoryImpl.java:632)

        at java.lang.J9VMInternals.newInstanceImpl(Native Method)

        at java.lang.Class.newInstance(Class.java:1564)

,初次接触WAS ,有没有同仁要帮忙看下。

参与5

1同行回答

bisubisu售后技术支持SYNNEX
这是WebSphere 8.5.5的一个BUG,在8.5.5.1修正,可以手工增加端口进行临时解决:http://www-01.ibm.com/support/docview.wss?uid=swg1PM86815APAR statusClosed as program error.Error descriptionThe client receives the following error recorded in theApplication Serve...显示全部

这是WebSphere 8.5.5的一个BUG,在8.5.5.1修正,可以手工增加端口进行临时解决:

http://www-01.ibm.com/support/docview.wss?uid=swg1PM86815


APAR status

Closed as program error.

Error description

The client receives the following error recorded in the

Application Server's SystemOut.log file, when trying to start an

application server

[4/8/13 14:39:37:973 EDT] 00000001 P2PBase       E   ODCF8005E:

There was an unexpected exception while initializing the SON

overlay; the exception is java.io.IOException: The P2P layer

was unable to bind to a UDP port

        at

com.ibm.son.mesh.RawUDPImpl.(RawUDPImpl.java:89)

        at

com.ibm.son.mesh.UDPFactory.getUDP(UDPFactory.java:31)

        at com.ibm.son.mesh.Peer.(Peer.java:468)

        at com.ibm.son.mesh.Peer.(Peer.java:411)

        at

com.ibm.ws.p2p.P2POverlayHelper.getPeer(P2POverlayHelper.

java:147)

The investigation revealed that this was caused by

OVERLAY_UDP_LISTENER_ADDRESS and OVERLAY_TCP_LISTENER_ADDRESS

endpoints that were missing in the AppServer's serverindex.xml.

These are only missing for servers created using the WebSphere

" DeveloperServer " template.

Local fix

The workaround is to manually add OVERLAY_UDP_LISTENER_ADDRESS

and OVERLAY_TCP_LISTENER_ADDRESS endpoints using the WebSphere

Admin Console.

Problem summary

****************************************************************

* USERS AFFECTED:  All users of IBM WebSphere Application      *

*                  Server V8.5                                 *

****************************************************************

* PROBLEM DESCRIPTION: An unexpected exception thrown          *

*                      initializing the SON overlay; the       *

*                      exception is java.io.IOException        *

****************************************************************

* RECOMMENDATION:  Install a fix pack containing this APAR     *

****************************************************************

OVERLAY_UDP_LISTENER_ADDRESS and OVERLAY_TCP_LISTENER_ADDRESS

endpoints that are missing in the AppServer's serverindex.xml

for DeveloperServer template.

Problem conclusion

OVERLAY_UDP_LISTENER_ADDRESS and OVERLAY_TCP_LISTENER_ADDRESS

endpoints were added to serverindex.xml for DeveloperServer

template.

The fix for this APAR is currently targeted for inclusion in

fix pack 8.5.5.1.  Please refer to the Recommended Updates

page for delivery information:

http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980

收起
IT咨询服务 · 2016-05-24
浏览3208
  • server1的端口配置如下: OVERLAY_TCP_LISTENER_ADDRESS dev01.7linc.com 11004 No associated transports OVERLAY_UDP_LISTENER_ADDRESS dev01.7linc.com 11003 No associated transports Nodeagent的端口配置如下, OVERLAY_TCP_LISTENER_ADDRESS dev01.7linc.com 11002 No associated transports OVERLAY_UDP_LISTENER_ADDRESS dev01.7linc.com 11001 No associated transports 重启nodeagent后,再 启server1,还是报错。
    2016-05-24

提问者

taoliantao
数据库管理员上海**信息科技

相关问题

相关文章

问题状态

  • 发布时间:2016-05-23
  • 关注会员:3 人
  • 问题浏览:4390
  • 最近回答:2016-05-24
  • X社区推广