Consultor Eletrônico



Kbase P33246: Unable to start webspeed broker - ubroker.properties brought
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/05/2004
Status: Unverified

FACT(s) (Environment):

Webspeed 3.1C

FACT(s) (Environment):

Webspeed 3.1D

SYMPTOM(s):

Unable to start webspeed broker - ubroker.properties brought from 9.1B

CAUSE:

-p newConsole missing from srvrExecFile

FIX:

When you start the AdminServer, your older ubroker.properties file
will be updated to match the current standards for these files.

However, the WebSpeed 3.1C/3.1D broker will not start when the
ubroker.properties is copied from a previous version.
WebSpeed introduces a new setting in the "srvrExecFile" parameter that is not
included when the upgrade of ubroker.properties is performed.

The errors in the WebSpeed log file are, for example:

S-0001> Timeout while listening for server :
java.io.InterruptedIOException: Accept timed out
S-0001> ERROR: cannot start server. (8100)

Add "-p newConsole" to the "srvrExecFile" parameter, in the [UBroker.WS] section of your ubroker.properties file. This parameter must be included right after the -o eventmgr parameter.

For example:

srvrExecFile="@{Startup\DLC}\bin\jvmStart.exe" -o eventmgr
-p newConsole "@{Startup\DLC}\bin\_progres.exe"