Kbase 21264: WebSpeed 3.1C Does Not Start With Upgraded ubroker
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Webspeed 3.1D
WebSpeed 3.1D
Windows NT 32 Intel/Windows 2000
SYMPTOM(s):
The WebSpeed broker does not start
ERROR: cannot start server. (8100)
Timeout while listening for server : java.io.InterruptedIOException: Accept timed out
Using WebSpeed 3.1C
Using ubroker.properties file from the previous version without modification
CAUSE:
The ubroker.properties file is missing specific parameters implemented in Progress 9.1C/3.1C.
In WebSpeed 3.1C, a new setting in the "srvrExecFile" parameter has been added. This parameter does not exist in the older ubroker.properties file in versions prior to Progress 9.1C/3.1C.
FIX:
To workaround the problem, 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"
The 'wsRoot=' entry in the same [UBroker.WS] section may also have to be altered as it makes the location of the WebSpeed Workshop static files such as .html and .gif visible to the Web Server. It could look like:
wsRoot=/webspeed31C