Consultor Eletrônico



Kbase P18731: WS broker does not start when hostName is not defined with a
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/27/2003
Status: Verified

FACT(s) (Environment):

WebSpeed 3.1x

SYMPTOM(s):

Webspeed broker does not start

Ubroker.properties file for WS broker has attribute registrationMode set to Register-HostName

Ubroker.properties file is missing attribute hostName for WS broker

All WS properties are being changed through editing the ubroker.properties file

WS broker used to start before change was made

CHANGE:

WS broker's registeration mode is changed from Register-IP to Register-HostName

CAUSE:

When changing 'registrationMode' from Register-IP to Register-HostName, you must also define the 'hostName'. This attribute hostName, specifies the hostname value to be used if the registrationMode property is set to Register-HostName. In all other cases, this property is ignored.

FIX:

Add 'hostName' under the WS broker and define the correct hostname of the WS transaction server.

[UBroker.WS.test]
hostName=progress
registrationMode=Register-HostName