<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Web application server does start while deploying the SAS 9.4 grid in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Web-application-server-does-start-while-deploying-the-SAS-9-4/m-p/904259#M27566</link>
    <description>By default the SAS Web Server listens on port 7980 (HTTP) or 8343 (HTTPS), which are not protected ports (ports below 1024). In this case the error is saying it's trying to start on a port below 1024, so the default configuration has likely been adjusted to use a lower port like 80 or 443. Using these lower ports requires root access on Linux, so the error is saying you need to start the server as root manually.</description>
    <pubDate>Wed, 22 Nov 2023 16:53:49 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2023-11-22T16:53:49Z</dc:date>
    <item>
      <title>Web application server does start while deploying the SAS 9.4 grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Web-application-server-does-start-while-deploying-the-SAS-9-4/m-p/904257#M27565</link>
      <description>&lt;P&gt;hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am trying to configure SAS9.4 and&amp;nbsp;SAS Grid&amp;nbsp; on two Linux Machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Machine1:Metadata Server and SAS&amp;nbsp; Mid-Tier&amp;nbsp;&lt;/P&gt;&lt;P&gt;Machine2: SAS grid and compute lsf .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Installed the Binaries successfully on all three tier and Even installed config on Meta and grid&amp;nbsp;&amp;nbsp;successfully .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it is failing while deploying the Config for mid tier on step 11.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MaheshRSA_0-1700670551385.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90105i333B3603847FD5A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MaheshRSA_0-1700670551385.png" alt="MaheshRSA_0-1700670551385.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after starting the services with root gettig below&amp;nbsp; error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MaheshRSA_1-1700670610849.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90106i71FFADD5467A5B3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MaheshRSA_1-1700670610849.png" alt="MaheshRSA_1-1700670610849.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error in the&amp;nbsp;vfabrictcsvr_checkForErrors_2023-11-22.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUILD FAILED&lt;BR /&gt;: The Web Server failed to restart. The server is configured to listen on ports below 1024. Manually restart the server as root and then press retry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error in the&amp;nbsp;vfabrictcsvr_startMidtierServers_2023-11-22-13.33.11.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2023-11-22 14:33:43,680 [main] ERROR com.sas.sdw.SDWExceptionHandler - com.sas.appserver.utils.AppServerException: Timeout for Application Server startup has reached before port opened.&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;BR /&gt;at java.lang.reflect.Constructor.newInstance(Constructor.java:423)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doConstructorInvoke(MetaClassHelper.java:526)&lt;BR /&gt;at groovy.lang.MetaClassImpl.doConstructorInvoke(MetaClassImpl.java:2331)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1227)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1157)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokeConstructorOf(InvokerHelper.java:801)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeNewN(ScriptBytecodeAdapter.java:227)&lt;BR /&gt;at com.sas.appserver.vfabrictcsvr.AppServer.waitForServersToStart(AppServer.groovy:2236)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:95)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:599)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:1077)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:744)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:167)&lt;BR /&gt;at com.sas.appserver.vfabrictcsvr.AppServer.startServers(AppServer.groovy:2045)&lt;BR /&gt;at com.sas.appserver.vfabrictcsvr.AppServer.this$3$startServers(AppServer.groovy)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:95)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:599)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:904)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:77)&lt;BR /&gt;at com.sas.appserver.vfabrictcsvr.AppServer.doStartMidTierServers(AppServer.groovy:299)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:95)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:599)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:904)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:77)&lt;BR /&gt;at com.sas.appserver.impl.AbstractAppServer.startMidTierServers(AbstractAppServer.groovy:428)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:95)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:599)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:904)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:740)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:773)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:753)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:167)&lt;BR /&gt;at com.sas.appserver.impl.AbstractAppServer.invoke(AbstractAppServer.groovy:1194)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:95)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:599)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:904)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:740)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:773)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:753)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:167)&lt;BR /&gt;at com.sas.appserver.ant.AppServerDispatch.invoke(AppServerDispatch.groovy:147)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:95)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:599)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:904)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:740)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:773)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:753)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:167)&lt;BR /&gt;at com.sas.sdw.ant.DispatchTask.doExecute(DispatchTask.groovy:81)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:95)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:599)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:904)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:77)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrent0(ScriptBytecodeAdapter.java:109)&lt;BR /&gt;at com.sas.sdw.ant.SDWTask.execute(SDWTask.groovy:44)&lt;BR /&gt;at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)&lt;BR /&gt;at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)&lt;BR /&gt;at org.apache.tools.ant.Task.perform(Task.java:348)&lt;BR /&gt;at org.apache.tools.ant.Target.execute(Target.java:357)&lt;BR /&gt;at org.apache.tools.ant.Target.performTasks(Target.java:385)&lt;BR /&gt;at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)&lt;BR /&gt;at org.apache.tools.ant.Project.executeTarget(Project.java:1298)&lt;BR /&gt;at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)&lt;BR /&gt;at org.apache.tools.ant.Project.executeTargets(Project.java:1181)&lt;BR /&gt;at org.apache.tools.ant.Main.runBuild(Main.java:698)&lt;BR /&gt;at org.apache.tools.ant.Main.startAnt(Main.java:199)&lt;BR /&gt;at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)&lt;BR /&gt;at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)&lt;/P&gt;&lt;P&gt;2023-11-22 14:33:43,682 [main] INFO com.sas.sdw.SDWExceptionHandler - Forcing failure.&lt;/P&gt;&lt;P&gt;BUILD FAILED&lt;BR /&gt;: Timeout for Application Server startup has reached before port opened.&lt;BR /&gt;at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:142)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)&lt;BR /&gt;at org.apache.tools.ant.Task.perform(Task.java:348)&lt;BR /&gt;at groovy.util.AntBuilder.nodeCompleted(AntBuilder.java:178)&lt;BR /&gt;at groovy.util.BuilderSupport.doInvokeMethod(BuilderSupport.java:153)&lt;BR /&gt;at groovy.util.AntBuilder.doInvokeMethod(AntBuilder.java:132)&lt;BR /&gt;at groovy.util.BuilderSupport.invokeMethod(BuilderSupport.java:64)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:777)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:753)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:167)&lt;BR /&gt;at com.sas.sdw.ant.AntSDW.executeTask(AntSDW.groovy:135)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:95)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:599)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:904)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:77)&lt;BR /&gt;at com.sas.sdw.ant.AntSDW.execute(AntSDW.groovy:76)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:95)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:599)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:904)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:740)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:773)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:753)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:167)&lt;BR /&gt;at com.sas.sdw.SDWHelper.fail(SDWHelper.groovy:117)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:95)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:599)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:904)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:740)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:773)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:753)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:167)&lt;BR /&gt;at com.sas.sdw.SDWExceptionHandler.handleSDWException(SDWExceptionHandler.groovy:73)&lt;BR /&gt;at com.sas.sdw.SDWExceptionHandler.this$2$handleSDWException(SDWExceptionHandler.groovy)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:95)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:599)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:904)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:77)&lt;BR /&gt;at com.sas.sdw.SDWExceptionHandler.handle(SDWExceptionHandler.groovy:18)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:95)&lt;BR /&gt;at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:599)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:904)&lt;BR /&gt;at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:740)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:773)&lt;BR /&gt;at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:753)&lt;BR /&gt;at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:167)&lt;BR /&gt;at com.sas.sdw.ant.SDWTask.execute(SDWTask.groovy:48)&lt;BR /&gt;at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)&lt;BR /&gt;at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)&lt;BR /&gt;at org.apache.tools.ant.Task.perform(Task.java:348)&lt;BR /&gt;at org.apache.tools.ant.Target.execute(Target.java:357)&lt;BR /&gt;at org.apache.tools.ant.Target.performTasks(Target.java:385)&lt;BR /&gt;at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)&lt;BR /&gt;at org.apache.tools.ant.Project.executeTarget(Project.java:1298)&lt;BR /&gt;at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)&lt;BR /&gt;at org.apache.tools.ant.Project.executeTargets(Project.java:1181)&lt;BR /&gt;at org.apache.tools.ant.Main.runBuild(Main.java:698)&lt;BR /&gt;at org.apache.tools.ant.Main.startAnt(Main.java:199)&lt;BR /&gt;at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)&lt;BR /&gt;at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)&lt;/P&gt;&lt;P&gt;Total time: 60 minutes 31 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you please help what is wrong with this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 16:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Web-application-server-does-start-while-deploying-the-SAS-9-4/m-p/904257#M27565</guid>
      <dc:creator>MaheshRSA</dc:creator>
      <dc:date>2023-11-22T16:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Web application server does start while deploying the SAS 9.4 grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Web-application-server-does-start-while-deploying-the-SAS-9-4/m-p/904259#M27566</link>
      <description>By default the SAS Web Server listens on port 7980 (HTTP) or 8343 (HTTPS), which are not protected ports (ports below 1024). In this case the error is saying it's trying to start on a port below 1024, so the default configuration has likely been adjusted to use a lower port like 80 or 443. Using these lower ports requires root access on Linux, so the error is saying you need to start the server as root manually.</description>
      <pubDate>Wed, 22 Nov 2023 16:53:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Web-application-server-does-start-while-deploying-the-SAS-9-4/m-p/904259#M27566</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-11-22T16:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Web application server does start while deploying the SAS 9.4 grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Web-application-server-does-start-while-deploying-the-SAS-9-4/m-p/904315#M27570</link>
      <description>&lt;P&gt;&amp;nbsp;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did started the services with the root but again it is failing with same&amp;nbsp; error .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MaheshRSA_0-1700723683577.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/90118i0F327BDB945A1AF2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MaheshRSA_0-1700723683577.png" alt="MaheshRSA_0-1700723683577.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what could be the reason for it .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 07:16:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Web-application-server-does-start-while-deploying-the-SAS-9-4/m-p/904315#M27570</guid>
      <dc:creator>MaheshRSA</dc:creator>
      <dc:date>2023-11-23T07:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Web application server does start while deploying the SAS 9.4 grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Web-application-server-does-start-while-deploying-the-SAS-9-4/m-p/904642#M27579</link>
      <description>After starting as root did you click the "retry" button in the error dialog box?</description>
      <pubDate>Mon, 27 Nov 2023 14:49:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Web-application-server-does-start-while-deploying-the-SAS-9-4/m-p/904642#M27579</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-11-27T14:49:59Z</dc:date>
    </item>
  </channel>
</rss>

