Kbase P104572: WebSpeed broker can't be stopped even though querying works.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/11/2008 |
|
Status: Unverified
SYMPTOM(s):
WebSpeed broker can't be stopped even though querying works.
"wtbman -name <brokername> -query" works.
"wtbman -name <brokername> -stop" fails with errors 8171 and 8175.
SvcControlCmd.connectToService() failure: Unable to connect to the service process at rmi://myhostname:20931/wsbroker1(after 2 retries) (8171)
Cannot stop a service process(UBroker.WS.wsbroker1) that is not running! (8175)
Querying or stopping the broker from Progress Explorer doesn't work. No errors are produced.
CAUSE:
This is a known issue being investigated by Progress Development.
There is a problem whereby if you try to start the WebSpeed broker multiple times simultaneously the broker will not function correctly, for example:
wtbman -name wsbroker1 -start &
wtbman -name wsbroker1 -start &
Although the broker starts all of it's agents, it will not operate correctly.
FIX:
Do not try to start the same broker multiple times simultaneously.