Saturday, 13 June 2020

SASServer1_1 not coming up

WARN  com.sas.svcs.cluster.httpinvoker.AutoDiscoveredHttpService - Have received 80 failures while trying to access an auto-discoverable service to satisfy request for 'com.sas.svcs.config.client.ConfigurationServiceInterface'. Please ensure that the application and/or process surfacing this interface is still in the process of starting.

It can happen if the SAS Agent service is running. First stop this service and start mid-tier and then start the Agent.  To stop agent use below command

<SAS HOME>/SASDeploymentAgent/9.4/agent.sh stop

No comments:

Post a Comment

Golang - Email - Secure code warrior

 package mail import ( "net/smtp" "gobin/config" ) var ( emailConfig config.Email ) type Mail struct { Destinati...