Kbase 20512: NameServer Host localHost is not Known (8240)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.0B
Progress 9.1A
Progress 9.1B
SYMPTOM(s):
Unified Broker does not start
Error 8240 is written within broker log
Error 8240: NameServer Host <Host> Is Not Known. (8240)
Error 8240: NameServer Host localHost Is Not Known. (8240)
NameServer hostName=localHost
Can not upgrade to Progress 9.1C or higher
CAUSE:
Bug# 20000417-002
CAUSE:
The error appears when the default properties are used to connect to the NameServer. The connection fails because the hostname that is specified in the ubroker.properties file appears as "localHost" (Host with a capital H).
The offending section from the ubroker.properties file is as follows:
Default properties for NameServer
[NameServer]
infoVersion=9010
workDir=$WRKDIR
classMain=com.progress.nameserver.NameServer
hostName=localHost
portNumber=5162
FIX:
Edit the ubroker.properties file and change "localHost" to "localhost"