Hide Forgot
Affects: Release Notes Help Desk Ticket Reference: https://na7.salesforce.com/500A0000007p2DM Steps to Reproduce: 1. Open /portal with a web browser. 2. Click "login" link (login panel pops up) 3. Shutdown a DB that used as datasource of portal. 4. Input id and password to login panel and click login button 5. Blank page is shown. Workaround: Workaround Exists Workaround Description: Set servletfilter to hook the response. project_key: JBEPP When org.exoplatform.portal.application.PortalRequestHandler catches Exception, it ignores the exception. As a result, Gatein returns blank page to client. It should return error message. 137: catch (Exception NonStaleModelEx) 138: { 139: log.error("Error while handling request", NonStaleModelEx); 140: }
Link: Added: This issue relates to GTNPORTAL-1971
Release Notes Docs Status: Added: Documented as Known Issue Release Notes Text: Added: The PortalRequestHandler catches an attempt to log onto a portal instance when the portal database is unavailable. Instead of acting on the exception and displaying an error message to the user, a blank page is presented to the user. To work around the issue, set servletFilter to hook the response. Affects: Added: Release Notes Forum Reference: Removed: https://na7.salesforce.com/500A0000007p2DM Added: https://na7.salesforce.com/500A0000007p2DM
Help Desk Ticket Reference: Added: https://na7.salesforce.com/500A0000007p2DM Forum Reference: Removed: https://na7.salesforce.com/500A0000007p2DM
Labels: Added: EPP_5_2_1_Candidate
It's not a EPP issue. This occurred at ecmdemo, so it would be a Site Publisher issue.
Labels: Removed: EPP_5_2_1_Candidate