<?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-1032 Issues with search server functionality</title><link>https://community.appian.com/support/w/kb/257/kb-1032-issues-with-search-server-functionality</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1032 Issues with search server functionality</title><link>https://community.appian.com/support/w/kb/257/kb-1032-issues-with-search-server-functionality</link><pubDate>Thu, 13 Apr 2017 17:27:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5ecb7a66-9a63-4d84-aede-ce8133f0f966</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/257/kb-1032-issues-with-search-server-functionality#comments</comments><description>Current Revision posted to Appian Knowledge Base by Nick Vigilante on 4/13/2017 5:27:13 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Users will see the following error in Appian:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487077596753v1.png"&gt;&lt;img src="/resized-image/__size/1200x240/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487077596753v1.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Error Evaluating UI Expression

Expression evaluation error : [valid:false,syntaxError:false,value:Expression evaluation error: An error occurred while executing a save: org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: []]
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Along with the above error, users will see the following error in the application server log:&lt;/p&gt;
&lt;pre&gt;INFO  [stdout] (http-/0.0.0.0:8080-5) 2015-06-10 11:26:42,836 [http-/0.0.0.0:8080-5] WARN  com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=rajivr, authDetails=AuthenticationDetails[ts=2015-06-10 11:19:47.704, entryPoint=PORTAL, clientIpAddress=172.18.0.220, clientUserAgent=Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)] -- org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: []
&lt;/pre&gt;
&lt;p&gt;This results in interruptions in the following functionality:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Appian_Administration_Console.html#Current_User_Activity"&gt;Current User Activity&lt;/a&gt; (Appian 7.8 and above)
&lt;ul&gt;
&lt;li&gt;If there is a limit on the number of concurrent sessions enforced per account, no users will be able to log in.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Trace_Relationships_for_Impact_Analysis.html"&gt;Precedents and Dependents views in Appian Designer&lt;/a&gt; (Appian 7.9 and above)
&lt;ul&gt;
&lt;li&gt;A red error box will appear when attempting to view either precedents or dependents.&lt;/li&gt;
&lt;li&gt;Dependents on custom data types in &lt;em&gt;/designer&lt;/em&gt; will still be available, but performance will be hindered.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Application_Designer.html#Missing_Precedents"&gt;Missing Precedents View&lt;/a&gt; (Appian 7.9 and above)
&lt;ul&gt;
&lt;li&gt;A red error box will appear when attempting to open the Missing Precedents window.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Performance_View.html#Historical_Performance_Trends"&gt;Historical Interface Performance Trends&lt;/a&gt; (Appian 7.9 and above)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is caused by an issue with the search server, specifically one or more of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The search server is not running.&lt;/li&gt;
&lt;li&gt;The search server is unreachable inside the network.&lt;/li&gt;
&lt;li&gt;The search server is in a state of error (e.g., out of memory).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;To correct this behavior, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Verify that the search server process is running.
&lt;ul&gt;
&lt;li&gt;In Windows, there should be a Java window for the search server in the Start bar.&lt;/li&gt;
&lt;li&gt;In Unix, run &lt;strong&gt;ps -ef | grep search&lt;/strong&gt; in a Terminal window. There should be a result for &lt;strong&gt;appian-elasticsearch-server.jar&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Edit each of the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; files (located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf&lt;/code&gt; and &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf&lt;/code&gt;) and ensure that the search server is defined properly.&lt;/li&gt;
&lt;li&gt;If either the search server is not running or it was not properly defined in both &lt;strong&gt;appian-topology.xml&lt;/strong&gt; files, stop the application server, (re)start the search server, then start the application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If the issue still hasn&amp;#39;t been resolved, verify the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Make sure the user running the search server process has read, write, and execute permissions over &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;&lt;/code&gt;. Ideally, this user will also be the user running the Appian engines.
&lt;ul&gt;
&lt;li&gt;If permissions were not adequate, add appropriate permissions and follow steps 2 and 3 in the procedure above.&lt;/li&gt;
&lt;li&gt;If an incorrect user was being used to run the process, follow steps 2 and 3 in the procedure above using the correct user.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Make sure the port the search server is hosted on is open and outside machines can communicate to the search server machine using this port.&lt;/li&gt;
&lt;li&gt;Make sure the search server process does not abruptly stop after starting the process.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 7.8 and later.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;April 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, search server&lt;/div&gt;
</description></item><item><title>KB-1032 Issues with Search Server Functionality</title><link>https://community.appian.com/support/w/kb/257/kb-1032-issues-with-search-server-functionality/revision/1</link><pubDate>Tue, 14 Feb 2017 13:07:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5ecb7a66-9a63-4d84-aede-ce8133f0f966</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/257/kb-1032-issues-with-search-server-functionality#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/14/2017 1:07:12 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Users will see the following error in Appian:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487077596753v1.png"&gt;&lt;img src="/resized-image/__size/1200x240/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487077596753v1.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Error Evaluating UI Expression

