Error on record when saving a filter

When I am trying to save a filter on the record, getting the below error, or if there are any existing saved filters on the record, the same erorr is being generated and blocking the users to perform any actions on the record.

Has anyone faced such kind of issue

  Discussion posts and replies are publicly visible

Parents
  • 2022-11-16 09:30:58 WARNING [ajp-nio-0.0.0.0-8009-exec-3] com.sun.jersey.spi.container.servlet.WebComponent.filterFormParameters A servlet request, to the URI contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
    2022-11-16 09:31:04,180 [ajp-nio-0.0.0.0-8009-exec-10] ERROR com.appiancorp.core.expr.reaction.LogExceptionReaction - error setting default user filters
    2022-11-16 09:31:13,627 [ajp-nio-0.0.0.0-8009-exec-6] ERROR com.appiancorp.core.expr.reaction.LogExceptionReaction - error setting default user filters

    Can see the above error in tomcat logs

Reply
  • 2022-11-16 09:30:58 WARNING [ajp-nio-0.0.0.0-8009-exec-3] com.sun.jersey.spi.container.servlet.WebComponent.filterFormParameters A servlet request, to the URI contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
    2022-11-16 09:31:04,180 [ajp-nio-0.0.0.0-8009-exec-10] ERROR com.appiancorp.core.expr.reaction.LogExceptionReaction - error setting default user filters
    2022-11-16 09:31:13,627 [ajp-nio-0.0.0.0-8009-exec-6] ERROR com.appiancorp.core.expr.reaction.LogExceptionReaction - error setting default user filters

    Can see the above error in tomcat logs

Children
No Data