<?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>Cannot start app server in 19.1</title><link>https://community.appian.com/discussions/f/administration/14439/cannot-start-app-server-in-19-1</link><description>I&amp;#39;m upgrading appian from 18.3 to 19.1 and have made all required changes however when i try to start the appserver it creates a new folder in the default appian log directory called &amp;quot;tomcat&amp;quot; but there are no logs in that folder. Previous release did</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/67576?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2019 17:13:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6812c1e6-e4b8-47e4-b8ac-9a53527f8a32</guid><dc:creator>Ankur V</dc:creator><description>&lt;p&gt;What is the version of mysql and the connectors you are using? I had issues with latest mysql version on appian they are not always supported. I have mysql-installer-community-8.0.15.0 , mysql-workbench-community-8.0.15 and mysql-connector-java-5.1.47 and is works fine on 19.2&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/67536?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2019 03:36:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2125d203-99e0-47ef-bee5-865ec54ab310</guid><dc:creator>Shoaib</dc:creator><description>&lt;p&gt;here is the link to my tomcat log file, all services start without any issues, the only issue I am facing is with the Tomcat server, its not getting started&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/12/0118.tomcat_2D00_stdOut.log"&gt;community.appian.com/.../0118.tomcat_2D00_stdOut.log&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/67535?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2019 03:33:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eee3e142-835b-4aef-b145-904440965d23</guid><dc:creator>Shoaib</dc:creator><description>&lt;p&gt;Thank you for your reply and helping me out with the connection string and JNDI.&lt;/p&gt;
&lt;p&gt;I am already using that &amp;quot;Quick Start Installation Guide&amp;quot; and I have only followed that instruction guide for setting up Appian server but still facing error.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is the error in the log file&lt;/p&gt;
&lt;pre&gt;SEVERE [localhost-startStop-1] org.apache.tomcat.jdbc.pool.ConnectionPool.init Unable to create initial connections of pool.
 java.sql.SQLException: Access denied for user &amp;#39;&amp;#39;@&amp;#39;localhost&amp;#39; (using password: NO)&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/67430?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2019 19:45:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c6974162-028e-4604-a27a-cbbc63fd027d</guid><dc:creator>Ankur V</dc:creator><description>&lt;p&gt;Looks like you are installing appian and all components on a single server i would suggest you follow the steps mentioned here &lt;a href="https://docs.appian.com/suite/help/19.2/Quick_Start_Installation_Guide.html"&gt;https://docs.appian.com/suite/help/19.2/Quick_Start_Installation_Guide.html&lt;/a&gt; and refer to this post if you encounter any issues. &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre class="highlight"&gt;&lt;code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;conf.data.APPIAN_DATA_SOURCE=jdbc/AppianDS --- AppianDS is the jndi name specified in &lt;span&gt;Resource name=&amp;quot;jdbc/xxx&amp;quot; in tomact resource.xml&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class="highlight"&gt;&lt;code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Your datasource url should be jdbc:mysql://localhost:3306/business_schema( name of businessschema)?useOldAliasMetadataBehavior=true&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/67391?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2019 01:36:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:03fc7779-4cee-456e-b1c2-d39bdab4af1e</guid><dc:creator>Shoaib</dc:creator><description>&lt;p&gt;Hi Ankur,&lt;/p&gt;
