<?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-1134 "jboss.jmx.remoting-connector-ref is missing [jboss.remoting.endpoint.management]" error thrown during JBoss startup</title><link>https://community.appian.com/support/w/kb/356/kb-1134-jboss-jmx-remoting-connector-ref-is-missing-jboss-remoting-endpoint-management-error-thrown-during-jboss-startup</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1134 "jboss.jmx.remoting-connector-ref is missing [jboss.remoting.endpoint.management]" error thrown during JBoss startup</title><link>https://community.appian.com/support/w/kb/356/kb-1134-jboss-jmx-remoting-connector-ref-is-missing-jboss-remoting-endpoint-management-error-thrown-during-jboss-startup</link><pubDate>Mon, 30 Jul 2018 04:10:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ac1c8213-95fc-45db-9c78-5e0e93683b1e</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/356/kb-1134-jboss-jmx-remoting-connector-ref-is-missing-jboss-remoting-endpoint-management-error-thrown-during-jboss-startup#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 7/30/2018 4:10:09 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Right before the end of a JBoss startup, the following error is printed in the application server log:&lt;/p&gt;
&lt;pre&gt;ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation (&amp;quot;add&amp;quot;) failed - address: ([
    (&amp;quot;subsystem&amp;quot; =&amp;gt; &amp;quot;jmx&amp;quot;),
    (&amp;quot;remoting-connector&amp;quot; =&amp;gt; &amp;quot;jmx&amp;quot;)
]) - failure description: {&amp;quot;JBAS014771: Services with missing/unavailable dependencies&amp;quot; =&amp;gt; [&amp;quot;jboss.jmx.remoting-connector-ref is missing [jboss.remoting.endpoint.management]&amp;quot;]}
&lt;/pre&gt;
&lt;p&gt;This is seen before the &lt;code&gt;INFO [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS015859: Deployed &amp;quot;appian-ds.xml&amp;quot; (runtime-name : &amp;quot;appian-ds.xml&amp;quot;)&lt;/code&gt; line.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;No management interfaces were configured in &lt;strong&gt;standalone.xml&lt;/strong&gt; prior to starting JBoss. This is typically the result of making modifications to the out-of-the-box &lt;strong&gt;standalone.xml&lt;/strong&gt; file.&amp;nbsp;Making any modifications to any JBoss files that are not documented by Appian are unsupported by Appian.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Edit &lt;strong&gt;standalone.xml&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;Add the following lines after the &lt;code&gt;&amp;lt;audit-log&amp;gt;&lt;/code&gt; element:&lt;br /&gt;
&lt;pre&gt;&amp;lt;management-interfaces&amp;gt;
&amp;lt;native-interface security-realm=&amp;quot;ManagementRealm&amp;quot;&amp;gt;
    &amp;lt;socket-binding native=&amp;quot;management-native&amp;quot;/&amp;gt;
&amp;lt;/native-interface&amp;gt;
&amp;lt;http-interface security-realm=&amp;quot;ManagementRealm&amp;quot;&amp;gt;
     &amp;lt;socket-binding http=&amp;quot;management-http&amp;quot;/&amp;gt;
&amp;lt;/http-interface&amp;gt;
&amp;lt;/management-interfaces&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Add the following lines inside the &lt;code&gt;&amp;lt;socket-binding-group&amp;gt;&lt;/code&gt; element:&lt;br /&gt;
&lt;pre&gt;&amp;lt;socket-binding name=&amp;quot;management-native&amp;quot; interface=&amp;quot;management&amp;quot; port=&amp;quot;${jboss.management.native.port:9999}&amp;quot;/&amp;gt;
&amp;lt;socket-binding name=&amp;quot;management-http&amp;quot; interface=&amp;quot;management&amp;quot; port=&amp;quot;${jboss.management.http.port:9990}&amp;quot;/&amp;gt;
&amp;lt;socket-binding name=&amp;quot;management-https&amp;quot; interface=&amp;quot;management&amp;quot; port=&amp;quot;${jboss.management.https.port:9443}&amp;quot;/&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Save the file.&lt;/li&gt;
&lt;li&gt;Set the appropriate marker files and restart 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 all versions of Appian 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: installation, application server, infrastructure, jboss&lt;/div&gt;
</description></item><item><title>KB-1134 "jboss.jmx.remoting-connector-ref is missing [jboss.remoting.endpoint.management]" error thrown during JBoss startup</title><link>https://community.appian.com/support/w/kb/356/kb-1134-jboss-jmx-remoting-connector-ref-is-missing-jboss-remoting-endpoint-management-error-thrown-during-jboss-startup/revision/1</link><pubDate>Fri, 24 Feb 2017 14:40:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ac1c8213-95fc-45db-9c78-5e0e93683b1e</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/356/kb-1134-jboss-jmx-remoting-connector-ref-is-missing-jboss-remoting-endpoint-management-error-thrown-during-jboss-startup#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/24/2017 2:40:05 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Right before the end of a JBoss startup, the following error is printed in the application server log:&lt;/p&gt;
&lt;pre&gt;ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation (&amp;quot;add&amp;quot;) failed - address: ([
    (&amp;quot;subsystem&amp;quot; =&amp;gt; &amp;quot;jmx&amp;quot;),
    (&amp;quot;remoting-connector&amp;quot; =&amp;gt; &amp;quot;jmx&amp;quot;)
]) - failure description: {&amp;quot;JBAS014771: Services with missing/unavailable dependencies&amp;quot; =&amp;gt; [&amp;quot;jboss.jmx.remoting-connector-ref is missing [jboss.remoting.endpoint.management]&amp;quot;]}
&lt;/pre&gt;
&lt;p&gt;This is seen before the &lt;code&gt;INFO [org.jboss.as.server] (ServerService Thread Pool -- 29) JBAS015859: Deployed &amp;quot;appian-ds.xml&amp;quot; (runtime-name : &amp;quot;appian-ds.xml&amp;quot;)&lt;/code&gt; line.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;No management interfaces were configured in &lt;strong&gt;standalone.xml&lt;/strong&gt; prior to starting JBoss. This is typically the result of making modifications to the out-of-the-box &lt;strong&gt;standalone.xml&lt;/strong&gt; file.&amp;nbsp;Making any modifications to any JBoss files that are not documented by Appian are unsupported by Appian.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Edit &lt;strong&gt;standalone.xml&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;Add the following lines after the &lt;code&gt;&amp;lt;audit-log&amp;gt;&lt;/code&gt; element:&lt;br /&gt;
&lt;pre&gt;&amp;lt;management-interfaces&amp;gt;
&amp;lt;native-interface security-realm=&amp;quot;ManagementRealm&amp;quot;&amp;gt;
    &amp;lt;socket-binding native=&amp;quot;management-native&amp;quot;/&amp;gt;
&amp;lt;/native-interface&amp;gt;
&amp;lt;http-interface security-realm=&amp;quot;ManagementRealm&amp;quot;&amp;gt;
     &amp;lt;socket-binding http=&amp;quot;management-http&amp;quot;/&amp;gt;
&amp;lt;/http-interface&amp;gt;
&amp;lt;/management-interfaces&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Add the following lines inside the &lt;code&gt;&amp;lt;socket-binding-group&amp;gt;&lt;/code&gt; element:&lt;br /&gt;
&lt;pre&gt;&amp;lt;socket-binding name=&amp;quot;management-native&amp;quot; interface=&amp;quot;management&amp;quot; port=&amp;quot;${jboss.management.native.port:9999}&amp;quot;/&amp;gt;
&amp;lt;socket-binding name=&amp;quot;management-http&amp;quot; interface=&amp;quot;management&amp;quot; port=&amp;quot;${jboss.management.http.port:9990}&amp;quot;/&amp;gt;
&amp;lt;socket-binding name=&amp;quot;management-https&amp;quot; interface=&amp;quot;management&amp;quot; port=&amp;quot;${jboss.management.https.port:9443}&amp;quot;/&amp;gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Save the file.&lt;/li&gt;
&lt;li&gt;Set the appropriate marker files and restart 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 all versions of Appian 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>