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.
Hi Kedar,
I assume you're checking this in catalina.out logs?
This is actually an ignorable warning and can be filtered out with some configuration in the log4j properties.
You can follow the instructions here in this ticket - JRASERVER-59898
Cheers,
Dave
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.