<?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: LASR Server not starting after reboot - ML Libref and Authentication service? in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/752262#M15076</link>
    <description>&lt;P&gt;You have to update the certificates on the middle tier using SAS Deployment Wizard.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jul 2021 11:17:24 GMT</pubDate>
    <dc:creator>alexal</dc:creator>
    <dc:date>2021-07-06T11:17:24Z</dc:date>
    <item>
      <title>LASR Server not starting after reboot - ML Libref and Authentication service?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/505584#M11313</link>
      <description>&lt;P&gt;HI All,&amp;nbsp;my users&amp;nbsp;were reporting that performance had slowed down yesterday. It had been a while since we&amp;nbsp;had installed updates so&amp;nbsp;I stopped LASR servers, stopped the SAS servers, and ran the updates and rebooted. Now this morning&amp;nbsp;I restarted all the sas server tiers,&amp;nbsp;but I cannot start any of&amp;nbsp;the LASR servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a ticket open and I'm waiting for a response from SAS, in the meantime I was hoping someone might have some idea what might have happened.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A few months back we redirected the WORK directory to a larger drive - I mention this because the WORK tag is referenced in the error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;-------------- LOG: Start Server --------------

4                                                          The SAS System                           10:09 Thursday, October 18, 2018

63         %statuscheckpoint;
64         /* Skip Next Step If We Have a Bad Status Code */
65         %macro codeBody;
66            %GLOBAL LASTSTEPRC;
67            %if %symexist(LASTSTEPRC) %then %do;
68               %if %eval(&amp;amp;LASTSTEPRC. &amp;lt;= 4) %then %do;
69         
70                  /* Start the single-machine LASR server process */
71                  libname ml sasiola startserver=
72                     (
73                        PATH="/sas/config/Lev1/AppData/SASVisualAnalytics/VisualAnalyticsAdministrator/sigfiles"
74                     )
75         
76                   host="&amp;lt;host&amp;gt;" port=&amp;lt;LASR Server Port&amp;gt;
77                  signer="https://&amp;lt;host&amp;gt;:&amp;lt;ssl port&amp;gt;/SASLASRAuthorization"
78                  ;
79         
80               %end;
81            %end;
82         %mend;
83         %codeBody;
NOTE: No tag was specified in the LIBNAME statement. The default tag (WORK) is used to name and identify tables in the LASR 
      Analytic Server. You can specify a tag as a data set option.
ERROR: Unable to register LASR server with authentication service.
ERROR: Libref ML is not assigned.
ERROR: Error in the LIBNAME statement.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone&amp;nbsp;have any ideas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 14:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/505584#M11313</guid>
      <dc:creator>Djones4822</dc:creator>
      <dc:date>2018-10-18T14:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: LASR Server not starting after reboot - ML Libref and Authentication service?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/505587#M11314</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/151027"&gt;@Djones4822&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When did you configure HTTPS/TLS on the middle tier? Please start the workspace server directly from the Linux console (/&amp;lt;SASConfig&amp;gt;/Lev&amp;lt;X&amp;gt;/SASApp/WorkspaceServer/WorkspaceServer.sh -nodms) and show me an output from a program below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname ml sasiola startserver=( PATH="/sas/config/Lev1/AppData/SASVisualAnalytics/VisualAnalyticsAdministrator/sigfiles" ) host="&amp;lt;host&amp;gt;" port=&amp;lt;LASR Server Port&amp;gt; signer="https://&amp;lt;host&amp;gt;:&amp;lt;ssl port&amp;gt;/SASLASRAuthorization";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Oct 2018 14:40:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/505587#M11314</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-10-18T14:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: LASR Server not starting after reboot - ML Libref and Authentication service?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/505641#M11315</link>
      <description>&lt;P&gt;TLS was configured earlier this year. No problems for months until now, but running that&amp;nbsp;like you asked throws an SSL error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;NOTE: No tag was specified in the LIBNAME statement. The default tag (WORK)
      is used to name and identify tables in the LASR Analytic Server. You
      can specify a tag as a data set option.
ERROR: Unable to register LASR server with authentication service.
ERROR: Libref ML is not assigned.
ERROR: Error in the LIBNAME statement.

  3?
ERROR: OpenSSL error 336134278 (0x14090086) occurred in SSL_connect/accept at
       line 6039, the error message is "error:14090086:SSL
       routines:ssl3_get_server_certificate:certificate verify failed".
ERROR: Encryption run-time execution error&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked that error:14090086 error up and it led me here:&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/viewer.htm#p1xeu488m00x85n16g3rbjcmv6wr.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/viewer.htm#p1xeu488m00x85n16g3rbjcmv6wr.htm&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;ERROR:14090086:SSL routines: SSL3_GET_SERVER_CERTIFICATE: certificate verify failed&lt;DIV class="xis-topicContent"&gt;&lt;DIV class="xis-paragraph"&gt;This message is displayed when certificates cannot be verified. If the directory where the certificates are located is specified using the SSLCACERTDIR environment variable, and the certificate names in the directory are not named using the value of a hash that OpenSSL generates, this message is generated.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="xis-xrefSee"&gt;&lt;SPAN class="xis-xrefText"&gt;For more information, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A title="" href="http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/p0k2dumbsgs89fn1vew0vsd9cokh.htm" target="_blank"&gt;SSLCACERTDIR Environment Variable&lt;/A&gt;&lt;SPAN class="xis-xrefText"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That doesn't really make sense to me, why would this suddenly go awry?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 16:20:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/505641#M11315</guid>
      <dc:creator>Djones4822</dc:creator>
      <dc:date>2018-10-18T16:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: LASR Server not starting after reboot - ML Libref and Authentication service?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/505642#M11316</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/151027"&gt;@Djones4822&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like your SSL certificate expired and has been replaced on the middle tier.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 16:23:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/505642#M11316</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-10-18T16:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: LASR Server not starting after reboot - ML Libref and Authentication service?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/751947#M15072</link>
      <description>&lt;P&gt;How to get it working again after renewing the SSL certificate?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 07:09:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/751947#M15072</guid>
      <dc:creator>Zuhdiyah</dc:creator>
      <dc:date>2021-07-04T07:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: LASR Server not starting after reboot - ML Libref and Authentication service?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/752262#M15076</link>
      <description>&lt;P&gt;You have to update the certificates on the middle tier using SAS Deployment Wizard.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 11:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-Server-not-starting-after-reboot-ML-Libref-and/m-p/752262#M15076</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2021-07-06T11:17:24Z</dc:date>
    </item>
  </channel>
</rss>

