The response example is not set on action

Must-share information (formatted with Markdown):

  • versions SonarQub : 10.3.0.82913
  • how is SonarQube deployed: zip

I noticed recently that when sonarQube starts, it logs several warning messages as follows:

The response example is not set on action api/monitoring/metrics
WARN  web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/system/liveness
WARN  web[][o.s.a.s.w.WebService$Action] The response example is not set on action saml/validation_init
WARN  web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/issues/list
WARN  web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/system/liveness
WARN  web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/plugins/download
WARN  web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/analysis_cache/get
WARN  web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/alm_integrations/check_pat
WARN  web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/push/sonarlint_events
WARN  web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/dismiss_message/check

so what those messages are and how can be activated? I searched a little bit but could not find any hint. Thanks in advance

1 Like

Hey there.

These are internal warnings that you can safely ignore. I’ll flag this for attention from the right team to see if we can either fix the underlying issue, or suppress them entirely (there is no user action that can be taken to suppress these).

Hi @eliassal

as @Colin explained these are internal warnings and provide no value to the users. It seems obvious to me that users should not be bothered by our internal logs. I created a ticket to improve it: [SONAR-21431] - Jira .

Thank you for your insight

1 Like

So many thanks @Colin and @Lukasz_Jarocki for the xplanation. Yes it would useful to remove any warning that provide no value to avoid investigating and opening threads like this one :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.