<?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-1005 FileNotFoundException thrown for accdocs files during application server startup</title><link>https://community.appian.com/support/w/kb/231/kb-1005-filenotfoundexception-thrown-for-accdocs-files-during-application-server-startup</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1005 FileNotFoundException thrown for accdocs files during application server startup</title><link>https://community.appian.com/support/w/kb/231/kb-1005-filenotfoundexception-thrown-for-accdocs-files-during-application-server-startup</link><pubDate>Tue, 17 Oct 2023 00:47:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80012c4c-251f-45e4-9ddb-ec6393ebb7bb</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/231/kb-1005-filenotfoundexception-thrown-for-accdocs-files-during-application-server-startup#comments</comments><description>Current Revision posted to Appian Knowledge Base by Maggie Deppe-Walker on 10/17/2023 12:47:29 AM&lt;br /&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Missing content in Appian such as profile pictures, cover photos, and navigation content.&lt;/p&gt;
&lt;p&gt;The application server starts and the following message appears:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;java.io.FileNotFoundException: /path/to/appian/_admin/accdocs1/2/&amp;lt;filename&amp;gt;.xml 
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There is an incorrect path specified in &lt;strong&gt;custom.properties&lt;/strong&gt; or &lt;strong&gt;partitions.xml&lt;/strong&gt;. Installations that use remote servers, or those that have more than one application servers will see this issue if the accdocs paths are not correctly configured.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;The error indicates that Appian is trying to locate the necessary documents at &lt;code&gt;&amp;lt;path to accdocs&amp;gt;/accdocsX&lt;/code&gt;, where &lt;em&gt;X&lt;/em&gt; is a number between 1 and 3, but is unable to.&lt;/p&gt;
&lt;p&gt;This path is defined in Appian in two different ways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Within &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/runtime_ear/suite.ear/conf/custom.properties&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The property is &lt;code&gt;conf.suite.BASE_PATH=&amp;lt;path to accdocs&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Within &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/server/_conf/partitions.xml&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&amp;lt;partition id=&amp;quot;1&amp;quot;&amp;gt;//&amp;lt;path to accdocs&amp;gt;/accdocs1&amp;lt;/partition&amp;gt;
&amp;lt;partition id=&amp;quot;2&amp;quot;&amp;gt;//&amp;lt;path to accdocs&amp;gt;/accdocs2&amp;lt;/partition&amp;gt;
&amp;lt;partition id=&amp;quot;3&amp;quot;&amp;gt;//&amp;lt;path to accdocs&amp;gt;/accdocs3&amp;lt;/partition&amp;gt;
&lt;/pre&gt;
&lt;p&gt;If the application server is running on a separate machine from the engines, verify &lt;strong&gt;custom.properties&lt;/strong&gt; in &lt;strong&gt;both&lt;/strong&gt; servers to see if &lt;code&gt;conf.suite.BASE_PATH&lt;/code&gt; is set incorrectly, in which case fix the path in &lt;strong&gt;local.properties&lt;/strong&gt; and run the configure script again on &lt;strong&gt;both&lt;/strong&gt; servers so the &lt;strong&gt;custom.properties&lt;/strong&gt; gets updated.&lt;/p&gt;
&lt;p&gt;If &lt;code&gt;conf.suite.BASE_PATH&lt;/code&gt; is not used anywhere, then see if you have a &lt;strong&gt;partitions.xml&lt;/strong&gt; that has this old path in the server where Appian runs.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, application server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1005 FileNotFoundException thrown for accdocs files during application server startup</title><link>https://community.appian.com/support/w/kb/231/kb-1005-filenotfoundexception-thrown-for-accdocs-files-during-application-server-startup/revision/3</link><pubDate>Mon, 30 Jul 2018 03:59:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80012c4c-251f-45e4-9ddb-ec6393ebb7bb</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/231/kb-1005-filenotfoundexception-thrown-for-accdocs-files-during-application-server-startup#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 7/30/2018 3:59:13 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Missing content in Appian such as profile pictures, cover photos, and navigation content.&lt;/p&gt;
&lt;p&gt;The application server starts and the following message appears:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;java.io.FileNotFoundException: /path/to/appian/_admin/accdocs1/2/&amp;lt;filename&amp;gt;.xml 
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There is an incorrect path specified in &lt;strong&gt;custom.properties&lt;/strong&gt; or &lt;strong&gt;partitions.xml&lt;/strong&gt;. Installations that use remote servers, or those that have more than one application servers will see this issue if the accdocs paths are not correctly configured.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;The error indicates that Appian is trying to locate the necessary documents at &lt;code&gt;&amp;lt;path to accdocs&amp;gt;/accdocsX&lt;/code&gt;, where &lt;em&gt;X&lt;/em&gt; is a number between 1 and 3, but is unable to.&lt;/p&gt;
&lt;p&gt;This path is defined in Appian in two different ways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Within &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/runtime_ear/suite.ear/conf/custom.properties&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The property is &lt;code&gt;conf.suite.BASE_PATH=&amp;lt;path to accdocs&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Within &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/server/_conf/partitions.xml&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&amp;lt;partition id=&amp;quot;1&amp;quot;&amp;gt;//&amp;lt;path to accdocs&amp;gt;/accdocs1&amp;lt;/partition&amp;gt;
&amp;lt;partition id=&amp;quot;2&amp;quot;&amp;gt;//&amp;lt;path to accdocs&amp;gt;/accdocs2&amp;lt;/partition&amp;gt;
&amp;lt;partition id=&amp;quot;3&amp;quot;&amp;gt;//&amp;lt;path to accdocs&amp;gt;/accdocs3&amp;lt;/partition&amp;gt;
&lt;/pre&gt;
&lt;p&gt;If the application server is running on a separate machine from the engines, verify &lt;strong&gt;custom.properties&lt;/strong&gt; in &lt;strong&gt;both&lt;/strong&gt; servers to see if &lt;code&gt;conf.suite.BASE_PATH&lt;/code&gt; is set incorrectly, in which case fix the path in &lt;strong&gt;local.properties&lt;/strong&gt; and run the configure script again on &lt;strong&gt;both&lt;/strong&gt; servers so the &lt;strong&gt;custom.properties&lt;/strong&gt; gets updated.&lt;/p&gt;
&lt;p&gt;If &lt;code&gt;conf.suite.BASE_PATH&lt;/code&gt; is not used anywhere, then see if you have a &lt;strong&gt;partitions.xml&lt;/strong&gt; that has this old path in the server where Appian runs.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, application server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1005 FileNotFoundException thrown for accdocs files during application server startup</title><link>https://community.appian.com/support/w/kb/231/kb-1005-filenotfoundexception-thrown-for-accdocs-files-during-application-server-startup/revision/1</link><pubDate>Thu, 09 Feb 2017 22:23:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80012c4c-251f-45e4-9ddb-ec6393ebb7bb</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/231/kb-1005-filenotfoundexception-thrown-for-accdocs-files-during-application-server-startup#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/9/2017 10:23:36 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Missing content in Appian such as profile pictures, cover photos, and navigation content.&lt;/p&gt;
&lt;p&gt;The application server starts and the following message appears:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;java.io.FileNotFoundException: /path/to/appian/_admin/accdocs1/2/&amp;lt;filename&amp;gt;.xml 
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There is an incorrect path specified in &lt;strong&gt;custom.properties&lt;/strong&gt; or &lt;strong&gt;partitions.xml&lt;/strong&gt;. Installations that use remote servers, or those that have more than one application servers will see this issue if the accdocs paths are not correctly configured.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;The error indicates that Appian is trying to locate the necessary documents at &lt;code&gt;&amp;lt;path to accdocs&amp;gt;/accdocsX&lt;/code&gt;, where &lt;em&gt;X&lt;/em&gt; is a number between 1 and 3, but is unable to.&lt;/p&gt;
&lt;p&gt;This path is defined in Appian in two different ways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Within &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/runtime_ear/suite.ear/conf/custom.properties&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The property is &lt;code&gt;conf.suite.BASE_PATH=&amp;lt;path to accdocs&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Within &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/server/_conf/partitions.xml&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&amp;lt;partition id=&amp;quot;1&amp;quot;&amp;gt;//&amp;lt;path to accdocs&amp;gt;/accdocs1&amp;lt;/partition&amp;gt;
&amp;lt;partition id=&amp;quot;2&amp;quot;&amp;gt;//&amp;lt;path to accdocs&amp;gt;/accdocs2&amp;lt;/partition&amp;gt;
&amp;lt;partition id=&amp;quot;3&amp;quot;&amp;gt;//&amp;lt;path to accdocs&amp;gt;/accdocs3&amp;lt;/partition&amp;gt;
&lt;/pre&gt;
&lt;p&gt;If the application server is running on a separate machine from the engines, verify &lt;strong&gt;custom.properties&lt;/strong&gt; in &lt;strong&gt;both&lt;/strong&gt; servers to see if &lt;span style="background-color:#f2f2f2;font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;conf.suite.BASE_PATH&lt;/span&gt; is set incorrectly, in which case fix the path in &lt;strong&gt;local.properties&lt;/strong&gt; and run the configure script again on &lt;strong&gt;both&lt;/strong&gt; servers so the &lt;strong&gt;custom.properties&lt;/strong&gt; gets updated.&lt;/p&gt;
&lt;p&gt;If &lt;span style="background-color:#f2f2f2;font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;conf.suite.BASE_PATH&lt;/span&gt; is not used anywhere, then see if you have a &lt;strong&gt;partitions.xml&lt;/strong&gt; that has this old path in the server where Appian runs.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server&lt;/div&gt;
</description></item><item><title>KB-1005 FileNotFoundException thrown for accdocs files during application server startup</title><link>https://community.appian.com/support/w/kb/231/kb-1005-filenotfoundexception-thrown-for-accdocs-files-during-application-server-startup/revision/2</link><pubDate>Thu, 09 Feb 2017 17:49:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80012c4c-251f-45e4-9ddb-ec6393ebb7bb</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/231/kb-1005-filenotfoundexception-thrown-for-accdocs-files-during-application-server-startup#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Nick Vigilante on 2/9/2017 5:49:51 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Missing content in Appian such as profile pictures, cover photos, and navigation content.&lt;/p&gt;
&lt;p&gt;The application server starts and the following message appears:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;java.io.FileNotFoundException: /path/to/appian/_admin/accdocs1/2/&amp;lt;filename&amp;gt;.xml 
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There is an incorrect path specified in &lt;strong&gt;custom.properties&lt;/strong&gt; or &lt;strong&gt;partitions.xml&lt;/strong&gt;. Installations that use remote servers, or those that have more than one application servers will see this issue if the accdocs paths are not correctly configured.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;The error indicates that Appian is trying to locate the necessary documents at &lt;code&gt;&amp;lt;path to accdocs&amp;gt;/accdocsX&lt;/code&gt;, where &lt;em&gt;X&lt;/em&gt; is a number between 1 and 3, but is unable to.&lt;/p&gt;
&lt;p&gt;This path is defined in Appian in two different ways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Within &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/runtime_ear/suite.ear/conf/custom.properties&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The property is &lt;code&gt;conf.suite.BASE_PATH=&amp;lt;path to accdocs&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Within &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/server/_conf/partitions.xml&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&amp;lt;partition id=&amp;quot;1&amp;quot;&amp;gt;//&amp;lt;path to accdocs&amp;gt;/accdocs1&amp;lt;/partition&amp;gt;
&amp;lt;partition id=&amp;quot;2&amp;quot;&amp;gt;//&amp;lt;path to accdocs&amp;gt;/accdocs2&amp;lt;/partition&amp;gt;
&amp;lt;partition id=&amp;quot;3&amp;quot;&amp;gt;//&amp;lt;path to accdocs&amp;gt;/accdocs3&amp;lt;/partition&amp;gt;
&lt;/pre&gt;
&lt;p&gt;If the application server is running on a separate machine from the engines, verify &lt;strong&gt;custom.properties&lt;/strong&gt; in &lt;strong&gt;both&lt;/strong&gt; servers to see if &lt;code&gt;conf.suite.BASE_PATH&lt;/code&gt; is set incorrectly, in which case fix the path in &lt;strong&gt;local.properties&lt;/strong&gt; and run the configure script again on &lt;strong&gt;both&lt;/strong&gt; servers so the &lt;strong&gt;custom.properties&lt;/strong&gt; gets updated.&lt;/p&gt;
&lt;p&gt;If &lt;code&gt;conf.suite.BASE_PATH&lt;/code&gt; is not used anywhere, then see if you have a &lt;strong&gt;partitions.xml&lt;/strong&gt; that has this old path in the server where Appian runs.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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