Metering on Reflection Host Management Server has Stopped Working

  • 7024329
  • 06-Dec-2019
  • 09-Dec-2019

Environment

Windows Server Operating Systems
Linux based Operating Systems
Host Access Management and Security Server

Situation

When loading, metering reports no data being recorded.  Recently the configuration may have been updated to use https rather than http, or vice versa.

The "metering.server.url" was updated in container.properties with a different protocol.

Resolution

The format of the "metering.server.url" is not a standard format.  The protocol does not come first.  It is entered after the port and before the context with piping symbols.

Correct entry:

metering.server.url=servername.domain.com:443|https|meter

Incorrect entry:

metering.server.url=https://servername.domain.com:443|meter

The URL protocol form (https://) should not be in the value.


Cause

The URL format for "metering.server.url" is different than standard recognizable URL syntax and needs to be in the correct form.  If it is not correct, the metering server fails to load.