|
Problem(Abstract) |
When Enterprise applications are available, they show a
status of stopped on the administrative console.
In the application server control region log you will see the following
trace entries:
.
BossLog: { 0009} 2004/03/10 01:17:01.392 01 SYSTEM=G1331 SERVER=WEBB1S1
./bborjtr.cpp+817 ... BBOO0223I PMI0023W: Unable to register PMI module
BossLog: { 0010} 2004/03/10 01:17:01.469 01 SYSTEM=G1331 SERVER=WEBB1S1
./bborjtr.cpp+817 ... BBOO0221W ADMD0015W: Unable to join the multicast
BossLog: { 0011} 2004/03/10 01:17:02.894 01 SYSTEM=G1331 SERVER=WEBB1S1
./bbossgsk.cpp+622 ... BBOS0128W Multiple SSL keyring names were specified
BossLog: { 0012} 2004/03/10 01:17:03.738 01 SYSTEM=G1331 SERVER=WEBB1S1
./bbocsess.cpp+4799 ... BBOO0161E Function connect() failed with RV=-1,
RC=1128, RSN=76630291, ÝEDC8128I Connection refused. (errno2=0x76630291)
.
Trace: 2004/03/10 01:17:01.429 01 t=8FB598 c=UNK key=S2 (13007002)
FunctionName: com.ibm.ws.management.discovery.transport.MulticastServe
SourceId: com.ibm.ws.management.discovery.transport.MulticastServer
Category: DEBUG
ExtendedMessage: unable to join the multicast group;
java.net.BindException: EDC8115I Address already in use.
(errno2=0x74637309)
at java.net.PlainDatagramSocketImpl.bind(Native Method)
at java.net.MulticastSocket.create(MulticastSocket.java:148)
at java.net.DatagramSocket.<init>(DatagramSocket.java:160)
at java.net.DatagramSocket.<init>(DatagramSocket.java:132)
at java.net.MulticastSocket.<init>(MulticastSocket.java:124)
at com.ibm.ws.management.discovery.transport.MulticastServer.initialize(
Trace: 2004/03/10 01:17:03.796 01 t=8FB598 c=UNK key=S2 (13007002)
FunctionName: com.ibm.ws.management.discovery.transport.MulticastServe
SourceId: com.ibm.ws.management.discovery.transport.MulticastServer
Category: WARNING
ExtendedMessage: ADMD0024W: Failed to send out the discovery message t
to the process: nodeagent
.The NodeAgent log displays the following entries:
Trace: 2004/03/10 01:13:38.129 01 t=8DC210 c=UNK key=P2 (13007002)
FunctionName: com.ibm.ws.management.connector.soap.SOAPConnectorClie
SourceId: com.ibm.ws.management.connector.soap.SOAPConnectorClient
Category: EXIT
ExtendedMessage: reconnect; ÝSOAPException: faultCode=SOAP-ENV:Clien
msg=Error opening socket: java.net.ConnectException: EDC8128I Connection
refused. (errno2=0x76630291) |
|
|
|
Cause |
User Datagram Protocol (UDP) ports are not defined for
MultiCast. |
|
|
Resolving the
problem |
Review the port settings in your TCP/IP definitions, and
open the port defined for Multicast . |
|
|
|
|
|
|