Kbase P135138: Error port is in use starting a secondary broker when using a .pf file in Progress Explorer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/09/2008 |
|
Status: Unverified
SYMPTOM(s):
Cannot start a secondary broker
Errors 12036 and 1055 in the database log file
The port <n> is already in use. (12036)
Server's received count <n> does not equal client(<n>)'s send count <n>. (1055)
FACT(s) (Environment):
Starting database with Progress Explorer
Using a .pf file
Progress 9.1x
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
The parameter (.pf) file being referenced in "Other server arguments" at the Default configuration level for the database has a -S with the port of the primary broker. The -S is not needed in the parameter file because the port number for each broker is specified in the next level down, in the "server group" properties, where is says "service name or port number". The secondary broker is trying to start on the same port as the primary broker because it is using the .pf file as well.
FIX:
1. Stop the database
2. Remove the -S from the parameter file and save it.
3. Restart the database