Expression evaluation error : [valid:false,syntaxError:false,value:Expression evaluation error: An error occurred while executing a save: org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: []]
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Along with the above error, users will see the following error in the application server log:&lt;/p&gt;
&lt;pre&gt;INFO  [stdout] (http-/0.0.0.0:8080-5) 2015-06-10 11:26:42,836 [http-/0.0.0.0:8080-5] WARN  com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=rajivr, authDetails=AuthenticationDetails[ts=2015-06-10 11:19:47.704, entryPoint=PORTAL, clientIpAddress=172.18.0.220, clientUserAgent=Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)] -- org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: []
&lt;/pre&gt;
&lt;p&gt;This results in interruptions in the following functionality:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.1/Appian_Administration_Console.html#Current_User_Activity"&gt;Current User Activity&lt;/a&gt; (Appian 7.8 and above)
&lt;ul&gt;
&lt;li&gt;If there is a limit on the number of concurrent sessions enforced per account, no users will be able to log in.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.1/Trace_Relationships_for_Impact_Analysis.html"&gt;Precedents and Dependents views in Appian Designer&lt;/a&gt; (Appian 7.9 and above)
&lt;ul&gt;
&lt;li&gt;A red error box will appear when attempting to view either precedents or dependents.&lt;/li&gt;
&lt;li&gt;Dependents on custom data types in &lt;em&gt;/designer&lt;/em&gt; will still be available, but performance will be hindered.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.1/Application_Designer.html#Missing_Precedents"&gt;Missing Precedents View&lt;/a&gt; (Appian 7.9 and above)
&lt;ul&gt;
&lt;li&gt;A red error box will appear when attempting to open the Missing Precedents window.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/17.1/Performance_View.html#Historical_Performance_Trends"&gt;Historical Interface Performance Trends&lt;/a&gt; (Appian 7.9 and above)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This is caused by an issue with the search server, specifically one or more of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The search server is not running.&lt;/li&gt;
&lt;li&gt;The search server is unreachable inside the network.&lt;/li&gt;
&lt;li&gt;The search server is in a state of error (e.g., out of memory).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;To correct this behavior, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Verify that the search server process is running.
&lt;ul&gt;
&lt;li&gt;In Windows, there should be a Java window for the search server in the Start bar.&lt;/li&gt;
&lt;li&gt;In Unix, run &lt;strong&gt;ps -ef | grep search&lt;/strong&gt; in a Terminal window. There should be a result for &lt;strong&gt;appian-elasticsearch-server.jar&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Edit each of the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; files (located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf&lt;/code&gt; and &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf&lt;/code&gt;) and ensure that the search server is defined properly.&lt;/li&gt;
&lt;li&gt;If either the search server is not running or it was not properly defined in both &lt;strong&gt;appian-topology.xml&lt;/strong&gt; files, stop the application server, (re)start the search server, then start the application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If the issue still hasn&amp;#39;t been resolved, verify the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Make sure the user running the search server process has read, write, and execute permissions over &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;&lt;/code&gt;. Ideally, this user will also be the user running the Appian engines.
&lt;ul&gt;
&lt;li&gt;If permissions were not adequate, add appropriate permissions and follow steps 2 and 3 in the procedure above.&lt;/li&gt;
&lt;li&gt;If an incorrect user was being used to run the process, follow steps 2 and 3 in the procedure above using the correct user.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Make sure the port the search server is hosted on is open and outside machines can communicate to the search server machine using this port.&lt;/li&gt;
&lt;li&gt;Make sure the search server process does not abruptly stop after starting the process.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 7.8 and later.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed: October 2015&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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