Thanks @gwootton . Follows the completed log:
2022-04-11 14:17:19,584 ERROR ServiceLoader - Unable to obtain service deployment from the SAS Metadata Repository metadata source.
2022-04-11 14:17:19,586 ERROR PlatformServices - Exception encountered starting services defined in metadata source
Server {
software component: "Remote Services"
group: "Stored Process"
group: "Core"
host: "xxxxxxx"
port: "8561"
repository: "Foundation"
}
.
com.sas.services.deployment.ServiceDeploymentException: A SAS foundation service failed to deploy. [ com.sas.services.ServiceException: No foundation service definitions were found using the metadata source:
Server {
software component: "Remote Services"
group: "Stored Process"
group: "Core"
host: "xxxxxx"
port: "8561"
repository: "Foundation"
}
]
at com.sas.services.deployment.ServiceLoader.deployServices(ServiceLoader.java:868)
at com.sas.services.deployment.PlatformServices.startLocalServices(PlatformServices.java:530)
at com.sas.services.deployment.PlatformServices.startServices(PlatformServices.java:485)
at com.sas.services.deployment.CorePlatformServices.startServices(CorePlatformServices.java:182)
at com.sas.framework.services.PlatformDiscoveryServiceFactoryBean.afterPropertiesSet(PlatformDiscoveryServiceFactoryBean.java:99)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:563)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
at com.sas.framework.services.bootstrap.SASRemoteServices.main(SASRemoteServices.java:65)
Caused by: com.sas.services.ServiceException: No foundation service definitions were found using the metadata source:
Server {
software component: "Remote Services"
group: "Stored Process"
group: "Core"
host: "xxxxxx"
port: "8561"
repository: "Foundation"
}
at com.sas.services.deployment.ServiceLoader.deployServices(ServiceLoader.java:821)
... 18 more
Received error while starting the application.
2022-04-11 14:17:19,592 FATAL SASRemoteServices - Error creating bean with name 'discoveryService' defined in class path resource [jps-config.xml]: Invocation of init method failed; nested exception is com.sas.services.deployment.ServiceDeploymentException: A SAS foundation service failed to deploy. [ com.sas.services.ServiceException: No foundation service definitions were found using the metadata source:
Server {
software component: "Remote Services"
group: "Stored Process"
group: "Core"
host: "xxxxx"
port: "8561"
repository: "Foundation"
}
]
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'discoveryService' defined in class path resource [jps-config.xml]: Invocation of init method failed; nested exception is com.sas.services.deployment.ServiceDeploymentException: A SAS foundation service failed to deploy. [ com.sas.services.ServiceException: No foundation service definitions were found using the metadata source:
Server {
software component: "Remote Services"
group: "Stored Process"
group: "Core"
host: "xxxxx"
port: "8561"
repository: "Foundation"
}
]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:563)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
at com.sas.framework.services.bootstrap.SASRemoteServices.main(SASRemoteServices.java:65)
Caused by: com.sas.services.deployment.ServiceDeploymentException: A SAS foundation service failed to deploy. [ com.sas.services.ServiceException: No foundation service definitions were found using the metadata source:
Server {
software component: "Remote Services"
group: "Stored Process"
group: "Core"
host: "xxxxx"
port: "8561"
repository: "Foundation"
}
]
at com.sas.services.deployment.ServiceLoader.deployServices(ServiceLoader.java:868)
at com.sas.services.deployment.PlatformServices.startLocalServices(PlatformServices.java:530)
at com.sas.services.deployment.PlatformServices.startServices(PlatformServices.java:485)
at com.sas.services.deployment.CorePlatformServices.startServices(CorePlatformServices.java:182)
at com.sas.framework.services.PlatformDiscoveryServiceFactoryBean.afterPropertiesSet(PlatformDiscoveryServiceFactoryBean.java:99)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417)
... 12 more
Caused by: com.sas.services.ServiceException: No foundation service definitions were found using the metadata source:
Server {
software component: "Remote Services"
group: "Stored Process"
group: "Core"
host: "xxxxxx"
port: "8561"
repository: "Foundation"
}
at com.sas.services.deployment.ServiceLoader.deployServices(ServiceLoader.java:821)
... 18 more