Search Results

ナレッジベース 3819
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
SAML Logout Issues: Multiple Login Entries and Optimistic Locking Exceptions
Issue When a user logs out after authenticating via SAML, multiple login entries might be recorded in the audit logs. This can lead to HibernateOptimisticLockingException errors, particularly during...
java.sql.BatchUpdateException: data exception: string data, right truncation from long client extension service names
Issue When deploying a client extension, you may encounter an error, that can be traced to a BatchUpdateException, such as the following: Caused by: java.sql.BatchUpdateException: data exception: string data, right...
Data Migration Center: Unable to Import CSV file
Issue The issue only occurs when the field is being translated, using objects alone does not cause it. Steps to reproduce 1. Navigate to the Applications Menu and click on Data Migration Center. 2. In that, click...
Unable to Import Site Template LAR
Issue Import of a LAR file exported from a Site Template through Publishing -> Export fails when being imported to another environment with an error stating: The LAR file could not be imported because it requires page...
Unexpected SAML calls: com.liferay.saml.internal.servlet.filter.SpSessionTerminationSamlPortalFilter.doProcessFilter
Issue When navigating through the portal with SAML disabled, there are a few SAML-related filters that are still being processed, leading to database calls and causing slower performance. at...
Impersonated user is unable to add items to the cart
Issue When impersonating a user with permissions to add items to a cart, a message is seen in the UI, which says: “Danger: [object Object]” and the items do not get added to the cart. This behavior can be...
SAML Authentication Error: "This message decoder only supports the HTTP POST method
Issue The following SAML errors appear in the Liferay logs: ERROR [http-nio-8080-exec-5][BaseSamlStrutsAction:53] org.opensaml.messaging.decoder.MessageDecodingException: This message decoder only supports the...
The assignments are missing between roles and user groups when transfer from one enviornment to another
Issue The export/import of UserGroups and Roles does not contain the assignments between roles and user groups. So when 'transporting' the user groups and roles from one stage (or backup) to another stage (new...
In SAML setup user is not getting login in the SP and receiving warning on the UI
Issue After setting up the SAML process, the user tries to log in receiving the warning below and not being logged in. Environment Liferay 2023.Q4.0 Resolution If users are setting up an identity provider as...
Why cannot see Publications after upgrade?
Issue After making the upgrade from Liferay 7.4 update-46 to Liferay 7.4 Quarterly Release Q2 2024 user cannot see the Publications. Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution Consider to verify...
Duplicate files in Liferay theme WAR file
Issue When building a Liferay theme using Liferay Developer Studio, multiple versions of CSS and JS files are created in the WAR file. Environment Liferay DXP 7.4 Resolution To prevent duplicate files in...
After Enabling Publications, Some Notifications are Listed as "Deleted" in the UI
Issue When Publication is enabled, some notifications are unexpectedly displayed as "deleted" in the Notifications UI, even though the related workflow tasks and assets are still present and accessible....
Some result searches for the same document can show text with replacement characters (�)
Issue A text document (such as a PDF) has been added to the document library. Searching by a piece of text in the file, the result includes an excerpt with regular text including the search string. Searching by a...
Portlet 3.0 Control Panel Apps cause unexpected errors
Issue Following the deployment of a Portlet 3.0 Control Panel App, other areas of the control panel are experiencing malfunctions. For instance, the My Sites selector is not responding, and in version 7.3, the Global...
JSP file [/monitor/app_check.jsp] not found errors are flooding the logs
Issue After upgrading from 2023.q3.8 to 2024.q3.10, customer is seeing a lot of these errors in their logs: 2024-12-19 11:43:51.749 WARN [https-jsse-nio2-11251-exec-3][code_jsp:163] {code="404", msg="JSP file...
Upgrading the theme: Can't find stylesheet to import errors
Issue How many ways to build and upgrade the theme? Environment Liferay DXP [all version] Resolution There are three ways of upgrading the theme: 1. Client Extension  2. Gulp 3. Gradle If the user is updating to a...
DuplicateFileEntryException on Virtual Instance Startup
Issue A `DuplicateFileEntryException` error occurs when starting a clustered DXP instance after a virtual instance is created, even if the file already exists in the Document Library. The error, seen in the...
CORS request is failing
Issue If the user allows any origin (Access-Control-Allow-Origin: *) to access the resource, the CORS request fails. Steps to reproduce: 1. Start Liferay DXP 7.4 U90 2. Navigate to Control Panel > Instance...
LIFERAY.HEADLESS.DELIVERY scope missing or delayed in OAuth 2 applications
Issue The LIFERAY.HEADLESS.DELIVERY scope is missing or delayed in appearing when creating or managing OAuth 2 applications. The issue can occur intermittently, with the scope sometimes appearing after a delay of...
Rest API filter by custom expando field: A property used in the filter criteria is not supported
Issue How do I filter accounts by custom field with Rest APi? I'm on 2024.q3.9, fp3, and I have added a custom field to account (From Control Panel --> Custom Fields --> Account Entry) Name: Foo Key: foo Data type: text...