What does the below deployment error mean?

GET /o/abc/e/xyz/apis/<apiproxy>/deployments
{
  "environment" : "xyz",
  "name" : "Address",
  "organization" : "abc",
  "revision" : [ {
    "configuration" : {
      "basePath" : "/",
      "steps" : [ ]
    },
    "name" : "158",
    "server" : [ {
      "status" : "deployed",
      "type" : [ "message-processor" ],
      "uUID" : "a167b7a6-6dfb-45bc-a6d9-03127c5ee8d8"
    }, {
      "status" : "deployed",
      "type" : [ "message-processor" ],
      "uUID" : "a95b7142-a280-4025-ae56-b3d8b1e173f1"
    }, {
      "error" : "Invalid syslog config: Invalid HostName 'ttssem02.messagelogserver.example.com' for Syslog handler",
      "errorCode" : "messaging.destination.syslog.InvalidConfig",
      "status" : "error",
      "type" : [ "message-processor" ],
      "uUID" : "505bcac4-9cf5-4e17-b302-17b87190ecbe"
    }, {
      "error" : "Invalid syslog config: Invalid HostName 'ttssem02.messagelogserver.example.com' for Syslog handler",
      "errorCode" : "messaging.destination.syslog.InvalidConfig",
      "status" : "error",
      "type" : [ "message-processor" ],
      "uUID" : "88f0c2d9-f6cf-47a5-b5e6-0dbf03f87470"
    }, {
      "error" : "Invalid syslog config: Invalid HostName 'ttssem02.messagelogserver.example.com' for Syslog handler",
"errorCode" : "messaging.destination.syslog.InvalidConfig", "status" : "error", "type" : [ "message-processor" ], "uUID" : "67a333f1-e750-4eb0-a791-36292d65b2da" }
Solved Solved
0 2 363
1 ACCEPTED SOLUTION

This means that the hostname 'ttssem02.messagelogserver.example.com' is not getting resolved. This is expected error message as the IP of syslog server is resolved during deployment.

View solution in original post

2 REPLIES 2

This means that the hostname 'ttssem02.messagelogserver.example.com' is not getting resolved. This is expected error message as the IP of syslog server is resolved during deployment.

What if we put IP Address in Host Name instead of DNS in policy. IP address is not resolvable. Will it still at runtime try to resolve the ip address of server.