Consultor Eletrônico



Kbase P59028: The wtbman command doesn't find the brokers and it is well defined in the Ubroker.properties
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

SYMPTOM(s):

The wtbman command doesn't find the brokers.

Unable to find (8281)

Unable to find <broker name> (8281)

PROGRESS Version 9.1D07 as of Wed Sep 24 09:45:38 EDT 2003
Connecting to Progress AdminServer using rmi://localhost:20931/Chimera (8280)

Unable to find wsbroker1 (8281)

CAUSE:

AdminServer is started with a different port (default is 20931).
'proadsv -port xxxxx -start'

FIX:

When using the wtbman command always add '-port xxxxx', where xxxx is the port number the AdminServer is started with.
E.g.:
wtbman -i wsbroker1 -port 20555 -start