Consultor Eletrônico



Kbase P27221: AppServer and NameServer processes won't respond to -query requests.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/07/2009
Status: Verified

SYMPTOM(s):

AppServer and NameServer processes won't respond to -query requests.

asbroker1 not running (8313)

FACT(s) (Environment):

UNIX
Windows
Progress 9.1x

CAUSE:

The "toolGetSvcStatusRetry" parameter contained within the ubroker.properties file was set to the default value of 10 and the query attempt timed out.

FIX:

There's a parameter within the ubroker.properties file called "toolGetSvcStatusRetry" that can be used to increase the timeout value for querying AppServers and NameServers. Below is an excerpt from the ubroker.properties file that explains this parameter (as well as others).
It is suggested that this parameter's value be increased to avoid a timeout situation.

# Preference settings for tool and service connect and shutdown controls
#
# These default values are for tuning various aspects of the Tools
# (both command and GUI) used for starting/stopping and querying
# Brokers and NameServers.
#
# As a rule the various 'RetryInterval' values should not be
# modified. However, if you experience problems starting, stopping
# or querying Brokers or NameServers - you may increase the values
# of the various 'Retry' properties as follows:
#
# toolGetSvcStatusRetry for querying.
# toolShutdownSvcConfirmRetry for stopping.
# toolConnectSvcRetry for initial connection to a Broker/NameServer.
# toolPingSvcRetry for querying,stopping.
# admSrvrRegisteredRetry for autostarting.
#
[PreferenceRoot]
toolGetSvcStatusRetry=10 <--------------------- value to change
toolShutdownSvcConfirmRetryInterval=1000
toolShutdownSvcConfirmRetry=10
toolConnectSvcRetry=10
toolConnectSvcRetryInterval=3000
toolPingSvcRetry=2
admSrvrRegisteredRetry=6
admSrvrRegisteredRetryInterval=3000