Kbase P5684: Error: WS broker can not be found when no -port option is referenced with wtbman
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/2/2004 |
|
Status: Verified
FACT(s) (Environment):
WebSpeed
SYMPTOM(s):
WebSpeed broker does not start
Error: WS broker can not be found
Using command 'wtbman -name <broker name> -start'
Adminserver is started on different port, other than default port 20931
CAUSE:
wtbman needs to connect to the Adminserver first before any commands or any WS brokers can be started. In this case, when no -port is referenced within the wtbman command, wtbman will try to connect to the default port of the Adminserver, 20931. In this case, it can not connect to the default port, since the Adminserver has been started on a different port.
FIX:
When the Adminserver is started on a different port, other than the default port, that port number has to be referenced within the wtbman command;
'wtbman -name <broker name> -port <Adminserver port> -start