Admin console returning 408 error
search cancel

Admin console returning 408 error

book

Article ID: 203029

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Admin Console returns 408 error on the latest chrome browser.

Environment

  • UIM 20.3

Resolution

Please follow the below steps on the UIM robot:-

  1. Deactivate the wasp probe.
  2. In the nimsoft/probes/service/wasp/conf/context.xml, check for the sameSiteCookies parameter.
  3. Update it to <CookieProcessor class="org.apache.tomcat.util.http.Rfc6265CookieProcessor" sameSiteCookies= "Lax" />
  4. If it is not found, add the sameSiteCookies parameter with the above value.
  5. Activate the wasp probe.