To address the issue and eliminate the error logs effectively , please follow these steps:
Update Configuration:
Locate the configuration file: org.apache.karaf.decanter.collector.rest.servlet.cfg.
Modify the property max.request.size to 200000000. This change increases the maximum request size limit.
Understanding the Change:
The default value for max.request.size is 100000000, which corresponds to 100 MB of memory usage on Remote Engine. By increasing this value to 200000000, you are allowing for larger requests, which can help prevent errors related to request size limitations.
Restart Remote Engine:
After making the configuration change, restart Remote Engine to apply the new settings.