<?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-1213 "'findstr' is not recognized as an internal or external command, operable program or batch file" error thrown after attempting to start JBoss</title><link>https://community.appian.com/support/w/kb/428/kb-1213-findstr-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file-error-thrown-after-attempting-to-start-jboss</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1213 "'findstr' is not recognized as an internal or external command, operable program or batch file" error thrown after attempting to start JBoss</title><link>https://community.appian.com/support/w/kb/428/kb-1213-findstr-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file-error-thrown-after-attempting-to-start-jboss</link><pubDate>Mon, 23 Jul 2018 17:35:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eaa5d837-6e2c-4215-9615-a41d9fb01379</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/428/kb-1213-findstr-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file-error-thrown-after-attempting-to-start-jboss#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 5:35:35 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;On a Windows Operating System, after starting JBoss application server, the following message is returned:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;#39;findstr&amp;#39; is not recognized as an internal or external command, operable porgram or batch file.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; The application server logs folder does not get created in case of a new installation.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;The script to start the application server calls the &lt;strong&gt;findstr.bat&lt;/strong&gt; file, which is located in the &lt;code&gt;&amp;lt;SYSTEM_DRIVE&amp;gt;\Windows\system32&lt;/code&gt; directory. The above message is returned when the &lt;strong&gt;Path&lt;/strong&gt; variable is not correctly set in system settings.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;The correct &lt;strong&gt;Path&lt;/strong&gt; variable can be set by performing the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click on &lt;strong&gt;Start&lt;/strong&gt;, then right-click on &lt;strong&gt;My Computer&lt;/strong&gt; &amp;gt; &lt;strong&gt;Properties&lt;/strong&gt; &amp;gt; &lt;strong&gt;Advanced System Settings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Edit the &lt;strong&gt;Path&lt;/strong&gt; variable.&lt;/li&gt;
&lt;li&gt;At the beginning of the field, add either &lt;code&gt;&amp;lt;SYSTEM_DRIVE&amp;gt;\WINDOWS\system32;&lt;/code&gt; or &lt;code&gt;%SystemRoot%\system32;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Save and exit.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; In order for those changes to take effect, you will need to start a new Windows Command Processor (&lt;code&gt;cmd.exe&lt;/code&gt;) session.&lt;/p&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 application server.&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: installation, application server, windows, infrastructure, jboss&lt;/div&gt;
</description></item><item><title>KB-1213 "'findstr' is not recognized as an internal or external command, operable program or batch file" error thrown after attempting to start JBoss</title><link>https://community.appian.com/support/w/kb/428/kb-1213-findstr-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file-error-thrown-after-attempting-to-start-jboss/revision/1</link><pubDate>Mon, 06 Mar 2017 20:55:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eaa5d837-6e2c-4215-9615-a41d9fb01379</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/428/kb-1213-findstr-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file-error-thrown-after-attempting-to-start-jboss#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 3/6/2017 8:55:49 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;On a Windows Operating System, after starting JBoss application server, the following message is returned:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;#39;findstr&amp;#39; is not recognized as an internal or external command, operable porgram or batch file.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; The application server logs folder does not get created in case of a new installation.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;The script to start the application server calls the &lt;strong&gt;findstr.bat&lt;/strong&gt; file, which is located in the &lt;code&gt;&amp;lt;SYSTEM_DRIVE&amp;gt;\Windows\system32&lt;/code&gt; directory. The above message is returned when the &lt;strong&gt;Path&lt;/strong&gt; variable is not correctly set in system settings.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;The correct &lt;strong&gt;Path&lt;/strong&gt; variable can be set by performing the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click on &lt;strong&gt;Start&lt;/strong&gt;, then right-click on &lt;strong&gt;My Computer&lt;/strong&gt; &amp;gt; &lt;strong&gt;Properties&lt;/strong&gt; &amp;gt; &lt;strong&gt;Advanced System Settings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Edit the &lt;strong&gt;Path&lt;/strong&gt; variable.&lt;/li&gt;
&lt;li&gt;At the beginning of the field, add either &lt;code&gt;&amp;lt;SYSTEM_DRIVE&amp;gt;\WINDOWS\system32;&lt;/code&gt; or &lt;code&gt;%SystemRoot%\system32;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Save and exit.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; In order for those changes to take effect, you will need to start a new Windows Command Processor (&lt;code&gt;cmd.exe&lt;/code&gt;) session.&lt;/p&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 application server.&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, windows, jboss&lt;/div&gt;
</description></item></channel></rss>