<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Unable to start Appian 18.2 Docker configuration</title><link>https://community.appian.com/discussions/f/administration/12623/unable-to-start-appian-18-2-docker-configuration</link><description>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.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Unable to start Appian 18.2 Docker configuration</title><link>https://community.appian.com/thread/58904?ContentTypeID=1</link><pubDate>Wed, 08 Aug 2018 08:38:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:88800ec3-7e61-4bc9-b007-5f2ca03bca76</guid><dc:creator>Philip Snyman</dc:creator><description>&lt;p&gt;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:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;APPIAN_HOME=/usr/local/appian/ae
JBOSS_HOME=/usr/local/jboss&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It is a less invasive way of setting the environment variables.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to start Appian 18.2 Docker configuration</title><link>https://community.appian.com/thread/56386?ContentTypeID=1</link><pubDate>Fri, 08 Jun 2018 14:10:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63efc196-0ece-4e43-af4f-f5bc68a4ef41</guid><dc:creator>Dmitry S</dc:creator><description>Thank you, that helped me.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to start Appian 18.2 Docker configuration</title><link>https://community.appian.com/thread/56346?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 23:20:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f89d4088-4758-443f-b4d5-d9c7a4ae8a42</guid><dc:creator>Mathieu Drouin</dc:creator><description>Problem is that it can&amp;#39;t find the appian-topology.xml file&lt;br /&gt;
&lt;br /&gt;
10:32:09,208 INFO  [stdout] (ServerService Thread Pool -- 64) com.appiancorp.suiteapi.common.exceptions.AppianException: The search server cannot be reached. Failed to connect to server at [localhost:9300]. Check that the search server is started. If running multiple application servers, check that appian-topology.xml is properly configured with the search cluster details. The appian-topology.xml file must be distributed to each /ear/suite.ear/conf/ and /search-server/conf/ directory. See documentation for details. (APNX-1-4274-001)&lt;br /&gt;
&lt;br /&gt;
I got it working on my Mac by replacing all the instances of ${APPIAN_HOME}/ear/suite.ear/conf/ with ${APPIAN_HOME}/conf/ in docker-compose.yml.&lt;br /&gt;
&lt;br /&gt;
i.e.- ./conf/appian-topology.xml:${APPIAN_HOME}/ear/suite.ear/conf/appian-topology.xml ===&amp;gt;&amp;gt; - ./conf/appian-topology.xml:${APPIAN_HOME}/conf/appian-topology.xml&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to start Appian 18.2 Docker configuration</title><link>https://community.appian.com/thread/56342?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 15:31:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e3bfcc6c-40b2-481b-81ea-f6be097f0513</guid><dc:creator>Dmitry S</dc:creator><description>I tried on 2 different computers (Linux and Mac) with both permanent and temporary licenses and got the same result.&lt;br /&gt;
&lt;br /&gt;
Also faced and resolved this issue before that: &lt;a href="https://issues.jboss.org/browse/JBEAP-4434"&gt;issues.jboss.org/.../JBEAP-4434&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>