Salesforce

The (5644) message shows address 0.0.0.0 not IP address.

« Go Back

Information

 
TitleThe (5644) message shows address 0.0.0.0 not IP address.
URL NameP149322
Article Number000140806
EnvironmentProduct: OpenEdge
Version: 10.1C, 10.2x, 11.x
OS: All Supported Operating Systems
Question/Problem Description
The (5644) message is showing an address of 0.0.0.0 when starting a database instead of the real IP address.
Started for <service-name> using <network-type>, pid <pid>. (5644)
Started for 8898 using TCP IPV4 address 0.0.0.0, pid 26195. (5644)
Steps to Reproduce
Clarifying Information
If database was started with -H localhost the address in the message (5644) is set to 127.0.0.1
Error Message
Defect Number
Enhancement Number
Cause
This is expected behavior.
Resolution

This answer applies to 10.1C and higher. 

When a broker is started for IPV4, the hostname specified is ignored (unless its localhost), which forces the broker to monitor the default TCP/IP address 0.0.0.0 or 127.0.0.1 for localhost. This changed with the introduction of IPV6. When a broker is started for IPV6, the hostname, which can be a hostname or an IP address, is NOT ignored. The broker will monitor the IP address supplied via -H and all servers started by the broker will monitor the same exact IP address.

Sample 5644 messages based on how the broker is started:

IP
Version      -H                            5644 message
===         ========          =====================
IPv4          thishost                   Started for #### using TCP IPV4 address 0.0.0.0, pid ####
IPv4          localhost                  Started for #### using TCP IPV4 address 127.0.0.1, pid ####
IPv4          not specified            Started for #### using TCP IPV4 address 0.0.0.0, pid ####
IPv6          thishostIPV4            Started for #### using TCP IPV6 address 192.168.1.23, pid ####
IPv6          not specified            Started for #### using TCP IPV6 address ::, pid ####
IPv6          thishostIPV6            Started for #### using TCP IPV6 address fd00:19d:8012:12::54, pid ####
IPv6          localhost                  Started for #### using TCP IPV6 address ::1, pid ####

Workaround
Notes
Keyword Phrase
Last Modified Date2/27/2017 7:37 PM

Powered by