Kbase P51960: WS agents do not start when using incorrect parameters withi
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/5/2003 |
|
Status: Unverified
FACT(s) (Environment):
WebSpeed 3.1x
SYMPTOM(s):
WS agents do not start
WS broker does not start
ERROR: cannot start server. (8100)
timeout while listening for server:java.io.interuptedioexception: excepted timeout
Using java version for operating system being used
srvrStartupParam=-parm "base http://www.progress.com" -p web/objects/web-disp.p -weblogerror -pf /usr/xxxx.df
CAUSE:
Two issues:
1. -pf parameter is referenced with xxxx.df. This file should have a .pf extension
2. There is no such parameter called, -parm
FIX:
Fix .df extension to .pf and remove -parm from srvrStartupParam
Example
srvrStartupParam=-p web/objects/web-disp.p -weblogerror -pf /usr/xxxx.pf