Is DMaaP Message Router container on that IP ? Use curl to do an HTTP get on port 3904 for /topics to see .
Brian From: [email protected] <[email protected]> On Behalf Of prathamesh Sent: Friday, March 15, 2019 4:19 PM To: [email protected] Subject: [onap-discuss] [SDC] SDC healthcheck return DE component down Hello Everyone, I am running SDC locally. When I do health-check using this (http://localhost:8080/sdc2/rest/healthCheck) Here is the output -> { "sdcVersion": "1.4.0-SNAPSHOT", "siteMode": "unknown", "componentsInfo": [ { "healthCheckComponent": "BE", "healthCheckStatus": "UP", "version": "1.4.0-SNAPSHOT", "description": "OK" }, { "healthCheckComponent": "TITAN", "healthCheckStatus": "UP", "description": "OK" }, { "healthCheckComponent": "ES", "healthCheckStatus": "UP", "version": "1.4.0-SNAPSHOT", "description": "OK" }, { "healthCheckComponent": "DE", "healthCheckStatus": "DOWN", "description": "U-EB cluster is not available" }, { "healthCheckComponent": "CASSANDRA", "healthCheckStatus": "UP", "description": "OK" }, { "healthCheckComponent": "ON_BOARDING", "healthCheckStatus": "UP", "version": "1.4.0-SNAPSHOT", "description": "OK", "componentsInfo": [ { "healthCheckComponent": "ZU", "healthCheckStatus": "UP", "description": "OK" }, { "healthCheckComponent": "BE", "healthCheckStatus": "UP", "version": "1.4.0-SNAPSHOT", "description": "OK" }, { "healthCheckComponent": "CAS", "healthCheckStatus": "UP", "version": "2.1.17", "description": "OK" } ] }, { "healthCheckComponent": "DCAE", "healthCheckStatus": "DOWN", "description": "DCAE unexpected response: Execute request GET http://192.168.50.69:8082/dcae/healthCheck<https://urldefense.proofpoint.com/v2/url?u=http-3A__192.168.50.69-3A8082_dcae_healthCheck&d=DwQGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=6fSDF8bK8PvOy8-JK0HiuhJZHUdOJtwDNAv6hfkKons&s=K9J1irOOMCXUzbQAzb8uASWvUwB2WUhcXwTdd-d_dnc&e=> HTTP/1.1 failed with exception: Connect to 192.168.50.69:8082 [/192.168.50.69] failed: Connection refused (Connection refused)", "componentsInfo": [ { "healthCheckComponent": "BE", "healthCheckStatus": "DOWN", "description": "DCAE unexpected response: Execute request GET http://192.168.50.69:8082/dcae/healthCheck<https://urldefense.proofpoint.com/v2/url?u=http-3A__192.168.50.69-3A8082_dcae_healthCheck&d=DwQGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=6fSDF8bK8PvOy8-JK0HiuhJZHUdOJtwDNAv6hfkKons&s=K9J1irOOMCXUzbQAzb8uASWvUwB2WUhcXwTdd-d_dnc&e=> HTTP/1.1 failed with exception: Connect to 192.168.50.69:8082 [/192.168.50.69] failed: Connection refused (Connection refused)" } ] } ] } I observed the DE(DMAAP) is not running even though I used internal IP address of DMAAP (172.18.0.4) in AUTO.json file "UEB": { "PublicKey": "iPIxkpAMI8qTcQj8", "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", "fqdn": ["172.18.0.4", "172.18.0.4"] }, DMaap is up and running locally. Can anyone please let me know what I am missing and how can I fix this? Thanks, Prathamesh Morde -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16121): https://lists.onap.org/g/onap-discuss/message/16121 Mute This Topic: https://lists.onap.org/mt/30445470/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
