<?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-1737 JBoss start-up does not progress with no useful errors in the server logs</title><link>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1737 JBoss start-up does not progress with no useful errors in the server logs</title><link>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs</link><pubDate>Thu, 04 Oct 2018 08:15:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db22f06a-ab27-4c45-97dc-1ea0e327082a</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 10/4/2018 8:15:29 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;JBoss fails to start-up every time the&amp;nbsp;&lt;strong&gt;standalone.bat|sh&lt;/strong&gt; script located in the&amp;nbsp;&lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin/&lt;/code&gt; directory is executed. The following output is the last thing printed in the &lt;strong&gt;server.log&lt;/strong&gt; located in the &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/logs&lt;/code&gt; directory:&lt;/p&gt;
&lt;pre class="code-java"&gt;ERROR [stderr] (MSC service thread 1-4) SLF4J: &lt;span class="code-object"&gt;Class&lt;/span&gt; path contains multiple SLF4J bindings. 
ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-log4j12-1.7.0.jar/org/slf4j/impl/StaticLoggerBinder.class] 
ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-simple-1.7.21.jar/org/slf4j/impl/StaticLoggerBinder.class] 
ERROR [stderr] (MSC service thread 1-4) SLF4J: See http:&lt;span class="code-comment"&gt;//www.slf4j.org/codes.html#multiple_bindings &lt;span class="code-keyword"&gt;for&lt;/span&gt; an explanation. 
&lt;/span&gt;ERROR [stderr] (MSC service thread 1-4) SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;The SLF4J errors above are not directly related to this issue and can be safely disregarded. They simply display the point at which the start-up hangs.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue may be caused by the application server being unable to access &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt; directory. This may be caused by one of the following reasons:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There is significant network latency while accessing the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt;&amp;nbsp;directory.&lt;/li&gt;
&lt;li&gt;There is heavy load on the server hosting the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt;&amp;nbsp;directory.&lt;/li&gt;
&lt;li&gt;There are improper permissions on the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt;&amp;nbsp;directory.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that&amp;nbsp;the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt; directory is accessible by JBoss. If it&amp;#39;s hosted in a shared drive, check the network latency and the load on the shared drive.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using JBoss as an application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, application server, infrastructure, network, jboss&lt;/div&gt;
</description></item><item><title>KB-1737 JBoss start-up does not progress with no useful errors in the server logs</title><link>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs/revision/6</link><pubDate>Thu, 04 Oct 2018 04:13:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db22f06a-ab27-4c45-97dc-1ea0e327082a</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Parmida Borhani on 10/4/2018 4:13:46 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;JBoss fails to start-up every time the&amp;nbsp;&lt;strong&gt;standalone.bat|sh&lt;/strong&gt; script located in the&amp;nbsp;&lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin/&lt;/code&gt; directory is executed. The following output is the last thing printed in the &lt;strong&gt;server.log&lt;/strong&gt; located in the &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/logs&lt;/code&gt; directory:&lt;/p&gt;
&lt;pre class="code-java"&gt;ERROR [stderr] (MSC service thread 1-4) SLF4J: &lt;span class="code-object"&gt;Class&lt;/span&gt; path contains multiple SLF4J bindings. 
ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-log4j12-1.7.0.jar/org/slf4j/impl/StaticLoggerBinder.class] 
ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-simple-1.7.21.jar/org/slf4j/impl/StaticLoggerBinder.class] 
ERROR [stderr] (MSC service thread 1-4) SLF4J: See http:&lt;span class="code-comment"&gt;//www.slf4j.org/codes.html#multiple_bindings &lt;span class="code-keyword"&gt;for&lt;/span&gt; an explanation. 
&lt;/span&gt;ERROR [stderr] (MSC service thread 1-4) SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; the SLF4J errors above are not directly related to this issue and can be safely disregarded. They simply display the point at which the start-up hangs.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue may be caused by the application server being unable to access &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt; directory. This may be caused by one of the following reasons:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There is significant network latency while accessing the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt;&amp;nbsp;directory.&lt;/li&gt;
&lt;li&gt;There is heavy load on the server hosting the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt;&amp;nbsp;directory.&lt;/li&gt;
&lt;li&gt;There are improper permissions on the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt;&amp;nbsp;directory.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that&amp;nbsp;the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt; directory is accessible by JBoss. If it&amp;#39;s hosted in a shared drive, check the network latency and the load on the shared drive.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using JBoss as an application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, application server, infrastructure, network, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX JBoss start-up does not progress with no useful errors in the server logs</title><link>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs/revision/5</link><pubDate>Wed, 03 Oct 2018 00:59:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db22f06a-ab27-4c45-97dc-1ea0e327082a</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Parmida Borhani on 10/3/2018 12:59:22 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;JBoss fails to start-up every time the&amp;nbsp;&lt;strong&gt;standalone.bat|sh&lt;/strong&gt; script located in the&amp;nbsp;&lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin/&lt;/code&gt; directory is executed. The following output is the last thing printed in the &lt;strong&gt;server.log&lt;/strong&gt; located in the &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/logs&lt;/code&gt; directory:&lt;/p&gt;
&lt;pre class="code-java"&gt;16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: &lt;span class="code-object"&gt;Class&lt;/span&gt; path contains multiple SLF4J bindings. 
16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-log4j12-1.7.0.jar/org/slf4j/impl/StaticLoggerBinder.class] 
16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-simple-1.7.21.jar/org/slf4j/impl/StaticLoggerBinder.class] 
16:18:39,716 ERROR [stderr] (MSC service thread 1-4) SLF4J: See http:&lt;span class="code-comment"&gt;//www.slf4j.org/codes.html#multiple_bindings &lt;span class="code-keyword"&gt;for&lt;/span&gt; an explanation. 
&lt;/span&gt;16:18:39,716 ERROR [stderr] (MSC service thread 1-4) SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; the SLF4J errors above are not directly related to this issue and can be safely disregarded.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue may be caused by the application server being unable to access &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt; directory. This may be caused by one of the following reasons:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There is significant network latency while accessing the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt;&amp;nbsp;directory.&lt;/li&gt;
&lt;li&gt;There is heavy load on the server hosting the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt;&amp;nbsp;directory.&lt;/li&gt;
&lt;li&gt;There are improper permissions on the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt;&amp;nbsp;directory.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that&amp;nbsp;the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt; directory is accessible by JBoss. If it&amp;#39;s hosted in a shared drive, check the network latency and the load on the shared drive.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using JBoss as an application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, application server, infrastructure, network, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX JBoss start-up does not progress with no useful errors in the server logs</title><link>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs/revision/4</link><pubDate>Tue, 02 Oct 2018 01:49:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db22f06a-ab27-4c45-97dc-1ea0e327082a</guid><dc:creator>Tom Ryan</dc:creator><comments>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Tom Ryan on 10/2/2018 1:49:04 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;JBoss fails to start-up every time the&amp;nbsp;&lt;strong&gt;standalone.bat|sh&lt;/strong&gt; script located in the&amp;nbsp;&lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin/&lt;/code&gt; directory is executed. The following output is the last thing printed in the &lt;strong&gt;server.log&lt;/strong&gt; located in the &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/logs&lt;/code&gt; directory: &lt;/p&gt;
&lt;pre class="code-java"&gt;16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: &lt;span class="code-object"&gt;Class&lt;/span&gt; path contains multiple SLF4J bindings. 
16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-log4j12-1.7.0.jar/org/slf4j/impl/StaticLoggerBinder.class] 
16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-simple-1.7.21.jar/org/slf4j/impl/StaticLoggerBinder.class] 
16:18:39,716 ERROR [stderr] (MSC service thread 1-4) SLF4J: See http:&lt;span class="code-comment"&gt;//www.slf4j.org/codes.html#multiple_bindings &lt;span class="code-keyword"&gt;for&lt;/span&gt; an explanation. 
&lt;/span&gt;16:18:39,716 ERROR [stderr] (MSC service thread 1-4) SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; the SLF4J errors above are not directly related to this issue and can be safely disregarded.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue may be caused by the application server being unable to access &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt; directory. This may be caused by one of the following reasons:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There is significant network latency while access the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&amp;nbsp;&lt;/code&gt;directory.&lt;/li&gt;
&lt;li&gt;There is heavy load on the server hosting&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&amp;nbsp;&lt;/code&gt;directory.&lt;/li&gt;
&lt;li&gt;There are improper permissions on the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&amp;nbsp;&lt;/code&gt;directory.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that&amp;nbsp;the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt; directory is accessible by JBoss. If it&amp;#39;s hosted in a shared drive, check the network latency and the load on the shared drive.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using JBoss as an application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, application server, infrastructure, network, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX JBoss start-up is stuck with no  useful errors in the server logs</title><link>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs/revision/3</link><pubDate>Tue, 18 Sep 2018 14:04:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db22f06a-ab27-4c45-97dc-1ea0e327082a</guid><dc:creator>Anirudh Rathi</dc:creator><comments>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Anirudh Rathi on 9/18/2018 2:04:26 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;JBoss fails to start-up every time the&amp;nbsp;&lt;strong&gt;standalone.bat|sh&lt;/strong&gt; script located in the&amp;nbsp;&lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin/&lt;/code&gt; directory is executed. The following output is the last thing printed in the &lt;strong&gt;server.log&lt;/strong&gt; located in the &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/logs&lt;/code&gt; directory&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: &lt;span class="code-object"&gt;Class&lt;/span&gt; path contains multiple SLF4J bindings. 
16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-log4j12-1.7.0.jar/org/slf4j/impl/StaticLoggerBinder.class] 
16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-simple-1.7.21.jar/org/slf4j/impl/StaticLoggerBinder.class] 
16:18:39,716 ERROR [stderr] (MSC service thread 1-4) SLF4J: See http:&lt;span class="code-comment"&gt;//www.slf4j.org/codes.html#multiple_bindings &lt;span class="code-keyword"&gt;for&lt;/span&gt; an explanation. 
&lt;/span&gt;16:18:39,716 ERROR [stderr] (MSC service thread 1-4) SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The application server is unable to proceed with the start-up because it is unable to access &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt; directory. Following reasons can be the reason for this:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There is significant network latency while access the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&amp;nbsp;&lt;/code&gt;directory.&lt;/li&gt;
&lt;li&gt;There is heavy load on the server hosting&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&amp;nbsp;&lt;/code&gt;directory.&lt;/li&gt;
&lt;li&gt;There are improper permissions on the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&amp;nbsp;&lt;/code&gt;directory.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that&amp;nbsp;the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/_admin&lt;/code&gt; directory is accessible by JBoss. If it&amp;#39;s hosted in a shared drive, check the network latency and the load on the shared drive.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using JBoss as an application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, application server, infrastructure, network, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX JBoss start-up is stuck with no  useful errors in the server logs</title><link>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs/revision/2</link><pubDate>Mon, 17 Sep 2018 10:16:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db22f06a-ab27-4c45-97dc-1ea0e327082a</guid><dc:creator>Anirudh Rathi</dc:creator><comments>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Anirudh Rathi on 9/17/2018 10:16:54 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;JBoss fails to start-up every time &lt;strong&gt;standalone.bat|sh&lt;/strong&gt; script located in &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin/&lt;/code&gt; directory is executed. JBoss logs ends at the following step:&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: &lt;span class="code-object"&gt;Class&lt;/span&gt; path contains multiple SLF4J bindings. 
16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-log4j12-1.7.0.jar/org/slf4j/impl/StaticLoggerBinder.class] 
16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-simple-1.7.21.jar/org/slf4j/impl/StaticLoggerBinder.class] 
16:18:39,716 ERROR [stderr] (MSC service thread 1-4) SLF4J: See http:&lt;span class="code-comment"&gt;//www.slf4j.org/codes.html#multiple_bindings &lt;span class="code-keyword"&gt;for&lt;/span&gt; an explanation. 
&lt;/span&gt;16:18:39,716 ERROR [stderr] (MSC service thread 1-4) SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss is stuck because it is unable to access _admin directory. Either there is significant network latency or there are improper permissions on the _admin directory.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that _admin directory is accessible by JBoss. If it&amp;#39;s hosted in a shared drive, check the network latency and the load on the shared drive.&amp;nbsp;&lt;/p&gt;
&lt;h2&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: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: start-up, application server, shared components, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX JBoss start-up is stuck with no  useful errors in the server logs</title><link>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs/revision/1</link><pubDate>Fri, 14 Sep 2018 21:15:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db22f06a-ab27-4c45-97dc-1ea0e327082a</guid><dc:creator>Anirudh Rathi</dc:creator><comments>https://community.appian.com/support/w/kb/1139/kb-1737-jboss-start-up-does-not-progress-with-no-useful-errors-in-the-server-logs#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Anirudh Rathi on 9/14/2018 9:15:54 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;JBoss fails to start-up every time &lt;strong&gt;standalone.bat|sh&lt;/strong&gt; script located in &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/bin/&lt;/code&gt; directory is executed. JBoss logs ends at the following step:&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: &lt;span class="code-object"&gt;Class&lt;/span&gt; path contains multiple SLF4J bindings. 
16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-log4j12-1.7.0.jar/org/slf4j/impl/StaticLoggerBinder.class] 
16:18:39,700 ERROR [stderr] (MSC service thread 1-4) SLF4J: Found binding in [vfs:/D:/appian/ear/suite.ear/lib/slf4j-simple-1.7.21.jar/org/slf4j/impl/StaticLoggerBinder.class] 
16:18:39,716 ERROR [stderr] (MSC service thread 1-4) SLF4J: See http:&lt;span class="code-comment"&gt;//www.slf4j.org/codes.html#multiple_bindings &lt;span class="code-keyword"&gt;for&lt;/span&gt; an explanation. 
&lt;/span&gt;16:18:39,716 ERROR [stderr] (MSC service thread 1-4) SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss is stuck because it is unable to access _admin directory. Either there is significant network latency or there are improper permissions on the _admin directory.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that _admin directory is accessible to the JBoss. If it&amp;#39;s hosted in a shared drive, check the network latency and the load on the shared drive.&amp;nbsp;&lt;/p&gt;
&lt;h2&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: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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