<?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: error at login in SAS in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/error-at-login-in-SAS/m-p/975464#M30299</link>
    <description>&lt;P&gt;IT seems to be a certificate issue:&lt;/P&gt;&lt;P&gt;in the logs from the folder&amp;nbsp;/opt/sas/viya/config/var/log/saslogon/default i have the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;BR /&gt;at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:450)&lt;BR /&gt;at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:317)&lt;BR /&gt;at sun.security.validator.Validator.validate(Validator.java:262)&lt;BR /&gt;at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:330)&lt;BR /&gt;at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:237)&lt;BR /&gt;at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:132)&lt;BR /&gt;at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1670)&lt;BR /&gt;... 158 common frames omitted&lt;BR /&gt;Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;BR /&gt;at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)&lt;BR /&gt;at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)&lt;BR /&gt;at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)&lt;BR /&gt;at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:445)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The certificate was installed this week. Maybe it saw not installed correctly/at the correct location?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Sep 2025 09:35:30 GMT</pubDate>
    <dc:creator>manix</dc:creator>
    <dc:date>2025-09-22T09:35:30Z</dc:date>
    <item>
      <title>error at login in SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/error-at-login-in-SAS/m-p/975233#M30289</link>
      <description>&lt;P&gt;Hello, i have the the following error when trying to ligin into SAS:&lt;/P&gt;&lt;P&gt;500 Internal Server Error&lt;/P&gt;&lt;P&gt;An error occurred. Please contact your system administrator.&lt;/P&gt;&lt;P&gt;I tried to restart SAS(using the command ansible-playbook viya-ark/playbooks/viya-mmsu/viya-services-start.yml)&lt;/P&gt;&lt;P&gt;&amp;nbsp; but the same error appears.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked into a elastic search&amp;nbsp; log :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[2025-09-17T14:13:05,657][WARN ][o.e.t.OutboundHandler ] [yDJPxQE] send message failed [channel: Netty4TcpChannel{localAddress=0.0.0.0/0.0.0.0:9300, remoteAddress=/172.16.18.42:45028}]&lt;BR /&gt;java.nio.channels.ClosedChannelException: null&lt;BR /&gt;at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source) ~[?:?]&lt;BR /&gt;[2025-09-17T14:13:05,667][WARN ][o.e.c.NodeConnectionsService] [yDJPxQE] failed to connect to node {sRvANwN}{sRvANwN4RNK70-zh2C2VLw}{rnTpgYXvSBum2U_4dEQQ5Q}{sas3.onrc.ro}{172.16.18.42:9300} (tried [1] times)&lt;BR /&gt;org.elasticsearch.transport.ConnectTransportException: [sRvANwN][172.16.18.42:9300] connect_exception&lt;BR /&gt;at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) ~[elasticsearch-6.8.6.jar:6.8.6]&lt;BR /&gt;at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) ~[elasticsearch-6.8.6.jar:6.8.6]&lt;BR /&gt;at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) ~[elasticsearch-core-6.8.6.jar:6.8.6]&lt;BR /&gt;at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774) ~[?:1.8.0_262]&lt;BR /&gt;at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750) ~[?:1.8.0_262]&lt;BR /&gt;at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_262]&lt;BR /&gt;at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1990) ~[?:1.8.0_262]&lt;BR /&gt;at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) ~[elasticsearch-core-6.8.6.jar:6.8.6]&lt;BR /&gt;at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) ~[?:?]&lt;BR /&gt;at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) ~[?:?]&lt;BR /&gt;at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) ~[?:?]&lt;BR /&gt;at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) ~[?:?]&lt;BR /&gt;at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) ~[?:?]&lt;BR /&gt;at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) ~[?:?]&lt;BR /&gt;at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) ~[?:?]&lt;BR /&gt;at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) ~[?:?]&lt;BR /&gt;at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) ~[?:?]&lt;BR /&gt;at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:556) ~[?:?]&lt;BR /&gt;at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:510) ~[?:?]&lt;BR /&gt;at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) ~[?:?]&lt;BR /&gt;at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) ~[?:?]&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]&lt;BR /&gt;Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: sas3.onrc.ro/172.16.18.42:9300&lt;BR /&gt;at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]&lt;BR /&gt;at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:714) ~[?:?]&lt;BR /&gt;at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) ~[?:?]&lt;BR /&gt;at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ~[?:?]&lt;BR /&gt;... 6 more&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused&lt;BR /&gt;at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]&lt;BR /&gt;at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:714) ~[?:?]&lt;BR /&gt;at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) ~[?:?]&lt;BR /&gt;at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ~[?:?]&lt;BR /&gt;... 6 more&lt;BR /&gt;[2025-09-17T14:13:06,646][INFO ][o.e.n.Node ] [yDJPxQE] stopping ...&lt;BR /&gt;[2025-09-17T14:13:06,659][INFO ][c.f.s.a.s.SinkProvider ] [yDJPxQE] Closing DebugSink&lt;BR /&gt;[2025-09-17T14:13:06,822][WARN ][o.e.d.z.ZenDiscovery ] [yDJPxQE] not enough master nodes discovered during pinging (found [[Candidate{node={yDJPxQE}{yDJPxQEqTC6XJfikTZgIZA}{IvifT4ShT3Gc3DQRsqXRDg}{sas1.onrc.ro}{172.16.18.44:9300}, clusterStateVersion=13187}]], but needed [2]), pinging again&lt;BR /&gt;[2025-09-17T14:13:06,948][INFO ][o.e.n.Node ] [yDJPxQE] stopped&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could it be a connection error(ports blocked etc) or do I have to restart some services?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 13:33:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/error-at-login-in-SAS/m-p/975233#M30289</guid>
      <dc:creator>manix</dc:creator>
      <dc:date>2025-09-17T13:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: error at login in SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/error-at-login-in-SAS/m-p/975464#M30299</link>
      <description>&lt;P&gt;IT seems to be a certificate issue:&lt;/P&gt;&lt;P&gt;in the logs from the folder&amp;nbsp;/opt/sas/viya/config/var/log/saslogon/default i have the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;BR /&gt;at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:450)&lt;BR /&gt;at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:317)&lt;BR /&gt;at sun.security.validator.Validator.validate(Validator.java:262)&lt;BR /&gt;at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:330)&lt;BR /&gt;at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:237)&lt;BR /&gt;at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:132)&lt;BR /&gt;at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1670)&lt;BR /&gt;... 158 common frames omitted&lt;BR /&gt;Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;BR /&gt;at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)&lt;BR /&gt;at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)&lt;BR /&gt;at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)&lt;BR /&gt;at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:445)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The certificate was installed this week. Maybe it saw not installed correctly/at the correct location?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 09:35:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/error-at-login-in-SAS/m-p/975464#M30299</guid>
      <dc:creator>manix</dc:creator>
      <dc:date>2025-09-22T09:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: error at login in SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/error-at-login-in-SAS/m-p/975497#M30301</link>
      <description>If you are logging in with a user ID and password to SAS Logon, SAS Logon will attempt a connection to the configured LDAP Server to lookup the distinguished name of the supplied account ID and attempt an LDAP bind using that DN and the supplied password. If this connection is being attempted against a TLS secured LDAP server (e.g. port 636, 3269) then Viya needs to have the issuing/root certificate for the server certificate in it's trust store for that connection to succeed. The error message suggests that it does not, so you would need to get the root and any intermediate certificates to complete the trust chain for the certificate being returned by the LDAP server and add it to Viya's certificate trust store.&lt;BR /&gt;Adding certificates to the trust store is documented here:&lt;BR /&gt;&lt;BR /&gt;Add Certificates to the Truststore (Linux Full Deployment)&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/calcdc/3.5/calencryptmotion/n1xdqv1sezyrahn17erzcunxwix9.htm#p0i6oxaob5jsz6n1176flqd105fv" target="_blank"&gt;https://go.documentation.sas.com/doc/en/calcdc/3.5/calencryptmotion/n1xdqv1sezyrahn17erzcunxwix9.htm#p0i6oxaob5jsz6n1176flqd105fv&lt;/A&gt;</description>
      <pubDate>Mon, 22 Sep 2025 18:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/error-at-login-in-SAS/m-p/975497#M30301</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-09-22T18:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: error at login in SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/error-at-login-in-SAS/m-p/975540#M30304</link>
      <description>&lt;P&gt;It worked.Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 07:42:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/error-at-login-in-SAS/m-p/975540#M30304</guid>
      <dc:creator>manix</dc:creator>
      <dc:date>2025-09-23T07:42:24Z</dc:date>
    </item>
  </channel>
</rss>

