Search Results

Knowledge Base 3817
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Password is visible as a plain text in LDAP request
Issue When intercepting the LDAP request using any third party tool(ex. Wireshark) password is visible as a plain text Environment Liferay 7.0 Resolution Enabling LDAP over SSL will transmit the credentials...
Guest user is unable to see the different locales after updating to SP17 or above
Issue After updating the portal from SP17 or above, locales are not working for guest users Environment Liferay Portal 6.2 Resolution Set this to 0 if the locale is not automatically prepended to a URL....
Error thrown while installing LDS
Issue While installing Liferay Developer Studio, after providing the email address and password when we click on Next, an error related to the token generation is thrown as shown below. Problem running...
LDAP User Groups are not Importing in Liferay DXP 7.1
Issue When attempting to import Users with LDAP, sometimes User Groups do not import Environment Linux OS - Red Hat Enterprise 7.6 Liferay DXP 7.1 patched with dxp-10 LDAP Resolution This issue may occur if the...
Assignment of 'View' Permission for a folder having too many documents is taking longer time.
Issue Unable to give 'view' permission to a folder that contains a huge number of files. That is, For a particular folder consisting of a very huge number of documents (nearly more than 50k docs), giving...
Unable to process SAML SSO request
Issue After configuring SAML SSO successfully, the user is unable to perform login and getting the following error in UI and Server console. UI Error:  "Unable to process SAML request" Server Console: ...
I can't autodeploy in DeveloperStudio
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue On...
Can't publish pages to live in staging
Issue When I try to publish layouts to the Live site of Staging, it fails with an exception: java.sql.SQLException: Connection has already been closed. Environment Liferay DXP 7.0 Liferay DXP 7.1...
Long Web Content articles are not returned in search results
Issue Very long web content articles are not being returned in search results Environment Liferay DXP 7.0 Liferay DXP 7.1 Resolution This is due to a limitation in Elasticsearch where the number of...
Screen name validation error
Issue Unable to choose a specific Screename. It could be cause by the following reasons: This specific Screen name is already chosen This Screen Name is not validated because the characters are not according to the...
Known Issue: CSS Builder Versions Errors for War-style Projects
This article documents a known issue in the CSS Builder-3.0.0. This issue affects developers who are still using existing war-style (war-mvc-portlet or spring-mvc-portlet) projects and an older version of the CSS...
Delete Duplicate Site Templates resulting from Portal 6.1 to DXP 7.0 upgrade
Issue After upgrading from Liferay Portal 6.1 to DXP 7.0, you may observe duplicate Community/Intranet Site Templates.  I did not use the Liferay's default Community/Intranet templates Environment Liferay DXP 7.0 Liferay...
Users who were able to view Site Pages in the Control Panel in 6.1 cannot see Site Pages in the Dockbar in 7.1
Issue In 6.1, we had an Organization Role which provided Control Panel access for users to view Site Pages. Following the upgrade to 7.1, we noticed users with this role are unable to see Site Pages...
Unable to import more than 100MB
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue...
Known Issue:
tag is removed in Alloy Editor
This article describes a known limitation visible in the Alloy Editor as documented in LPS-71067. When using the editor's source mode and entering a <form> tag, the editor will remove it upon switching back to...
When web content is saved, the content is not updated.
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue...
After upgrading to DXP 7.1+, items in Workflow can't be rejected
Issue After upgrading from Liferay Portal 6.X to Liferay DXP 7.1+, we are no longer able to reject items in workflow using the default Single Approver workflow Items can still be approved, but if we...
Troubleshooting SAML Single Log Out when SLO fails
Issue User is not logged out from Liferay SAML when the instance has expired. Liferay Session Timeout is set to 30 minutes and SAML Session is to 90 minutes. When SLO is triggered, the user is still signed in....
Unable to Update User Records Using UserLocalServiceUtil Class
Issue The root issue is that using user.persist(); more than once while attempting to update User data via the UserLocalServiceUtil class fails in DXP 7.1. Example of failed code: user =...
The Command getPortletPath(PortletDataContext portletDataContext) does not return portlet's path
Issue Using the command protected String getPortletPath(PortletDataContext portletDataContext) { return portletDataContext.getPortletPath("quizentry_WAR_aaaportlet"); } to retrieve a portlet's path does not work,...