&lt;p&gt;Hope so you are doing fine, thank you for your reply.&lt;/p&gt;
&lt;p&gt;I have placed the following connector jars in the (repo\appian\tomcat\apache-tomcat\lib)&lt;/p&gt;
&lt;p&gt;mysql-connector-java-5.1.47&lt;/p&gt;
&lt;p&gt;mysql-connector-java-5.1.47-bin&lt;/p&gt;
&lt;p&gt;mysql-connector-java-8.0.11&lt;/p&gt;
&lt;p&gt;mysql-connector-java-8.0.16&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;------------------------------------&lt;/p&gt;
&lt;p&gt;I am trying to install appian server but having difficulty with configuring the MySql connection can you kindly tell me what is JNDI? what do I need to put in .xml file&amp;nbsp;&lt;/p&gt;
&lt;p&gt;e.g:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;for tomcat.resource.xml&lt;/p&gt;
&lt;p&gt;what should be the name? here (&amp;lt;Resource name=&amp;quot;jdbc/&amp;quot;) what should be after jdbc/ should it be the schema name? e.g appian_schema I created in MySql&amp;nbsp;server -&amp;gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(&amp;lt;Resource name=&amp;quot;jdbc/appian_schema&amp;quot;) or it should be something else?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;-------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;what should be in url after port/&lt;/p&gt;
&lt;p&gt;is this the correct url? if I my sql servr is on local machine and the schema is appian_schema&lt;/p&gt;
&lt;p&gt;url=&amp;quot;jdbc:mysql://localhost:3306/appian_schema?useOldAliasMetadataBehavior=true&amp;amp;amp;useServerPrepStmts=true&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;---------------------------------------&lt;/p&gt;
&lt;p&gt;and for custom.properties.dev file, should the data source look like this?&lt;/p&gt;
&lt;p&gt;conf.data.datasources=appian_schema&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am new to appian and need to set a an appian server on my local machine, I am setting up server for first time, kindly help me out.&lt;/p&gt;
&lt;p&gt;Any help would be really appreciated&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/67375?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 18:54:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cb09d2f2-a782-4ffd-8d07-10b4cd60d0ab</guid><dc:creator>Shoaib</dc:creator><description>&lt;p&gt;can you kindly tell me which version of java connector are you using&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/67374?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 18:53:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c1322e04-59c2-4ceb-9a5f-1c004859ea5c</guid><dc:creator>Shoaib</dc:creator><description>&lt;p&gt;Hi Ankur,&lt;/p&gt;
&lt;p&gt;Thank you for the reply,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have provided the correct username and password in suite.xml file which I am using in the workbench to access the database, but I am still getting the same error.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/67319?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2019 16:10:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e339bc4-eb52-4d02-9c03-a1a9496dbc24</guid><dc:creator>Ankur V</dc:creator><description>&lt;p&gt;Can you connect to the DB from workbench using the credentials you have set? If it works then check the suite.xml in APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost\ and validate if the password matches in the below code&lt;br /&gt;&lt;br /&gt;BEGIN DATASOURCES --&amp;gt;&lt;br /&gt; &amp;lt;Resource name=&amp;quot;jdbc/AppianDS&amp;quot;&lt;br /&gt; factory=&amp;quot;com.appiancorp.tomcat.datasource.EncodedPasswordDataSourceFactory&amp;quot;&lt;br /&gt; type=&amp;quot;javax.sql.DataSource&amp;quot;&lt;br /&gt; driverClassName=&amp;quot;com.mysql.jdbc.Driver&amp;quot;&lt;br /&gt; url=&amp;quot;jdbc:mysql://localhost:3306/appian_schema?useOldAliasMetadataBehavior=true&amp;amp;amp;useUnicode=true&amp;amp;amp;characterEncoding=utf8&amp;quot;&lt;br /&gt; username=&amp;quot;xxxx&amp;quot;&lt;br /&gt; password=&amp;quot;xxxxxx&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/67318?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2019 15:55:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c2fedb44-f2d3-4790-b56a-9c7ebc078527</guid><dc:creator>Shoaib</dc:creator><description>&lt;p&gt;Hi Ankur, Thanks for sharing this helpful information.&lt;br /&gt;I am facing another error while starting the app server when I check the log file the error stated as&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;java.sql.SQLException: Access denied for user &amp;#39;root&amp;#39;@&amp;#39;localhost&amp;#39; (using password: YES)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have given root access to the uses in MySQL users but the error still remains, can you kindly tell me if you know how to solve this error?&lt;/p&gt;
&lt;p&gt;Waiting for a response,&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/65550?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2019 15:06:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f37fea0-abf2-4ac5-a4b3-46138f76bf5d</guid><dc:creator>matts932034</dc:creator><description>&lt;p&gt;Yes, it is generating correctly for me&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/65544?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2019 14:16:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:49f721d0-3c98-427c-a04e-a45e6366e8fb</guid><dc:creator>Ankur V</dc:creator><description>&lt;p&gt; can you confirm if&amp;nbsp;&lt;span&gt;tomcat-stdOut.log is generated automatically after applying hotfix A?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/65525?ContentTypeID=1</link><pubDate>Sun, 31 Mar 2019 06:01:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:20c224df-e330-4ab4-b406-59a3739955bb</guid><dc:creator>matts932034</dc:creator><description>&lt;p&gt;above worked on linux, 19.1 hotfix A&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/65143?ContentTypeID=1</link><pubDate>Wed, 13 Mar 2019 12:46:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8d27196-4da3-4767-86c8-a8c6f630af3c</guid><dc:creator>Ankur V</dc:creator><description>&lt;p&gt;Appian has confirmed it&amp;#39;s a issue in 19.1 and will be addressed in the upcoming hotfix&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/65142?ContentTypeID=1</link><pubDate>Wed, 13 Mar 2019 10:22:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e4026b97-5580-449b-a806-ff0858e520b6</guid><dc:creator>nishanths</dc:creator><description>This helped me!&lt;br /&gt;
&lt;br /&gt;
and i have noticed that there is no auto generated tomcat log file &amp;quot;tomcat-stdOut.log&amp;quot;. Do you have any idea on how to generate the same?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance!&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Nishanth&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot start app server in 19.1</title><link>https://community.appian.com/thread/64954?ContentTypeID=1</link><pubDate>Thu, 28 Feb 2019 17:18:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4ac0dfe1-6df6-4990-b70d-ed96f3819e5f</guid><dc:creator>Ankur V</dc:creator><description>&lt;p&gt;So i was able to resolve this with some help from appian. The issue currently is on Windows installation i have not tested this on Linux. As per Appian documentation jdk is now built into appian which is great but with that a few more environment variables needs to be defined.&lt;br /&gt; &lt;br /&gt; 1. JAVA_HOME this need to be &amp;lt;APPIAN_HOME&amp;gt;\java&lt;br /&gt; 2. JRE_HOME this need to be &amp;lt;APPIAN_HOME&amp;gt;\java\jre&lt;br /&gt; 3. CATALINA_HOME this needs to be &amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat &lt;br /&gt; 4. In the path variables add %CATALINA_HOME%\lib&lt;br /&gt; &lt;br /&gt; If step 2 -4 are not carried out appian installation will run without any errors but appserver wont start and neither will tomcat as startup.bat is looking for Catalina_home environment variable. Starting 19.1 is different. After executing &amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\bin\start-appserver.bat you also need to execute &lt;br /&gt; &amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\bin\startup.bat ( thanks appian for pointing this) this will execute the tomcat and catalina process. &lt;br /&gt; While tomcat is running look for error &amp;quot; SEVERE [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Error deploying configuration descriptor [C:\appian191\appian\tomcat\apache-tomcat\conf\Catalina\localhost\suite.xml]java.io.FileNotFoundException: ..\..\..\conf\tomcatResources.xml (The system cannot find the path specified)&amp;quot; or &amp;quot;Failed to start component [/suite]&amp;quot; this is due to suite.xml having incomplete information. Suite.XML can be found in &amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost\ . Here&amp;#39;s what my initial suite.xml looked like&lt;br /&gt; &lt;br /&gt; &amp;lt;!DOCTYPE config-xml [&lt;br /&gt; &amp;lt;!ENTITY datasource-config SYSTEM &amp;quot;file:../../../conf/tomcatResources.xml&amp;quot;&amp;gt;&lt;br /&gt; ]&amp;gt;&lt;br /&gt; &amp;lt;Context docBase=&amp;quot;${ae.home}/deployment/web.war&amp;quot; mapperDirectoryRedirectEnabled=&amp;quot;true&amp;quot; swallowOutput=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;Loader&lt;br /&gt; loaderClass=&amp;quot;com.appiancorp.tomcat.loader.AppianWebappClassLoader&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;JarScanner&amp;gt;&lt;br /&gt; &amp;lt;JarScanFilter&lt;br /&gt; pluggabilitySkip=&amp;quot;*&amp;quot;&lt;br /&gt; tldSkip=&amp;quot;*&amp;quot;&lt;br /&gt; tldScan=&amp;quot;${tomcat.util.scan.StandardJarScanFilter.jarsToScan},&lt;br /&gt; string-*.jar,&lt;br /&gt; kcServlet-*.jar,&lt;br /&gt; taglibs-standard-impl-*.jar,&lt;br /&gt; regexp-*.jar,&lt;br /&gt; taglibs-standard-jstlel-*.jar,&lt;br /&gt; sitemesh-*.jar,&lt;br /&gt; jersey-server-*.jar,&lt;br /&gt; pluto-taglib-*.jar,&lt;br /&gt; i18n-*.jar,&lt;br /&gt; datetime-*.jar,&lt;br /&gt; struts-el-*.jar,&lt;br /&gt; struts-taglib-*.jar,&lt;br /&gt; struts-tiles-*.jar&amp;quot;&lt;br /&gt; /&amp;gt;&lt;br /&gt; &amp;lt;/JarScanner&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;!-- Imported datasources from AE_HOME/conf/tomcatResources.xml --&amp;gt;&lt;br /&gt; &amp;amp;datasource-config;&lt;br /&gt; &lt;br /&gt; &amp;lt;!-- In order to start a local broker the property conf.jms.embeddedBrokerEnabled must be set to true in custom.properties --&amp;gt;&lt;br /&gt; &amp;lt;Resource name=&amp;quot;jms/AppianProcessIntegrationConnectionFactory&amp;quot;&lt;br /&gt; type=&amp;quot;org.apache.activemq.ActiveMQConnectionFactory&amp;quot;&lt;br /&gt; auth=&amp;quot;Container&amp;quot;&lt;br /&gt; description=&amp;quot;Appian Process Integration JMS Connection Factory&amp;quot;&lt;br /&gt; factory=&amp;quot;org.apache.activemq.jndi.JNDIReferenceFactory&amp;quot;&lt;br /&gt; brokerURL=&amp;quot;tcp://localhost:61616&amp;quot;&lt;br /&gt; useEmbeddedBroker=&amp;quot;true&amp;quot;&lt;br /&gt; brokerName=&amp;quot;AppianActiveMQBroker&amp;quot;/&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;Resource name=&amp;quot;jms/AppianProcessIntegrationQueue&amp;quot;&lt;br /&gt; type=&amp;quot;org.apache.activemq.command.ActiveMQQueue&amp;quot;&lt;br /&gt; factory=&amp;quot;org.apache.activemq.jndi.JNDIReferenceFactory&amp;quot;&lt;br /&gt; physicalName=&amp;quot;APPIAN.PROCESS.INTEGRATION.QUEUE&amp;quot;&lt;br /&gt; auth=&amp;quot;Container&amp;quot;/&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;Resources cachingAllowed=&amp;quot;false&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;PostResources base=&amp;quot;${ae.home}/deployment/web.war/WEB-INF/resources&amp;quot; className=&amp;quot;org.apache.catalina.webresources.DirResourceSet&amp;quot; webAppMount=&amp;quot;/WEB-INF/classes&amp;quot; /&amp;gt;&lt;br /&gt; &amp;lt;PostResources base=&amp;quot;${ae.home}/conf&amp;quot; className=&amp;quot;org.apache.catalina.webresources.DirResourceSet&amp;quot; webAppMount=&amp;quot;/WEB-INF/classes&amp;quot; /&amp;gt;&lt;br /&gt; &amp;lt;/Resources&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;Manager pathname=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;!-- BEGIN ACCESSLOG --&amp;gt;&lt;br /&gt; &amp;lt;Valve className=&amp;quot;org.apache.catalina.valves.ExtendedAccessLogValve&amp;quot; directory=&amp;quot;${ae.home}/logs&amp;quot;&lt;br /&gt; prefix=&amp;quot;tomcat-access.log&amp;quot;&lt;br /&gt; pattern=&amp;quot;date time cs-uri x-P($bgUrl) sc-status time-taken&amp;quot;&lt;br /&gt; conditionUnless=&amp;quot;no-access-log&amp;quot; /&amp;gt;&lt;br /&gt; &amp;lt;!-- END ACCESSLOG --&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;/Context&amp;gt;&lt;br /&gt; &lt;br /&gt; My Modified suite.xml has datasource values:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &amp;lt;Context docBase=&amp;quot;${ae.home}/deployment/web.war&amp;quot; mapperDirectoryRedirectEnabled=&amp;quot;true&amp;quot; swallowOutput=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;Loader&lt;br /&gt; loaderClass=&amp;quot;com.appiancorp.tomcat.loader.AppianWebappClassLoader&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;JarScanner&amp;gt;&lt;br /&gt; &amp;lt;JarScanFilter&lt;br /&gt; pluggabilitySkip=&amp;quot;*&amp;quot;&lt;br /&gt; tldSkip=&amp;quot;*&amp;quot;&lt;br /&gt; tldScan=&amp;quot;${tomcat.util.scan.StandardJarScanFilter.jarsToScan},&lt;br /&gt; string-*.jar,&lt;br /&gt; kcServlet-*.jar,&lt;br /&gt; taglibs-standard-impl-*.jar,&lt;br /&gt; regexp-*.jar,&lt;br /&gt; taglibs-standard-jstlel-*.jar,&lt;br /&gt; sitemesh-*.jar,&lt;br /&gt; jersey-server-*.jar,&lt;br /&gt; pluto-taglib-*.jar,&lt;br /&gt; i18n-*.jar,&lt;br /&gt; datetime-*.jar,&lt;br /&gt; struts-el-*.jar,&lt;br /&gt; struts-taglib-*.jar,&lt;br /&gt; struts-tiles-*.jar&amp;quot;&lt;br /&gt; /&amp;gt;&lt;br /&gt; &amp;lt;/JarScanner&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;!-- BEGIN DATASOURCES --&amp;gt;&lt;br /&gt; &amp;lt;Resource name=&amp;quot;jdbc/AppianDS&amp;quot;&lt;br /&gt; factory=&amp;quot;com.appiancorp.tomcat.datasource.EncodedPasswordDataSourceFactory&amp;quot;&lt;br /&gt; type=&amp;quot;javax.sql.DataSource&amp;quot;&lt;br /&gt; driverClassName=&amp;quot;com.mysql.jdbc.Driver&amp;quot;&lt;br /&gt; url=&amp;quot;jdbc:mysql://localhost:3306/appian_schema?useOldAliasMetadataBehavior=true&amp;amp;amp;useUnicode=true&amp;amp;amp;characterEncoding=utf8&amp;quot;&lt;br /&gt; username=&amp;quot;xxxx&amp;quot;&lt;br /&gt; password=&amp;quot;xxxxxx&amp;quot;&lt;br /&gt; initialSize=&amp;quot;5&amp;quot;&lt;br /&gt; maxTotal=&amp;quot;100&amp;quot;&lt;br /&gt; defaultTransactionIsolation=&amp;quot;READ_COMMITTED&amp;quot;&lt;br /&gt; maxWaitMillis=&amp;quot;30000&amp;quot;&lt;br /&gt; minIdle=&amp;quot;5&amp;quot;&lt;br /&gt; minEvictableIdleTimeMillis=&amp;quot;90000&amp;quot;&lt;br /&gt; timeBetweenEvictionRunsMillis=&amp;quot;450000&amp;quot;&lt;br /&gt; numTestsPerEvictionRun=&amp;quot;100&amp;quot;&lt;br /&gt; accessToUnderlyingConnectionAllowed=&amp;quot;true&amp;quot;&lt;br /&gt; validationQuery=&amp;quot;SELECT 1&amp;quot;&lt;br /&gt; testOnBorrow=&amp;quot;true&amp;quot;&lt;br /&gt; /&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;!-- END DATASOURCES --&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;!-- In order to start a local broker the property conf.jms.embeddedBrokerEnabled must be set to true in custom.properties --&amp;gt;&lt;br /&gt; &amp;lt;Resource name=&amp;quot;jms/AppianProcessIntegrationConnectionFactory&amp;quot;&lt;br /&gt; type=&amp;quot;org.apache.activemq.ActiveMQConnectionFactory&amp;quot;&lt;br /&gt; auth=&amp;quot;Container&amp;quot;&lt;br /&gt; description=&amp;quot;Appian Process Integration JMS Connection Factory&amp;quot;&lt;br /&gt; factory=&amp;quot;org.apache.activemq.jndi.JNDIReferenceFactory&amp;quot;&lt;br /&gt; brokerURL=&amp;quot;tcp://localhost:61616&amp;quot;&lt;br /&gt; useEmbeddedBroker=&amp;quot;true&amp;quot;&lt;br /&gt; brokerName=&amp;quot;AppianActiveMQBroker&amp;quot;/&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;Resource name=&amp;quot;jms/AppianProcessIntegrationQueue&amp;quot;&lt;br /&gt; type=&amp;quot;org.apache.activemq.command.ActiveMQQueue&amp;quot;&lt;br /&gt; factory=&amp;quot;org.apache.activemq.jndi.JNDIReferenceFactory&amp;quot;&lt;br /&gt; physicalName=&amp;quot;APPIAN.PROCESS.INTEGRATION.QUEUE&amp;quot;&lt;br /&gt; auth=&amp;quot;Container&amp;quot;/&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;Resources cachingAllowed=&amp;quot;false&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;PostResources base=&amp;quot;${ae.home}/deployment/web.war/WEB-INF/resources&amp;quot; className=&amp;quot;org.apache.catalina.webresources.DirResourceSet&amp;quot; webAppMount=&amp;quot;/WEB-INF/classes&amp;quot; /&amp;gt;&lt;br /&gt; &amp;lt;PostResources base=&amp;quot;${ae.home}/conf&amp;quot; className=&amp;quot;org.apache.catalina.webresources.DirResourceSet&amp;quot; webAppMount=&amp;quot;/WEB-INF/classes&amp;quot; /&amp;gt;&lt;br /&gt; &amp;lt;/Resources&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;Manager pathname=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;!-- BEGIN ACCESSLOG --&amp;gt;&lt;br /&gt; &amp;lt;Valve className=&amp;quot;org.apache.catalina.valves.ExtendedAccessLogValve&amp;quot; directory=&amp;quot;${ae.home}/logs&amp;quot;&lt;br /&gt; prefix=&amp;quot;tomcat-access.log&amp;quot;&lt;br /&gt; pattern=&amp;quot;date time cs-uri x-P($bgUrl) sc-status time-taken&amp;quot; /&amp;gt;&lt;br /&gt; &amp;lt;!-- END ACCESSLOG --&amp;gt;&lt;br /&gt; &lt;br /&gt; &amp;lt;/Context&amp;gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; Restarted the appian start process and it worked. This has only been seen on Appian Windows installation havent tested it on Linux yet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>