<?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-1298 "No acknowledgement from TransientTopic" error thrown in the application server log</title><link>https://community.appian.com/support/w/kb/506/kb-1298-no-acknowledgement-from-transienttopic-error-thrown-in-the-application-server-log</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1298 "No acknowledgement from TransientTopic" error thrown in the application server log</title><link>https://community.appian.com/support/w/kb/506/kb-1298-no-acknowledgement-from-transienttopic-error-thrown-in-the-application-server-log</link><pubDate>Mon, 30 Jul 2018 04:06:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:58ee6541-8b7e-4fa1-9f8c-c861f0613132</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/506/kb-1298-no-acknowledgement-from-transienttopic-error-thrown-in-the-application-server-log#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 7/30/2018 4:06:33 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;One or both of the following errors are seen in the application server log:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[Appian Timer - 0] ERROR com.appiancorp.messaging.TransientTopicHeartbeat - No acknowledgement from TransientTopic in 60 seconds, forcing rules cache to be cleared now.
[Appian Timer - 0] ERROR com.appiancorp.cache.persist.JmsCacheUpdateDistributor - Could not propagate: DistributedCacheClear [cacheName=&amp;quot;local_repository&amp;quot;]
javax.jms.JMSException: HQ119001: Failed to create session
...
Caused by: java.lang.IllegalStateException: Connection is null
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.createSessionInternal(ClientSessionFactoryImpl.java:838)
... 16 more
&lt;br /&gt;&lt;br /&gt;
[ajp-/0.0.0.0:8009-39] ERROR com.appiancorp.cache.persist.JmsCacheUpdateDistributor - Could not propagate: DistributedCacheRemove [cacheName=&amp;quot;groupMemberships&amp;quot; keys=[xyz]]
javax.jms.JMSException: HQ119001: Failed to create session
...
Caused by: HornetQException[errorType=INTERNAL_ERROR message=HQ119001: Failed to create session]
... 100 more
Caused by: java.lang.IllegalStateException: Connection is null
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.createSessionInternal(ClientSessionFactoryImpl.java:838)
... 99 more
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;The message means that the mechanism that propagates information about rule and constant definition changes across multiple application servers did not receive the message that it uses to ensure that it is still connected. This mechanism is used whether or not multiple application are servers configured.&lt;/p&gt;
&lt;p&gt;These messages indicate that there&amp;rsquo;s a cache that is not functioning correctly and the system will be clearing it every 60 seconds so that the rule and constant definitions on the application server are not more than 1 minute out of date.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;To alleviate the behavior, perform one of the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure your JMS Clustering settings are correct:
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_JBoss.html#jms-clustering"&gt;JBoss&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_WebLogic.html#configuring-jms"&gt;WebLogic&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Upgrade to Appian 16.3. The rule and constant propagation mechanism has been modified not to be dependent on JMS starting in this version.&lt;/li&gt;
&lt;li&gt;Restart the application server. &lt;strong&gt;Note:&lt;/strong&gt; This does not guarantee the issue will not reoccur at a later time and should be treated as a temporary fix.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 16.2 and earlier.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1298 "No acknowledgement from TransientTopic" error thrown in the application server log</title><link>https://community.appian.com/support/w/kb/506/kb-1298-no-acknowledgement-from-transienttopic-error-thrown-in-the-application-server-log/revision/1</link><pubDate>Tue, 07 Mar 2017 16:37:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:58ee6541-8b7e-4fa1-9f8c-c861f0613132</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/506/kb-1298-no-acknowledgement-from-transienttopic-error-thrown-in-the-application-server-log#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 3/7/2017 4:37:06 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;One or both of the following errors are seen in the application server log:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[Appian Timer - 0] ERROR com.appiancorp.messaging.TransientTopicHeartbeat - No acknowledgement from TransientTopic in 60 seconds, forcing rules cache to be cleared now.
[Appian Timer - 0] ERROR com.appiancorp.cache.persist.JmsCacheUpdateDistributor - Could not propagate: DistributedCacheClear [cacheName=&amp;quot;local_repository&amp;quot;]
javax.jms.JMSException: HQ119001: Failed to create session
...
Caused by: java.lang.IllegalStateException: Connection is null
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.createSessionInternal(ClientSessionFactoryImpl.java:838)
... 16 more
&lt;br /&gt;&lt;br /&gt;
[ajp-/0.0.0.0:8009-39] ERROR com.appiancorp.cache.persist.JmsCacheUpdateDistributor - Could not propagate: DistributedCacheRemove [cacheName=&amp;quot;groupMemberships&amp;quot; keys=[xyz]]
javax.jms.JMSException: HQ119001: Failed to create session
...
Caused by: HornetQException[errorType=INTERNAL_ERROR message=HQ119001: Failed to create session]
... 100 more
Caused by: java.lang.IllegalStateException: Connection is null
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.createSessionInternal(ClientSessionFactoryImpl.java:838)
... 99 more
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;The message means that the mechanism that propagates information about rule and constant definition changes across multiple application servers did not receive the message that it uses to ensure that it is still connected. This mechanism is used whether or not multiple application are servers configured.&lt;/p&gt;
&lt;p&gt;These messages indicate that there&amp;rsquo;s a cache that is not functioning correctly and the system will be clearing it every 60 seconds so that the rule and constant definitions on the application server are not more than 1 minute out of date.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;To alleviate the behavior, perform one of the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure your JMS Clustering settings are correct:
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_JBoss.html#jms-clustering"&gt;JBoss&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_WebLogic.html#configuring-jms"&gt;WebLogic&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Upgrade to Appian 16.3. The rule and constant propagation mechanism has been modified not to be dependent on JMS starting in this version.&lt;/li&gt;
&lt;li&gt;Restart the application server. &lt;strong&gt;Note:&lt;/strong&gt; This does not guarantee the issue will not reoccur at a later time and should be treated as a temporary fix.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 16.2 and earlier.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 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>