Forum Discussion

mlmcadams's avatar
mlmcadams
Brass Contributor
Feb 07, 2020

Log collector error from columbus

Anyone seen the following error with columbus in the log collector Docker container?  If so how can this be corrected?

2020-02-07 21:07:10.778 ERROR c.a.columbus.runners.MainRunner KeepAliveLogTask - Failed reporting collector status. report: {sleepStartTime=0, state=0, freeSpaceMB=244094, freeSpacePercentage=94}
java.lang.RuntimeException: Failed issuing HTTP request to 'https://console.adallom.com:443/api/v1/discovery/report_status/' with status code 301 (Moved Permanently)

 

Thanks 

~Michael

1 Reply

  • mlmcadams Hi! Could you try these two options & see if they work for you?

     

    • The error code 301 at the end references permanent URL redirection, meaning current links or records using the URL that the response is received for should be updated.
    • Check log collector version make sure it TLS 1.2+, you can check by running the following command prompt:
      docker exec -it <LogCollectorName> ls -l /etc/adallom/components/columbus/columbus.jar

Resources