Consultor Eletrônico



Kbase P5719: Problems starting Adminservers & Nameservers of different v
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/31/2003
Status: Unverified

SYMPTOM(s):

Starting two AdminServers and Nameservers of different versions

Unable to connect to Progress AdminServer at (8287)

Unable to find (8281)

CAUSE:

The errors are due to any of the ports used by either the Adminservers or the Nameservers are in use.

FIX:

To start 2 adminservers of different versions:

1) Set the environment variables for each version.

2) Start the AdminServer on using different ports:
EXAMPLE:

AdminServer version 9.1b

proadsv -start -port 20933

AdminServer version 9.1c

proadsv -start -port 20931


3)If the Nameservers start automatically, make sure they have different ports set in the ubroker.properties section of the Nameserver, otherwise one of the Nameservers won't start.

EXAMPLE:
[NameServer]
hostName=Localhost
location=local
jvmArgs=$JVMARGS
logAppend=1
brokerKeepAliveTimeout=30
portNumber=5163
autoStart=0
infoVersion=9010
neighborNameServers=
workDir=$WRKDIR
loggingLevel=2
environment=
srvrLogFile=$WRKDIR
s.log
classMain=com.progress.nameserver.NameServer


Note that the PortNumber for the Nameserver is set to 5163 which is different than the default 5162.
To check if a port is in use, see Progress Solution:
P17955, "How to check if a port is in use"