Kbase P90865: Testing the connection to AIA fails with missing 'registerNameServer' property error
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/10/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
OpenEdge 10.x
SYMPTOM(s):
Testing the connection to AIA using http://hostname/aia/Aia fails with error
Error. The server encountered an unexpected condition which prevented it from fulfilling the request.
javax.servlet.UnavailableException: ERROR: property registerNameServer is not defined for Aia Aia1 in propertyfile E:\91d\properties\ubroker.properties
at com.progress.aia.AiaProperties.fatalError(AiaProperties.java:654)
at com.progress.aia.AiaProperties.missingProperty(AiaProperties.java:634)
at com.progress.aia.AiaProperties.processArgs(AiaProperties.java:357)
Using AppServer Internet Adapter for connection to the AppServer.
CAUSE:
Missing property registerNameServer in sections [AIA] and [AIA.Aia1] within the ubroker.properties file.
FIX:
Add the missing property registerNameServer in the [AIA] section of
the ubroker.properties file:
[AIA]
adminIPList=
allowAiaCmds=0
controllingNameServer=NS1
Host=localhost
httpsEnabled=1
idleConnectionTimeout=3600
logAppend=0
logEntries=0
logFile=@{WorkPath}\aia.log
loggingLevel=2
logThreshold=0
maxNSClientPort=0
minNSClientPort=0
nsClientPortRetry=4
nsClientPortRetryInterval=250
Port=3090
registerNameServer=1
securePort=443
soReadTimeout=240