Hi, On Tue, Aug 6, 2019 at 10:58 PM, [email protected] wrote: > I am trying to deploy ONAP (Dublin) cluster but running into the following > error:
The key error is this failure to resolve the hostname for the schema-service: > 2019-08-06 21:54:38.820 INFO --- [ main] > org.onap.aai.util.ExceptionTranslator : Exception is > aai-schema-service.onap: Temporary failure in name resolutionRoot cause > isjava.net.UnknownHostException: aai-schema-service.onap: Temporary failure in > name resolution The next part shows that the call to schema-service fails, which means that the createDBSchema script cannot initialise. You should probably also see similar errors in AAI-Resources and AAI-Traversal as well. > exception is org.springframework.web.client.ResourceAccessException: I/O error > on GET request for > "https://aai-schema-service.onap:8452/aai/schema-service/v1/versions": > aai-schema-service.onap: Temporary failure in name resolution; nested > exception is java.net.UnknownHostException: aai-schema-service.onap: Temporary > failure in name resolution, resolve and retry ClassName- Please confirm that: - your schema-service microservice is running and - you have the hostname mapping for aai-schema-service.onap Keong -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18453): https://lists.onap.org/g/onap-discuss/message/18453 Mute This Topic: https://lists.onap.org/mt/32748954/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
