Consultor Eletrônico



Kbase P133006: Occasionally seeing incorrect Port Number is registered with NameServer.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/16/2008
Status: Verified

SYMPTOM(s):

Occasionally seeing incorrect Port Number is registered with NameServer.

In NameServer log, find NS NSPlumbing Erroneous UUID <uuid> received from Broker <BrokerName> <HostName> <PortNumber1>. UUID already registered by Broker <BrokerName> <HostName> <PortNumber>. (8221)

In NameServer log, find NS NSPlumbing Erroneous UUID 9f636d63e3252c58:cdedfd:11aa4354d35:-5459 received from Broker ws.wsbroker1 ABCDEF 4001. UUID already registered by Broker ws.wsbroker1 ABCDEF 4000. (8221)

Get error 8552 in Broker log

The NameServer indicated that it failed to register the broker. (8552)

FACT(s) (Environment):

Windows 2003
OpenEdge 10.1B03 32-bit Service Pack

CAUSE:

There are 2 different broker processes both have the exactly same name 'ws.wsbroker1' and same uuid '9f636d63e3252c58:cdedfd:11aa4354d35:-5459' running in the system. ws.wsborker1 process 1234 was started on port 4000 and ws.wsbroker1 process 5678 as it's configured in the ubroker.properties file starts on port 4001. (Under normal circumstance, it?s impossible to start 2 brokers with same name and same uuid.)

FIX:

Kill the unwanted ws.wsbroker1 process 1234.