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 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 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 (#16119): https://lists.onap.org/g/onap-discuss/message/16119
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]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to