Error in Installing- System dosen't have fully qualified domain name.

When I try to install Java Enterprise System in my PC, I get the following error message and cannot proceed further:

System dosen't have fully qualified domain name.

Setup fully qualified domain name and then continue instalation.

Please help me to solve this problem.

About my PC:

Windows XP Home edition

1 GB memory

Thanks.

[389 byte] By [MISS_DUKE] at [2007-11-26 8:37:48]
# 1

Do you have DNS running on the net and configured right? Run "ipconfig" in a Windows XP command line to see if the DNS suffix is set. Another trick is to run "nslookup" in the command line and look up your system's IP address (wehich ipconfig will tell you.) If that doesn't get you a DNS name for the system, you need to fix that in the network connections dialogs.

Rich_McAllister at 2007-7-6 22:10:45 > top of Java-index,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...
# 2
When I run ipconfig, the DNS suffix is empty. But when I check the network connection dialog, domain name server is listed there.Any further help is very much appreciated.Thanks.
MISS_DUKE at 2007-7-6 22:10:45 > top of Java-index,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...
# 3
A work around is to define a fully qualified domain name for the machine in the hosts file.C:\WINNT\system32\drivers\etc\hostsChange the line to something like this:127.0.0.1localhost mypc mypc.example.com
ludovicp at 2007-7-6 22:10:45 > top of Java-index,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...