I am trying to create a new pipeline pilot server on red hat 7 linux. I have checked that the port I use is free (it is). However when I try and start the server I get the following error
***
./startserver
Starting Pipeline Pilot server on uos-216587...Check /local/scratch/joh1e19/logs/startserver-uos-216587.txt
Build instance files...
Starting uos-216587 Tomcat...
Using CATALINA_BASE: /local/scratch/joh1e19/web/tomcat/uos-216587
Using CATALINA_HOME: /local/scratch/joh1e19/apps/scitegic/javaserver/apache/apache-tomcat
Using CATALINA_TMPDIR: /local/scratch/joh1e19/web/tomcat/uos-216587/temp
Using JAVA_HOME: /local/scratch/joh1e19/apps/scitegic/core/packages_linux64/java/jdk
Using LD_LIBRARY_PATH: /local/scratch/joh1e19/linux_bin
Using JAVA_OPTS: -Xms128m -Xmx768m -Xss512k -XX:MaxPermSize=192m -Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom -Dlog4j.configuration=log4j.properties -Djava.util.logging.config.file=logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
............................................................Tomcat has not started yet. Operation timed out (Tomcat may still be trying to start)
***
Any help with this would be appreciated
*****************EDIT******************************
Looking at the install log file I find the following two lines
***
[21661 16:30:37 TRACE] Testing Apache configuration: [Mon Oct 10 16:30:37.392148 2022] [env:warn] [pid 22210:tid 47161482856704] AH01506: PassEnv variable SCITEGICPORT was undefined
[21661 16:30:37 TRACE] Testing Apache configuration: [Mon Oct 10 16:30:37.392162 2022] [env:warn] [pid 22210:tid 47161482856704] AH01506: PassEnv variable ODBCINI was undefined
****
which may be relevant to this issue