Consultor Eletrônico



Kbase P23209: AIA fails to start with the Tomcat JSE
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/11/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1x

FACT(s) (Environment):

Tomcat

SYMPTOM(s):

AIA fails to start with the Tomcat JSE

Tomcat JSE installed on unix server

tomcat4 user is being used to start the Tomcat JSE

In the catalina.out log file:
Exception log is inaccessible (CMNMsg031)
java.io.FileNotFoundException: exceptions.log (Permission denied)
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:100)

CAUSE:

Missing Progress environment variables from the Tomcat startup script.

FIX:

1. Add the Progress environment variables in the Tomcat startup script:
DLC=<Progress_install_dir>; export DLC
PATH=$DLC:$DLC/bin:$PATH; export PATH
WRKDIR=<Progress_working_directory>; export WRKDIR
2. Change the unix permissions to allow the tomcat4 user to write into the
Progress working directory and the Aia1.aia.log file.