No this is not the issue: Here are my logs: 2021-04-28 12:16:46.390 INFO 113082 --- [TaskScheduler-1] o.s.boot.SpringApplication : service The following profiles are active: prod,postgresql 2021-04-28 12:16:46.409 INFO 113082 --- [TaskScheduler-1] o.s.boot.SpringApplication : service Started application in 0.543 seconds (JVM running for 89.229) 2021-04-28 12:16:46.927 INFO 113082 --- [TaskScheduler-1] o.s.c.e.event.RefreshEventListener : service Refresh keys changed: [] 2021-04-28 12:16:48.704 INFO 113082 --- [ bootstrap-3] c.s.s.oauth2.bootstrap.ClientRegisterer : service [a8b507ca59756d45] [CLIENT_ALREADY_REGISTERED] OAuth client sas.launcher already registered with server. 2021-04-28 12:17:01.023 INFO 113082 --- [1-auto-1-exec-7] c.s.s.o.token.JwtAccessTokenConverter : service [036212e834f99ead] [TOKEN_SIGNATURE_ALG] Server is generating token signatures using RS256. 2021-04-28 12:18:03.539 ERROR 113082 --- [1-auto-1-exec-2] com.sas.launcher.tklauncher.TKClient : <username> [7645c049548f253c] [CLIENT_CONNECT_ERROR] Failed to connect to server: Kerberos handshake error. 2021-04-28 12:18:03.550 ERROR 113082 --- [1-auto-1-exec-2] com.sas.launcher.tklauncher.TKClient : <username> [7645c049548f253c] [CLIENT_LAUNCH_ERROR] Failed to launch process: server=TKServer{id='sas-viya-launcher-server-default:sas-viya-host', name='launcher-server', type=ServerType{name='launcher'}, state=ServerState{name='up'}, host=Host{name='sas-viya-host'}, port=Port{port=25631}, operatingSystem=OperatingSystem{name='linux', pathSeparator='/', installBasePathPropertyName='sas.launcher.deployment.linux.install-base-path', configBasePathPropertyName='sas.launcher.deployment.linux.config-base-path', scriptExtensionPropertyName='sas.launcher.deployment.linux.script-extension'}, gridEnabled=false, environment=Environment{{SASMAKEHOMEDIR=1, SAS_SERVICE_PRINCIPAL=sas-launcher/host@domain}}, sasDeploymentProperties=SASDeploymentProperties{sasServicesUrl=SASServicesUrl{url=https://sas-viya-host:443/}, sasDeploymentId='viya', sasHome='/opt/sas/viya/home', sasConfig='/opt/sas/viya/config', spreHome='/opt/sas/spre/home', sasInstanceId='default'}, consulUrl=ConsulUrl{url=https://localhost:8501}, vaultUrl=VaultUrl{url=https://sas-viya-host:8200/}, sslEnabled=true, sslCAList='/opt/sas/viya/config/etc/SASSecurityCertificateFramework/cacerts/trustedcerts.pem', sslCertificate='/opt/sas/viya/config/etc/SASSecurityCertificateFramework/tls/certs/tklauncher/default/certificate.pem', sslPrivateKey='/opt/sas/viya/config/etc/SASSecurityCertificateFramework/tls/certs/tklauncher/default/key.pem', spn=ServicePrincipalName{value='sas-launcher/sas-viya-host'}} cause=Failed to connect to server. 2021-04-28 12:18:03.584 ERROR 113082 --- [1-auto-1-exec-2] com.sas.commons.rest.ExceptionLog : <username> [7645c049548f253c] com.sas.commons.rest.exceptions.ResourceException: Failed to launch process. 2021-04-28 12:18:03.585 ERROR 113082 --- [1-auto-1-exec-2] com.sas.commons.rest.ExceptionLog : <username> [7645c049548f253c] caused by: com.sas.launcher.tklauncher.ClientException: Failed to launch process: host=sas-viya-host port=25631 ssl=true 2021-04-28 12:18:03.585 ERROR 113082 --- [1-auto-1-exec-2] com.sas.commons.rest.ExceptionLog : <username> [7645c049548f253c] caused by: com.sas.launcher.tklauncher.ClientException: Failed to connect to server. 2021-04-28 12:18:03.585 ERROR 113082 --- [1-auto-1-exec-2] com.sas.commons.rest.ExceptionLog : <username> [7645c049548f253c] caused by: com.sas.launcher.error.LauncherRuntimeException: Kerberos handshake error.
... View more