Search Results

ナレッジベース 3819
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Objects API PUT Calls Partially Update Resources Instead of Replacing Them
Issue When using the Objects headless API, PUT commands for Objects are only overwriting fields included in the API call, rather than replacing the elements entirely. PUT calls should update every object...
Getting out of memory error and receiving DelayedCachedOutputStreamCleaner
Issue Receiving of out-of-memory error and the below thread in the thread dumps: DelayedCachedOutputStreamCleaner" #3359 java.lang.Thread.State: TIMED_WAITING at java.lang.Object.wait0(Native Method) - waiting on...
Advanced Tab in the Monitoring section on the Cloud Console is not showing up
Issue The Advanced Tab does not appear in the Monitoring section on the Cloud Console Environment Liferay Cloud - PaaS   Resolution...
Object moves folders when creating second object
Issue When creating two objects through Model Builder, creating a second object causes the first object to be moved to a different folder. Environment Quarterly Release Resolution This issue was fixed in 2025.Q1.12 with...
Unable to cast String to Long error during upgrade
Issue When upgrading from Liferay DXP 7.2 to 2025.Q1, setting the fileMaxSize property in the com.liferay.document.library.configuration.DLConfiguration.config file causes an "Unable to cast String to Long"...
Erratic behavior when using pagination in Documents and Media
Issue When listing documents in Documents and Media section, some files are missing or duplicated when using pagination. The same can happen in other sections as well, such as Web Content. Environment DXP 7.3 DXP 7.4...
Module/Theme data persists after undeploying it and clearing cache
Issue After removing a deployable module, some of its data can persist despite clearing the cache which includes the osgi/state folder, and all temp and work directories. For example, after removing a custom theme, its...
PATCH Object Request Fails With Mandatory Vocabulary
Issue When trying to perform a PATCH request on an object instance to update a field, if the object has a required vocabulary, the request fails with the following error: { "detail": "Select at least one taxonomy...
Resources Not Displaying Correctly in Page Fragments
Issue Page fragments that use resources with Freemarker variables in their URLs do not display correctly when the fragment is viewed on a page. <#assign varResource = "resourceName"/> <img...
"Missing 'Date Modified' and 'Date Created' Fields in Object Display Page Template Mapping
Issue We have a Display Page Template defined for an Object (Documents - Simple Document). In the edit mode, in the list of available variables of the mapping fields, the Date Modified and Date Created fields are...
Intermittent Digit Loss in Liferay Form Confirmation Field
Issue I'm experiencing an issue where digits are unexpectedly removed when quickly typing numbers into a confirmation field within a Liferay Form. Steps to Reproduce: Create a new Liferay Form. Add a numeric field...
Cannot Deploy a Portlet to a Widget Page
Issue After deploying a portlet, I'm not able to move it to a widget page. Adding portlets from WAR fails due to the permission checking logic in UpdateLayoutStrutsAction javax.servlet.ServletException:...
Backend Functionalities and SVG Icons Fail When Using a CDN
Issue After setting up a CDN for static resources, some backend functionalities, such as buttons and dynamic functionalities, stop working.  Browser console displays CORS errors when trying to access...
Web Content Display and Edited Fragments Disappear after Publishing
Issue We've experienced an undesirable behavior when using Web Content Display and Fragments. After publishing the Web Content Display and going back to edit, the changes made from the edit are not saved.  Steps to...
Order by Last Login Date not Arranging Users in the Correct Order
Issue In the Users & Organizations pane, when I sort users by last login date the users are not arranged in the correct order.  Environment Liferay Quarterly Release Resolution In System Settings > Feature Flags...
"Unable to lookup mail/MailSession" error when sending emails
Issue We have configured email delivery using the application server JNDI mail resource: Configuring in the context.xml of the application server: <Resource name="mail/MailSession" auth="Container"...
"Fields", "nestedFields" and "Restrict Fields" do not filter out the data in the API response body
Issue While using the Navigation Menu Headless API (`/o/headless-delivery/v1.0/navigation-menus/${navigation_menu_id}`), the response is too long, especially with multiple navigation levels. When...
Can I use per-instance portal-[companyId].properties files in my enviroment?
Issue You would like to have a per-instance properties file after adding -Dcompany-id-properties=true in setenv or system-ext properties. While infrequent, a StackOverflowError can be reproduced and...
Thread deadlock during startup of liferay in cluster
Issue I'm not 100% sure on how to reproduce/trigger it, but it seems that when there is active traffic to the cluster, there is a fair chance that one of the nodes will deadlock during startup of the portal. We see this...
When trying to develop an integration to import several product warehouse availability, the BatchEngineImportTask fails
Issue Blocking bug evident when trying to use the warehouse item batch headless API. Steps to reproduce: Create a warehouse with external reference code CR41 Execute a POST to...