Kbase P121598: Unable to start 10.1B Appserver when using 10.1A (or earlier) ubroker.properties files
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/03/2008 |
|
Status: Verified
FACT(s) (Environment):
OpenEdge 10.1B
All Supported Operating Systems
SYMPTOM(s):
Unable to start appserver when using OpenEdge 10.1A ubroker.properties
ERROR : property (<propertyName>) is not defined for broker (<brokerName>) in properties file (<propertiesfilename>). (8454)
ERROR : property (appServerKeepaliveCapabilities) is not defined for broker (asbroker1) in properties file (C:\progress\oe101b\properties\ubroker.properties). (8454)
appserver.server.log file has not been created
10.1B ubroker.properties starts fine
CAUSE:
6 new properties were added in OE 10.1B for AppServer Keep-Alive functionality that do not exist in previous ubroker.properties file versions.
FIX:
Add the following lines to the corresponding sections of the $DLC/properties/ubroker.properties
[UBroker]
serverLifespan=0
serverLifespanPadding=5
srvrSelectionScheme=0
[UBroker.AS]
appServerKeepaliveCapabilities=denyClientASK,denyServerASK
serverASKActivityTimeout=60
serverASKResponseTimeout=60
Or:
Paste the above entries to a file named: addprop.properties
Then run the mergeprop utilitiy:
proenv> mergeprop -action update -type ubroker -delta $DLC/properties/addprop.properties -target $DLC/properties/ubroker.properties