Message Boards

Internal Server Error: There was an error accessing the requested resource.

fer ros, modified 3 Years ago.

Internal Server Error: There was an error accessing the requested resource.

New Member Posts: 9 Join Date: 7/6/20 Recent Posts
Liferay 7.3.2: when I try to login from the liferay GUI of the general instance, initially I had stackoverflow problem for the resourceBundleLoader (for the override of the @Override method
    public ResourceBundle loadResourceBundle (Locale locale) {
        return _resourceBundleLoader.loadResourceBundle (local);
    }                      ),
but I followed this tip (https://issues.liferay.com/browse/LRDOCS-6316)  to correct the error, but inserting that fix now I am left with the following error: 
ERROR [status_jsp:848] Servlet execution threw an exception
07:54:09,803 ERROR [ParallelDestination:59] Unable to process message {destinationName=liferay/monitoring, response=null, responseDestinationName=null, responseId=null, payload=[{displayName=Sign In, portletId=com_liferay_login_web_portlet_LoginPortlet, requestType=ACTION, {attributes=null, companyId=20098, groupId=20122, description=null, duration=0, name=com_liferay_login_web_portlet_LoginPortlet, namespace=com.liferay.monitoring.Portlet, requestStatus=null, stopWatch=0:00:00.053, timeout=0, user=null}}, {referer=http://deployer.liferay:8081/, remoteAddr=172.31.0.1, requestURL=, statusCode=0, userAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36, {attributes=null, companyId=20098, groupId=20122, description=null, duration=5, name=/c/portal/layout, namespace=com.liferay.monitoring.Portal, requestStatus=ERROR, stopWatch=0:00:00.005, timeout=-1, user=null}}, {referer=http://deployer.liferay:8081/, remoteAddr=172.31.0.1, requestURL=, statusCode=0, userAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36, {attributes=null, companyId=20098, groupId=0, description=null, duration=9, name=/web/guest/home, namespace=com.liferay.monitoring.Portal, requestStatus=ERROR, stopWatch=0:00:00.009, timeout=-1, user=null}}, {displayName=Product Menu, portletId=com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet, requestType=RENDER, {attributes=null, companyId=20098, groupId=20122, description=null, duration=0, name=com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet, namespace=com.liferay.monitoring.Portlet, requestStatus=SUCCESS, stopWatch=0:00:00.000, timeout=0, user=null}}, {displayName=Search Bar, portletId=com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch, requestType=RENDER, {attributes=null, companyId=20098, groupId=20122, description=null, duration=8, name=com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet, namespace=com.liferay.monitoring.Portlet, requestStatus=SUCCESS, stopWatch=0:00:00.008, timeout=0, user=null}}, {displayName=User Personal Bar, portletId=com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet, requestType=RENDER, {attributes=null, companyId=20098, groupId=20122, description=null, duration=2, name=com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet, namespace=com.liferay.monitoring.Portlet, requestStatus=SUCCESS, stopWatch=0:00:00.002, timeout=0, user=null}}, {referer=http://deployer.liferay:8081/, remoteAddr=172.31.0.1, requestURL=http://deployer.liferay:8081/c/portal/status.jsp_display, statusCode=500, userAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36, {attributes=null, companyId=20098, groupId=20122, description=Portal Request, duration=39, name=/c/portal/status, namespace=com.liferay.monitoring.Portal, requestStatus=SUCCESS, stopWatch=0:00:00.039, timeout=-1, user=null}}, {referer=http://deployer.liferay:8081/, remoteAddr=172.31.0.1, requestURL=, statusCode=500, userAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36, {attributes=null, companyId=20098, groupId=20122, description=null, duration=47, name=/c/portal/status, namespace=com.liferay.monitoring.Portal, requestStatus=SUCCESS, stopWatch=0:00:00.047, timeout=-1, user=null}}], values={defaultLocale=en_US, companyId=20098, groupId=0, principalName=20103, permissionChecker=com.liferay.portal.kernel.util.TransientValue@168543c, siteDefaultLocale=en_US, themeDisplayLocale=it_IT}}
com.liferay.portal.kernel.messaging.MessageListenerException: java.lang.NullPointerException
        at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:32)
        at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:74)
        at com.liferay.portal.messaging.internal.ParallelDestination$1.run(ParallelDestination.java:56)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.NullPointerException
        at com.liferay.portal.monitoring.internal.statistics.portlet.PortletStatistics.processDataSample(PortletStatistics.java:112)
        at com.liferay.portal.monitoring.internal.statistics.portlet.CompanyStatistics.processDataSample(CompanyStatistics.java:209)
        at com.liferay.portal.monitoring.internal.statistics.portlet.ServerStatistics.processDataSample(ServerStatistics.java:118)
        at com.liferay.portal.monitoring.internal.statistics.portlet.ServerStatistics.processDataSample(ServerStatistics.java:35)
        at com.liferay.portal.monitoring.internal.messaging.MonitoringMessageListener.processDataSample(MonitoringMessageListener.java:93)
        at com.liferay.portal.monitoring.internal.messaging.MonitoringMessageListener.doReceive(MonitoringMessageListener.java:121)
        at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:26)
        ... 5 more
any suggestion?

Attachments: