<?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-1133 Users not defined in application-roles.properties resulting in JMS-related errors in the application server log</title><link>https://community.appian.com/support/w/kb/355/kb-1133-users-not-defined-in-application-roles-properties-resulting-in-jms-related-errors-in-the-application-server-log</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1133 Users not defined in application-roles.properties resulting in JMS-related errors in the application server log</title><link>https://community.appian.com/support/w/kb/355/kb-1133-users-not-defined-in-application-roles-properties-resulting-in-jms-related-errors-in-the-application-server-log</link><pubDate>Mon, 30 Jul 2018 04:09:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8fb23b12-934a-44d4-b2a2-333779148211</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/355/kb-1133-users-not-defined-in-application-roles-properties-resulting-in-jms-related-errors-in-the-application-server-log#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 7/30/2018 4:09:11 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When JBoss tries to initialize the Java Messaging Service (JMS), the following errors are shown in the application server log:&lt;/p&gt;
&lt;pre&gt;[ServerService Thread Pool -- 68] INFO  com.appiancorp.common.initialize.PingJMS - Sending ping to JMS from &amp;lt;machine_name&amp;gt;/X.X.X.X
[ServerService Thread Pool -- 68] ERROR com.appiancorp.common.initialize.PingJMS - Could not send ping to JMS: javax.jms.JMSSecurityException: HQ119032: User: null doesn&amp;#39;t have permission=SEND on address {2}
...
[ServerService Thread Pool -- 68] ERROR com.appiancorp.core.persist.JmsCacheUpdateDistributor - Could not propagate: [DistributedCacheUpdate cacheName=&amp;quot;administeredConfiguration&amp;quot; keys=[appian.feature.engineering.enableSysAppsEditing]]
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;Users in the JBoss security realm have not been correctly defined in &lt;strong&gt;application-roles.properties&lt;/strong&gt;, located in &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Perform the following to fix this issue:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop JBoss.&lt;/li&gt;
&lt;li&gt;Open &lt;strong&gt;application-roles.properties&lt;/strong&gt;, located in &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If using default configurations, uncomment or add the following line if not already present in this file:&lt;br /&gt;
&lt;pre&gt;guest=guest&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Save changes and start JBoss.&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.3 and earlier&amp;nbsp;using JBoss EAP as an application server.&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, infrastructure, jboss&lt;/div&gt;
</description></item><item><title>KB-1133 Users not defined in application-roles.properties resulting in JMS-related errors in the application server log</title><link>https://community.appian.com/support/w/kb/355/kb-1133-users-not-defined-in-application-roles-properties-resulting-in-jms-related-errors-in-the-application-server-log/revision/1</link><pubDate>Fri, 24 Feb 2017 14:29:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8fb23b12-934a-44d4-b2a2-333779148211</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/355/kb-1133-users-not-defined-in-application-roles-properties-resulting-in-jms-related-errors-in-the-application-server-log#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/24/2017 2:29:26 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When JBoss tries to initialize the Java Messaging Service (JMS), the following errors are shown in the application server log:&lt;/p&gt;
&lt;pre&gt;[ServerService Thread Pool -- 68] INFO  com.appiancorp.common.initialize.PingJMS - Sending ping to JMS from &amp;lt;machine_name&amp;gt;/X.X.X.X
[ServerService Thread Pool -- 68] ERROR com.appiancorp.common.initialize.PingJMS - Could not send ping to JMS: javax.jms.JMSSecurityException: HQ119032: User: null doesn&amp;#39;t have permission=SEND on address {2}
...
[ServerService Thread Pool -- 68] ERROR com.appiancorp.core.persist.JmsCacheUpdateDistributor - Could not propagate: [DistributedCacheUpdate cacheName=&amp;quot;administeredConfiguration&amp;quot; keys=[appian.feature.engineering.enableSysAppsEditing]]
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;Users in the JBoss security realm have not been correctly defined in &lt;strong&gt;application-roles.properties&lt;/strong&gt;, located in &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Perform the following to fix this issue:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop JBoss.&lt;/li&gt;
&lt;li&gt;Open &lt;strong&gt;application-roles.properties&lt;/strong&gt;, located in &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If using default configurations, uncomment or add the following line if not already present in this file:&lt;br /&gt;
&lt;pre&gt;guest=guest&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Save changes and start JBoss.&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.3 and earlier&amp;nbsp;using JBoss EAP as an application server.&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, jboss&lt;/div&gt;
</description></item></channel></rss>