<?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/"><channel><title>KB-1718 Tomcat fails to deploy Appian or start all services successfully</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1718 Tomcat fails to deploy Appian or start all services successfully</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully</link><pubDate>Tue, 11 Aug 2020 21:10:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>James Lee</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Current Revision posted to Appian Knowledge Base by James Lee on 8/11/2020 9:10:58 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;h3&gt;Symptom 1&lt;/h3&gt;
&lt;p&gt;Tomcat fails with the following error in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;:&lt;/p&gt;
&lt;div&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h3&gt;Symptom 2&lt;/h3&gt;
&lt;p&gt;Tomcat&amp;nbsp;starts&amp;nbsp;successfully, but the Appian suite is not started. Although there is no explicit error in the&amp;nbsp;&lt;strong&gt;tomcat-stdOut.log, &lt;/strong&gt;the log output is much shorter than a typical start-up:&lt;/p&gt;
&lt;pre class="code-java"&gt;The system cannot find the file c:\appian\conf\custom.properties.
Using CATALINA_BASE:   &lt;span class="code-quote"&gt;&amp;quot;C:\appian\tomcat\apache-tomcat&amp;quot;&lt;/span&gt;
Using CATALINA_HOME:   &lt;span class="code-quote"&gt;&amp;quot;C:\appian\tomcat\apache-tomcat&amp;quot;&lt;/span&gt;
Using CATALINA_TMPDIR: &lt;span class="code-quote"&gt;&amp;quot;C:\appian\tomcat\apache-tomcat\temp&amp;quot;&lt;/span&gt;
Using JRE_HOME:        &lt;span class="code-quote"&gt;&amp;quot;C:\appian\java\jre&amp;quot;&lt;/span&gt;
Using CLASSPATH:       &lt;span class="code-quote"&gt;&amp;quot;C:\appian\tomcat\apache-tomcat\bin\bootstrap.jar;C:\appian\tomcat\apache-tomcat\bin\tomcat-juli.jar&amp;quot;&lt;/span&gt;
2019-05-15 19:39:24.082 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.5.40
2019-05-15 19:39:24.086 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Apr 10 2019 14:31:19 UTC
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.5.40.0
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Windows Server 2016
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            10.0
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             C:\appian\java\jre
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_192-b12
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         C:\appian\tomcat\apache-tomcat
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         C:\appian\tomcat\apache-tomcat
2019-05-15 19:39:24.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=C:\appian\tomcat\apache-tomcat\conf\logging.properties
2019-05-15 19:39:24.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
2019-05-15 19:39:24.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
2019-05-15 19:39:24.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
2019-05-15 19:39:24.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dfile.encoding=UTF-8
2019-05-15 19:39:24.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Duser.timezone=GMT
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.naming.factory.initial=com.appiancorp.tomcat.naming.TomcatInitialContextFactory
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=&lt;span class="code-keyword"&gt;true&lt;/span&gt;
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.net.preferIPv4Stack=&lt;span class="code-keyword"&gt;true&lt;/span&gt;
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.osgi.framework.security=osgi
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.security.manager
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.net.inetaddr.ttl=60
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.rmi.dgc.client.gcInterval=3600000
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.rmi.dgc.server.gcInterval=3600000
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseCompressedOops
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:-TieredCompilation
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:ReservedCodeCacheSize=256M
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseConcMarkSweepGC
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+ExplicitGCInvokesConcurrent
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+CMSClassUnloadingEnabled
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:-TraceClassUnloading
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+PrintGCDetails
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+PrintGCDateStamps
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseGCLogFileRotation
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:NumberOfGCLogFiles=5
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:GCLogFileSize=3M
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+HeapDumpOnOutOfMemoryError
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -verbose:gc
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dae.home=c:\appian
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xloggc:c:\appian\logs\tomcat\gc.log
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms2048m
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx4096m
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.security.policy=C:\appian\tomcat\apache-tomcat\conf\all.policy
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=C:\appian\tomcat\apache-tomcat
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=C:\appian\tomcat\apache-tomcat
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=C:\appian\tomcat\apache-tomcat\temp
2019-05-15 19:39:24.835 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler [&lt;span class="code-quote"&gt;"http-nio-8080"&lt;/span&gt;]
2019-05-15 19:39:24.967 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector &lt;span class="code-keyword"&gt;for&lt;/span&gt; servlet write/read
2019-05-15 19:39:24.997 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler [&lt;span class="code-quote"&gt;"ajp-nio-8009"&lt;/span&gt;]
2019-05-15 19:39:25.002 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector &lt;span class="code-keyword"&gt;for&lt;/span&gt; servlet write/read
2019-05-15 19:39:25.002 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1475 ms
2019-05-15 19:39:25.022 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
2019-05-15 19:39:25.022 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.40
2019-05-15 19:39:25.140 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [&lt;span class="code-quote"&gt;"http-nio-8080"&lt;/span&gt;]
2019-05-15 19:39:25.175 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [&lt;span class="code-quote"&gt;"ajp-nio-8009"&lt;/span&gt;]
2019-05-15 19:39:25.179 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 175 ms&lt;/pre&gt;
&lt;div class="code panel"&gt;
&lt;div class="codeContent panelContent"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Configure_Script.html"&gt;configure script&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is run, the&amp;nbsp;content in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is&amp;nbsp;copied to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;suite.xml&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This error occurs if the content is not copied over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is configured according to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and copy the entire contents of that file into&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;suite.xml&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;in between the lines:&lt;br /&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Restart Tomcat.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, installation, application server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1718 Tomcat fails to deploy Appian or start all services successfully</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/18</link><pubDate>Tue, 11 Aug 2020 21:09:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>James Lee</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 18 posted to Appian Knowledge Base by James Lee on 8/11/2020 9:09:19 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;h3&gt;Symptom 1&lt;/h3&gt;
&lt;p&gt;Tomcat fails with the following error in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;:&lt;/p&gt;
&lt;div&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h3&gt;Symptom 2&lt;/h3&gt;
&lt;p&gt;Tomcat&amp;nbsp;starts&amp;nbsp;successfully, but the Appian suite is not started. Although there is no explicit error in the&amp;nbsp;&lt;strong&gt;tomcat-stdOut.log,&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;the log output is much shorter than a typical start-up:&lt;/p&gt;
&lt;div class="content-scrollable-wrapper content-scrollable-wrapper-scrolled"&gt;
&lt;pre class="code-java"&gt;The system cannot find the file c:\appian\conf\custom.properties.
Using CATALINA_BASE:   &lt;span class="code-quote"&gt;&amp;quot;C:\appian\tomcat\apache-tomcat&amp;quot;&lt;/span&gt;
Using CATALINA_HOME:   &lt;span class="code-quote"&gt;&amp;quot;C:\appian\tomcat\apache-tomcat&amp;quot;&lt;/span&gt;
Using CATALINA_TMPDIR: &lt;span class="code-quote"&gt;&amp;quot;C:\appian\tomcat\apache-tomcat\temp&amp;quot;&lt;/span&gt;
Using JRE_HOME:        &lt;span class="code-quote"&gt;&amp;quot;C:\appian\java\jre&amp;quot;&lt;/span&gt;
Using CLASSPATH:       &lt;span class="code-quote"&gt;&amp;quot;C:\appian\tomcat\apache-tomcat\bin\bootstrap.jar;C:\appian\tomcat\apache-tomcat\bin\tomcat-juli.jar&amp;quot;&lt;/span&gt;
2019-05-15 19:39:24.082 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.5.40
2019-05-15 19:39:24.086 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Apr 10 2019 14:31:19 UTC
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.5.40.0
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Windows Server 2016
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            10.0
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             C:\appian\java\jre
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_192-b12
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         C:\appian\tomcat\apache-tomcat
2019-05-15 19:39:24.087 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         C:\appian\tomcat\apache-tomcat
2019-05-15 19:39:24.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=C:\appian\tomcat\apache-tomcat\conf\logging.properties
2019-05-15 19:39:24.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
2019-05-15 19:39:24.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
2019-05-15 19:39:24.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
2019-05-15 19:39:24.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dfile.encoding=UTF-8
2019-05-15 19:39:24.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Duser.timezone=GMT
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.naming.factory.initial=com.appiancorp.tomcat.naming.TomcatInitialContextFactory
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=&lt;span class="code-keyword"&gt;true&lt;/span&gt;
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.net.preferIPv4Stack=&lt;span class="code-keyword"&gt;true&lt;/span&gt;
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.osgi.framework.security=osgi
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.security.manager
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.net.inetaddr.ttl=60
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.rmi.dgc.client.gcInterval=3600000
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.rmi.dgc.server.gcInterval=3600000
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseCompressedOops
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:-TieredCompilation
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:ReservedCodeCacheSize=256M
2019-05-15 19:39:24.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseConcMarkSweepGC
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+ExplicitGCInvokesConcurrent
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+CMSClassUnloadingEnabled
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:-TraceClassUnloading
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+PrintGCDetails
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+PrintGCDateStamps
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseGCLogFileRotation
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:NumberOfGCLogFiles=5
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:GCLogFileSize=3M
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+HeapDumpOnOutOfMemoryError
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -verbose:gc
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dae.home=c:\appian
2019-05-15 19:39:24.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xloggc:c:\appian\logs\tomcat\gc.log
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms2048m
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx4096m
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.security.policy=C:\appian\tomcat\apache-tomcat\conf\all.policy
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=C:\appian\tomcat\apache-tomcat
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=C:\appian\tomcat\apache-tomcat
2019-05-15 19:39:24.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=C:\appian\tomcat\apache-tomcat\temp
2019-05-15 19:39:24.835 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler [&lt;span class="code-quote"&gt;"http-nio-8080"&lt;/span&gt;]
2019-05-15 19:39:24.967 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector &lt;span class="code-keyword"&gt;for&lt;/span&gt; servlet write/read
2019-05-15 19:39:24.997 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler [&lt;span class="code-quote"&gt;"ajp-nio-8009"&lt;/span&gt;]
2019-05-15 19:39:25.002 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector &lt;span class="code-keyword"&gt;for&lt;/span&gt; servlet write/read
2019-05-15 19:39:25.002 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1475 ms
2019-05-15 19:39:25.022 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
2019-05-15 19:39:25.022 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.40
2019-05-15 19:39:25.140 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [&lt;span class="code-quote"&gt;"http-nio-8080"&lt;/span&gt;]
2019-05-15 19:39:25.175 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [&lt;span class="code-quote"&gt;"ajp-nio-8009"&lt;/span&gt;]
2019-05-15 19:39:25.179 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 175 ms&lt;/pre&gt;
&lt;/div&gt;
&lt;div class="code panel"&gt;
&lt;div class="codeContent panelContent"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Configure_Script.html"&gt;configure script&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is run, the&amp;nbsp;content in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is&amp;nbsp;copied to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;suite.xml&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This error occurs if the content is not copied over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is configured according to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and copy the entire contents of that file into&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;suite.xml&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;in between the lines:&lt;br /&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Restart Tomcat.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2020&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, installation, application server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1718 Tomcat fails to deploy Appian with "NameNotFoundException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/17</link><pubDate>Wed, 19 Sep 2018 17:06:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 17 posted to Appian Knowledge Base by Jordan Horwat on 9/19/2018 5:06:29 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with the following error in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the &lt;a href="https://docs.appian.com/suite/help/latest/Configure_Script.html"&gt;configure script&lt;/a&gt; is run, the&amp;nbsp;content in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This error occurs if this content does not copy over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/latest/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;br /&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Restart Tomcat.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, installation, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails to deploy Appian with "NameNotFoundException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/16</link><pubDate>Wed, 19 Sep 2018 13:05:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Jordan Horwat on 9/19/2018 1:05:11 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with the following error in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the &lt;a href="https://docs.appian.com/suite/help/latest/Configure_Script.html"&gt;configure script&lt;/a&gt; is run, the&amp;nbsp;content in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This error occurs if this content does not copy over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/latest/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;br /&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Restart Tomcat.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails to deploy Appian with "NameNotFoundException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/15</link><pubDate>Tue, 18 Sep 2018 12:36:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Tejas Kargutkar on 9/18/2018 12:36:11 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with the following error in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the &lt;a href="https://docs.appian.com/suite/help/18.3/Configure_Script.html"&gt;configure script&lt;/a&gt; is run, the&amp;nbsp;content in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This error occurs if this content does not copy over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;br /&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Restart Tomcat.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "Unable to find [jdbc]"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/14</link><pubDate>Tue, 18 Sep 2018 12:27:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Rebecca Jonas on 9/18/2018 12:27:51 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with the following error in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the &lt;a href="https://docs.appian.com/suite/help/18.3/Configure_Script.html"&gt;configure script&lt;/a&gt; is run, the&amp;nbsp;content in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This error occurs if this content does not copy over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;br /&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Restart Tomcat.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "Unable to find [jdbc]"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/13</link><pubDate>Tue, 18 Sep 2018 12:25:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Rebecca Jonas on 9/18/2018 12:25:49 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with the following error in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the &lt;a href="https://docs.appian.com/suite/help/18.3/Configure_Script.html"&gt;configure script&lt;/a&gt; is run, the&amp;nbsp;content in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;These errors occur if this content does not copy over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;br /&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Restart Tomcat.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "BadPaddingException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/12</link><pubDate>Fri, 14 Sep 2018 17:25:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Jordan Horwat on 9/14/2018 5:25:42 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with one of the following errors in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: [javax.naming.NamingException: Unexpected exception resolving reference [Root exception is javax.crypto.BadPaddingException: Given final block not properly padded]]&lt;br /&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference&lt;br /&gt;javax.crypto.BadPaddingException: Given final block not properly padded.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the &lt;a href="https://docs.appian.com/suite/help/18.3/Configure_Script.html"&gt;configure script&lt;/a&gt; is run, the&amp;nbsp;content in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;These errors occur if this content does not copy over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;br /&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Restart Tomcat.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "BadPaddingException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/11</link><pubDate>Fri, 14 Sep 2018 17:25:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Jordan Horwat on 9/14/2018 5:25:12 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with one of the following errors in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: [javax.naming.NamingException: Unexpected exception resolving reference [Root exception is javax.crypto.BadPaddingException: Given final block not properly padded]]&lt;br /&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference&lt;br /&gt;javax.crypto.BadPaddingException: Given final block not properly padded.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the &lt;a href="https://docs.appian.com/suite/help/18.3/Configure_Script.html"&gt;configure script&lt;/a&gt; is run, the&amp;nbsp;content in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;These errors occur if this content does not copy over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;br /&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Restart Tomcat.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "BadPaddingException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/10</link><pubDate>Fri, 14 Sep 2018 17:14:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Rebecca Jonas on 9/14/2018 5:14:54 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with one of the following errors in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/tomcat-stdOut.log&lt;/code&gt;:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: [javax.naming.NamingException: Unexpected exception resolving reference [Root exception is javax.crypto.BadPaddingException: Given final block not properly padded]]&lt;br /&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference&lt;br /&gt;javax.crypto.BadPaddingException: Given final block not properly padded.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the &lt;a href="https://docs.appian.com/suite/help/18.3/Configure_Script.html"&gt;configure script&lt;/a&gt; is run, the&amp;nbsp;content in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;These errors occur if this content does not copy over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;br /&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Restart Tomcat.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "BadPaddingException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/1</link><pubDate>Fri, 14 Sep 2018 15:20:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Rebecca Jonas on 9/14/2018 3:20:08 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with one of the following errors:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;code&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;&lt;code&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;code&gt;WARNING [localhost-startStop-1] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: [javax.naming.NamingException: Unexpected exception resolving reference [Root exception is javax.crypto.BadPaddingException: Given final block not properly padded]]&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;code&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;&lt;code&gt;&amp;nbsp;javax.crypto.BadPaddingException: Given final block not properly padded.&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the configure script is run, the information in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;These errors occur if this code does not copy over correctly or if it is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Manually copy the entire contents of &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines and make sure it is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "BadPaddingException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/9</link><pubDate>Fri, 14 Sep 2018 12:32:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Rebecca Jonas on 9/14/2018 12:32:20 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with one of the following errors:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: [javax.naming.NamingException: Unexpected exception resolving reference [Root exception is javax.crypto.BadPaddingException: Given final block not properly padded]]&lt;br /&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference&lt;br /&gt;javax.crypto.BadPaddingException: Given final block not properly padded.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the configure script is run, the&amp;nbsp;content in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;These errors occur if this content does not copy over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Make sure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;br /&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Restart Tomcat.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "BadPaddingException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/8</link><pubDate>Fri, 14 Sep 2018 12:28:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Rebecca Jonas on 9/14/2018 12:28:48 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with one of the following errors:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: [javax.naming.NamingException: Unexpected exception resolving reference [Root exception is javax.crypto.BadPaddingException: Given final block not properly padded]]&lt;br /&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference&lt;br /&gt;javax.crypto.BadPaddingException: Given final block not properly padded.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the configure script is run, the&amp;nbsp;content in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;These errors occur if this content does not copy over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Make sure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;and restart Tomcat.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "BadPaddingException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/7</link><pubDate>Fri, 14 Sep 2018 12:25:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Rebecca Jonas on 9/14/2018 12:25:17 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with one of the following errors:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: [javax.naming.NamingException: Unexpected exception resolving reference [Root exception is javax.crypto.BadPaddingException: Given final block not properly padded]]&lt;br /&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference&lt;br /&gt;javax.crypto.BadPaddingException: Given final block not properly padded.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the configure script is run, the&amp;nbsp;content in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;These errors occur if this content does not copy over correctly or if&amp;nbsp;&lt;strong&gt;suite.xml&lt;/strong&gt; is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Make sure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "BadPaddingException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/6</link><pubDate>Fri, 14 Sep 2018 12:22:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Rebecca Jonas on 9/14/2018 12:22:47 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with one of the following errors:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: [javax.naming.NamingException: Unexpected exception resolving reference [Root exception is javax.crypto.BadPaddingException: Given final block not properly padded]]&lt;br /&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference&lt;br /&gt;javax.crypto.BadPaddingException: Given final block not properly padded.&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the configure script is run, the&amp;nbsp;content in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;These errors occur if this code does not copy over correctly or if it is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Make sure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "BadPaddingException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/5</link><pubDate>Fri, 14 Sep 2018 12:14:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Rebecca Jonas on 9/14/2018 12:14:52 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with one of the following errors:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;br /&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: [javax.naming.NamingException: Unexpected exception resolving reference [Root exception is javax.crypto.BadPaddingException: Given final block not properly padded]]&lt;/pre&gt;
&lt;div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference&lt;br /&gt;javax.crypto.BadPaddingException: Given final block not properly padded.&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the configure script is run, the information in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;These errors occur if this code does not copy over correctly or if it is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Make sure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "BadPaddingException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/4</link><pubDate>Fri, 14 Sep 2018 12:14:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Rebecca Jonas on 9/14/2018 12:14:37 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with one of the following errors:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;/pre&gt;
&lt;pre&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: [javax.naming.NamingException: Unexpected exception resolving reference [Root exception is javax.crypto.BadPaddingException: Given final block not properly padded]]&lt;/pre&gt;
&lt;div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference&lt;br /&gt;javax.crypto.BadPaddingException: Given final block not properly padded.&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the configure script is run, the information in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;These errors occur if this code does not copy over correctly or if it is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Make sure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "BadPaddingException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/3</link><pubDate>Fri, 14 Sep 2018 12:14:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Rebecca Jonas on 9/14/2018 12:14:23 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with one of the following errors:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;/pre&gt;
&lt;pre&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/pre&gt;
&lt;/div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: [javax.naming.NamingException: Unexpected exception resolving reference [Root exception is javax.crypto.BadPaddingException: Given final block not properly padded]]&lt;/pre&gt;
&lt;div&gt;
&lt;pre&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;javax.crypto.BadPaddingException: Given final block not properly padded.&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the configure script is run, the information in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;These errors occur if this code does not copy over correctly or if it is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Make sure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Tomcat fails with "BadPaddingException"</title><link>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully/revision/2</link><pubDate>Fri, 14 Sep 2018 11:22:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd41b4f1-bcf1-44f8-9a9b-218c66e9665e</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Rebecca Jonas on 9/14/2018 11:22:07 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat fails with one of the following errors:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;code&gt;ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: jdbc/AppianDS&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;&lt;code&gt;javax.naming.NameNotFoundException: Name [jdbc/AppianDS] is not bound in this Context. Unable to find [jdbc].&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;code&gt;WARNING [localhost-startStop-1] org.apache.catalina.core.NamingContextListener.addResource Failed to register in JMX: [javax.naming.NamingException: Unexpected exception resolving reference [Root exception is javax.crypto.BadPaddingException: Given final block not properly padded]]&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;code&gt;WARNING [localhost-startStop-1] org.apache.naming.NamingContext.lookup Unexpected exception resolving reference&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;&lt;code&gt;&amp;nbsp;javax.crypto.BadPaddingException: Given final block not properly padded.&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;When the configure script is run, the information in &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is&amp;nbsp;copied to &lt;strong&gt;suite.xml&lt;/strong&gt; in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\tomcat\apache-tomcat\conf\Catalina\localhost&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;These errors occur if this code does not copy over correctly or if it is configured improperly.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Make sure &lt;strong&gt;tomcatResources.xml.&amp;lt;ENVIRONMENT&amp;gt;&lt;/strong&gt; is configured according to &lt;a href="https://docs.appian.com/suite/help/18.3/Quick_Start_Installation_Guide.html#part-three-configure-the-appian-properties-and-mysql-files"&gt;installation documentation&lt;/a&gt;&amp;nbsp;and manually copy the entire contents of it&amp;nbsp;to &lt;strong&gt;suite.xml&lt;/strong&gt; in between the lines:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- BEGIN DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!-- END DATASOURCE --&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, application server&lt;/div&gt;
</description></item></channel></rss>