Trying to install and run Appian using Docker on Ubuntu environment.
Have done everything as described here: https://docs.appian.com/suite/help/18.2/Installing_Appian_in_Docker_Containers.html
But unable to start Appian. The server.log attached.
2313.server.log
Discussion posts and replies are publicly visible
I resolved this issue by adding a .env file in the same directory as the docker-compose.yml file. The contents of the .env file is as follows:
APPIAN_HOME=/usr/local/appian/ae JBOSS_HOME=/usr/local/jboss
It is a less invasive way of setting the environment variables.