[8.161][BUG][CLOSED] Log Managment

Hi, 

after updateing to 8.161 there are no new messages. I enabled Log forwarding, cause of new Layout, but nothin happens, even after the weekend. 

I disabled Log Managment, and try to enable it completly new know, but this is not working.

Sven
Parents
  • The configuration log shows these errors:

    W Message::err_set:937() => id="3100" severity="warn" sys="System" sub="confd" name="DATATYPE_INTEGER_OBJECT (The subscription object requires a number in the range 1-65535 for the log destination port attribute.)" class="log_management" type="subscription" ref="REF_LogSubLogManagSubsc2" attr="log_port" user="system" srcip="127.0.0.1" facility="system" client="asmclient.plx" call="set_object" limits="1-65535" check="input"
  • Found it! The connection to the LM service can be on any port, this is dynamically assigned. Unfortunately, the backend service tried to use ports outside of the expected range, which kept the service from working. On the positive side of things, we can fix that on the server side and the ASGs will automatically recover. If you get that DATATYPE_INTEGER_OBJECT error on the class="log_management" type="subscription" object, you can manually run "/usr/local/bin/asmclient.plx --describe" which should fix that problem right away, otherwise it will automatically be corrected in the next 6 hours.
    Thanks for the feedback!

    Cheers,
     andreas
Reply
  • Found it! The connection to the LM service can be on any port, this is dynamically assigned. Unfortunately, the backend service tried to use ports outside of the expected range, which kept the service from working. On the positive side of things, we can fix that on the server side and the ASGs will automatically recover. If you get that DATATYPE_INTEGER_OBJECT error on the class="log_management" type="subscription" object, you can manually run "/usr/local/bin/asmclient.plx --describe" which should fix that problem right away, otherwise it will automatically be corrected in the next 6 hours.
    Thanks for the feedback!

    Cheers,
     andreas
Children