Consultor Eletrônico



Kbase P161469: GUI clients cannot connect to a database running on 10.1B on Linux
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/03/2010
Status: Unverified

SYMPTOM(s):

GUI clients cannot connect to a database running on 10.1B on Linux

Connection failure for host <host_name> port <port> transport <transport_name>. (9407)

AdminServer is alive.

NameServer is running.

AppServer Brokers and Servers are running.

AppServer Servers/agents are in a connected state.

Entry in /etc/hosts file does not match the hostname output.

FACT(s) (Environment):

Database is running.
Character clients can connect to the database.
Hostname is set to fully qualified domain name.
ping hostname returns a valid address for this machine.
ifconfig -a shows the expected IP Address
All Supported Operating Systems
Linux
OpenEdge 10.1B03 Service Pack

CHANGE:

Modified the /etc/hosts file to remove an old entry.

CAUSE:

The hostname in /etc/hosts does not match the hostname that is returned by the UNIX hostname command.

FIX:

Modify the /etc/hosts file to have the hostname identified for the IP address to match the one being returned by the UNIX hostname command. In the 3rd column within the /etc/hosts file, an alias can also be identified.

Example: Lets say that the hostname command returns the name machineA. Then /etc/hosts should then contain a line as follows:

XX.XX.XX.XX machineA aliasesformachineA

XX indicates the actual IP Address for the machine.