Kbase P110675: Making an request to the WebSpeed object renders same output twice
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/11/2005 |
|
Status: Unverified
FACT(s) (Environment):
WebSpeed 3.x
OpenEdge 10.x
SYMPTOM(s):
Making an request to the WebSpeed object renders same output twice
Having 2 WebSpeed brokers registered with the NameServer
Using messenger shell script like wspd_cgi.sh
The output of the WebSpeed procedure is repeated twice in the browser
CAUSE:
The shell cgi script contains 2 calls to the WebSpeed messenger/broker e.g.:
$DLC/bin/cgiip -i wsbroker1
$DLC/bin/cgiip -i wsbroker2
FIX:
The messenger shell script should contain only one invocation of messenger & broker.
The additional line should be removed from the shell script, resulting in having only one invocation:
...
$DLC/bin/cgiip -i <broker-name>
...