KB Article #164807

UCONF error, and Gateway will not start

Problem

--The following error appears when starting Gateway:

UCONF ERROR: No text
/GWHOME/run_time/etc/xfb.sh: /csprofile: not found

Resolution

* This indicates that the p_etc_dir environment variable is not set. Check the GWHOME/run_time/etc/profile file (profile.bat on Windows), and verify that there is a line in there similar to this:

p_etc_dir="$p_runtime_dir/etc"; export p_etc_dir

or on Windows:

set p_etc_dir=%p_runtime_dir%\etc

* If this line is missing, add it (anywhere in the file), then source it again and try starting Gateway again.