AIA log error

varsha

New Member
I am getting below error in Aia1.aia.log can anyone help me resolve it. Is there something I need to change the AIA configuration. Pls assist.

----------- Aia ERROR : invalid connection handle


Configuration for AIA in ubroker.properties


[AIA]
actionalEnabled=0
actionalGroup=OpenEdge
adminIPList=
allowAiaCmds=1
appServerKeepalive=denyClientASK,denyServerASK
certStorePath=$DLC/certs/psccerts.jar
clientASKActivityTimeout=60
clientASKResponseTimeout=60
controllingNameServer=NS1
Host=localhost
httpsEnabled=0
idleConnectionTimeout=3600
logAppend=0
logEntries=0
logEntryTypes=AiaDefault
logFile=$WRKDIR/aia.log
loggingLevel=2
logThreshold=0
maxNSClientPort=0
minNSClientPort=0
noHostVerify=0
noSessionReuse=0
nsClientPortRetry=4
nsClientPortRetryInterval=250
numLogFiles=3
Port=3090
registerNameServer=1
securePort=443
soReadTimeout=240
sslEnable=0
#
# Sample definition of an Aia instance
#
[AIA.Aia1]
certStorePath=/ppleb21/oe102b/dlc/certs/
controllingNameServer=NS1
logAppend=1
logFile=/qadtmp/logs/Aia1.aia.log
loggingLevel=2
 
Back
Top