Kbase P108682: Can not start webspeed broker when WRKDIR is changed
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/3/2008 |
|
Status: Verified
SYMPTOM(s):
Can not start webspeed broker when WRKDIR is changed
Errors starting webspeed broker
** "<file-name>" was not found. (293)
(Procedure: 'webutil/webstart.p' Line:286) ** "init-config" was not found. (293)
FACT(s) (Environment):
User has customized PROPATH
WebSpeed 3.x
OpenEdge 10.x
CHANGE:
WRKDIR is changed to a directory that is not empty
CAUSE:
When new $WRKDIR is defined, this directory will be before $DLC/tty, which is where regular webspeed broker will find dispatcher and other procedures executed at startup.There are some web sub directories under the new working directory and these sub directories have the same directories structure as what is under $DLC/tty and contains code named the same as dispatcher. This dispatcher gets picked up by the broker,and because it references code that does not exist in the same area, the startup fails.
FIX:
Redefine PROPATH to have $DLC/tty at the very beginning and append the rest of PROPATH