Kbase P126490: How to generate more logging information for admin server?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/8/2008 |
|
Status: Verified
GOAL:
How to generate more logging information for admin server?
GOAL:
How to further debug JVM start problems for admin server?
GOAL:
How to generate jvmStart.log file?
FACT(s) (Environment):
Progress 9.x
FIX:
Following are some steps to generate more logging in the admserv.log file and also jvmStart.log file:
1. Please back up $DLC/bin/proadsv script before attempt following steps
2. Add -DLogLevel=5 to the command line in proadsv (the command line at the end of the file).
For example:
exec $JVMSTRT -w $WRKDIR -o stderr -m silent $JREHOME/bin/$JVMEXE -classpath $CLASSPATH $JVMARGS -Djava.security.policy=$JAVAPOLICY -DInstall.Dir=$DLC -DWork.Dir=$WRKDIR -DLogLevel=5 -Djvmstart.debug=$JVMSTRT_DBGOPT -Djava.command=$JVMEXE -Dadmsrv.jvm=$JREHOME/bin/$JVMEXE -Djava.jvmargs="$JVMARGS" $ADMSRVRCLASS $@
3. Switch JVMSTRT_DBGOPT env to 1 at the top of the script where it is being set to 0
For example
# Java Virtual Machine starter - sets up process env for JVM
JVMSTRT=${JVMSTRT-$DLC/bin/jvmStart}
JVMSTRT_DBGOPT=1
4. ReStart admin server