Kbase P95979: Starting Appserver fails, no log file generated
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
Linux Intel
SYMPTOM(s):
Starting Appserver fails, no log file generated
"asbman -name <AppServX> -start" fails on Unix machine2
Within ubroker.properties, for section [UBroker.AS.<AppServX>], we have a username and password specified
userName=root
password=203d232b273d
ubroker properties copied from machine1 to machine2
CAUSE:
Password within ubroker.properties needs to be validated while connected to the machine.
FIX:
Either
. Use the "genpassword" script in the $DLC/bin directory to create an encrypted password and enter manually the information within the ubroker.properties file.
The syntax is "genpassword -password users_password" where: "users_password" is the clear text password for the userName account.
or
. Use a remote Progress Explorer (on Win32 machine) to connect to machine2 as the user defined within userName