Sporadic errors are seen on pages with Error 500 and while reviewing the logs out of memory error was seen
Steps to Reproduce:
Expected Results: Page should be opening successfully
Actual Results: Error 500 was seen on the page with below error in log files
Caused by: com.niku.union.service.ServiceException: Metaspace
at com.niku.odf.service.ODFActionService.processRequest(ODFActionService.java:166)
at com.niku.union.service.binding.ServiceControlBindingJava.processRequest(ServiceControlBindingJava.java:58)
at com.niku.union.service.ServiceControlImpl.processRequest(ServiceControlImpl.java:914)
at com.niku.union.service.ServiceControlImpl.processRequest(ServiceControlImpl.java:212)
at com.niku.union.web.WebServiceAdapter.processRequest(WebServiceAdapter.java:219)
... 58 more
Caused by: java.lang.OutOfMemoryError: Metaspace
Release : 16.1.1
DE68813