Capability

Development and Tooling

Liferay offers a comprehensive toolkit to extend or customize your digital experience. Build applications quickly with low-code/no-code features like Objects, or leverage developer tools like Liferay Workspace and Blade CLI for further customizations.

For users on PaaS or running Self-Hosted, Liferay also offers tools deploying customizations.

Feature
Deployment Approach
Unable to migrate content from Dynamic Data Lists to Objects using the Data Migration Center
Issue Unable to migrate content and data from Dynamic Data Lists through the Data Migration Center due to issues found during the process. Environment DXP 2023.Q4+ Portal GA102+ Resolution The...
Libraries/tools used to minify DXP code in build time
Issue What are the libraries/tools used to minify DXP code in build time (we are studying the possibility of using the same toolbox for our own developments). Environment Liferay DXP Resolution Liferay DXP uses...
How to grant access to Analytics Cloud members for members of a Liferay internal portal?
Issue Could you please guide me how to grant access to Analytics Cloud for internal members of our Liferay portal? Environment Analytics Cloud Resolution Generally speaking, the new users have to log in to...
Setting up Session Timeout in your Liferay environment with WebLogic
Issue How to set up Session Timeout in your Liferay environment with WebLogic? Environment Liferay DXP 7.3+ Resolution The Session Timeout can be defined in web-app/web.xml file within session-config like...
Upgrade report was not generated because no upgrade processes were executed
Issue After upgrading the database and during the server restart, the following can be seen: 2025-04-20 19:42:34.547 INFO [main][UpgradeRecorder:156] No pending upgrades to run 2025-04-20 19:42:34.553 INFO...
Groovy scripts in Objects actions do not work in JBoss. System.out.println traces do not appear in the server logs.
Issue Objects actions using Groovy scripts to update web content after an entry is added or deleted in the object do not work as expected. This functionality works in Tomcat environments, but not in JBoss environments....
Document friendly URLs automatically replaces dots and slashes with hyphens
Issue When manually adding a dot "." or slash "/" to a friendly URL to define a file extension (e.g., "example/test.jpg"), upon publishing, Liferay changes the dot to a hyphen, resulting in...
How to Configure Global Error Pages in Liferay DXP
Issue How can I configure error pages (404, 403, 500) globally for all sites in Liferay DXP? Environment Liferay DXP 7.2+ Resolution While utility pages (including error pages like 404, 403, and 500) are configured at...
Hotfix Currently not installed Won't be installed requires version 2025.q1
Issue Trying to install a hotfix on a 2025.q1 version got an error showing : Currently not installed; Won't be installed: requires version 2025.q1.0-lts Environment Liferay DXP 2025.Q1 Resolution...
There is no Cookie Policy Utility Page visible after enabling the Analytics Cloud Cookie Control (LPD-10588) Feature Flag
Issue When the Analytics Cloud Cookie Control (LPD-10588) Feature Flag is enabled in Control Panel > Instance Settings > Feature Flags > Release, the corresponding Cookie Policy Utility Page is not shown in the...
Outdated ibm-cos-java-sdk in Liferay S3 Module on JDK 21
Issue The liferay-portal-s3 package relies on ibm-cos-sdk-core version 2.9.0, which hardcodes the KeyManagerFactory to 'SunX509', a value no longer recommended for use with Java 21. Environment 2024.Q4.7 Resolution...
Need to Retrieve articles by the Structure Key
Issue How to retrieve the web content articles by the structure key via the Headless API? Structure Key: Environment Liferay DXP Quarterly Release Resolution This functionality is currently a limitation of the...
Cannot start local server from Liferay Developer Studio versions 3.10.1 and 3.10.2
Issue With Liferay Developer Studio Version: 3.10.1 and 3.10.2, I imported a 7.4 workspace downloaded from git, and initialized the bundle. I then imported the project and the server, but when I try to start the...
Documents and Media allows restricted file types in portal-ext.properties
Issue The customer tried to restrict the file types .exe and .cmd to be uploaded in Documents and Media but despite configuring dl.file.extensions and dl.file.extensions.strict.check properties in...
[PortletServlet:109] Unable to process portlet com_liferay_dispatch_web_internal_portlet_DispatchPortlet: java.lang.reflect.UndeclaredThrowableException
Issue Navigate to Control Panel > Configuration > Job Scheduler > Scheduled Jobs, and after clicking the "Run Now" button, it redirects back to the "Job Scheduler Triggers" page instead of executing the job. The...
Database Upgrade Fails with "Invalid object name 'Configuration_'"
Issue When running the upgrade, we see the following error: 2025-03-05 07:05:33.290 ERROR [Apache Felix Configurator Worker Thread][LogService:47] Error processing taskInvalid object name 'Configuration_'....
Resolving ClassNotFound Exceptions in JSPs and TLDs
Issue A ClassNotFound exception occurs when referencing classes from JSPs or TLDs, even when using a wildcard (*) in the import-package header of liferay-plugin-package.properties. Example error message: Unable...
Is there an out-of-the-box way to set up gzip compression for only specific endpoints?
Issue The gzip filter is disabled by default, but I enabled it using: com.liferay.portal.servlet.filters.gzip.GZipFilter=true After enabling it, I tried accessing an image guest URL via Postman, but I noticed that the...
Seeing "A JSON web service action is already registered at" WARN messages after upgrading Liferay
Issue After upgrading Liferay, I'm seeing the following WARN message repeatedly in the logs: WARN [main][JSONWebServiceActionsManagerImpl:590] A JSON web service action is already registered at ... Environment...
Not able to get results for internal categories when fetching via APIs
Issue Not getting similar results from Headless APIs when filtering content by internal categories. However, everything works fine with Public categories. The following are the steps: 1. Create an Asset...