Error Configuring Common Server Settings

I'm trying to install several JES components, each one wants to configure the Common Server Settings first.

When I try to do so, I get the following error:

Error in Host IP Address

Valid Host IP Address Required.

The Host IP Address Provided could not be validated.

The services being installed required a valid Host IP Address.

Installation cannot proceed until a valid Host IP Address is provided.

The IP address I am using is 10.0.5.16. This is the IP address of the server I want to install the software on - obviously it is in the class C private IP space. I can't imagine how this would be "invalid".

I'm installing this on a RH Linux platform.

Help is appreciated. Thanks.

[753 byte] By [] at [2007-11-26 6:14:19]
# 1
I'm getting this exact same error, also on RH. Did you ever resolve it, or did you just configure after installation instead of during?
at 2007-7-6 13:51:57 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 2
I'm also getting this error. Anyone have any insight as to why this is happening?
at 2007-7-6 13:51:57 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 3

I was able to solve this problem by putting the host and domain information in /etc/hosts file:

# Do not remove the following line, or various programs

# that require network functionality will fail.

127.0.0.1localhost.localdomain

#andrew_linux.msn00.oneamerica.com

#localhostandrew_linux

161.199.69.57andrew_linux

161.199.69.57andrew_linux.msn00.istotalcrap.com

at 2007-7-6 13:51:57 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 4
You might have the entry of the Hostname using in the NameServer with a different IP address. Change the Hostname in your /etc/hosts file or change IP in your Name Server.
HMSadiq at 2007-7-6 13:51:57 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...