Capability

Personalization

Liferay provides powerful out-of-the-box features for building and delivering personalized experiences to users. Personalization features empower you to deliver novel site experiences that differ based on defined user segments, design and execute A/B Tests, and more.

Feature
Deployment Approach
Issue in Workflow node ASSIGNMENTS option
Issue We have a portal with multiple custom roles based on business rules and when trying to select roles in the Workflow node ASSIGNMENTS option the portal crashes. The problem lies in the endpoint that lists...
java.lang.StringIndexOutOfBoundsException: begin 0, end -1, length 1
Issue While upgrading to Liferay DXP 7.4, following errors were observed in the logs: ERROR [http-nio-8080-exec-21][OpenIdConnectSessionValidationFilter:53] java.lang.StringIndexOutOfBoundsException: begin 0, end...
View only permission for custom Field does not include frontend restrictions
Issue Facing issues while using 'View' only permissions for 'Custom Field', able to see and even edit the details even after View only permission. Steps to reproduce: 1. Navigate to Control Panel > Roles, and create...
Feature flag LPS-170809/163118/166126 is not available for company 0
Issue After trying to upgrade to DXP 2023.Q4.4, the database upgrade script is failing with the following errors in the logs: Feature flag LPS-170809 is not available for company 0 Feature flag LPS-163118 is not...
Why are Tomcat's URLRewriteFilter files missing from 7.4?
Liferay Support does not recommend or endorse specific third-party products over others. The information provided about products not created by Liferay is for reference purposes only, and any implementation of these principles...
Unsatisfied Reference - Unresolved Declarative Service
Issue When upgrading to the Liferay DXP 7.4, navigate to the Control Panel > System > Gogo Shell and execute the ds:unsatisfied command, then getting the Unsatisfied Reference - Unresolved Declarative Service and...
ConfigurationBeanDeclaration related errors
Issue While upgrading from 7.3 to 2024.Q1, we receive errors regarding ConfigurationBeanDeclaration. Environment The information in this article is relevant if you have any implementations with...
Info about new parameters for SamlSpIdpConnectionLocalService.addSaml and updateSaml
Issue We are upgrading our code from 7.3 to 2024Q1.7, we found a new parameter for the two following methods: 1. _samlSpIdpConnectionLocalService.addSamlSpIdpConnection() 2....
Failed upgrade process com.liferay.dynamic.data.mapping.internal.upgrade.v4_0_0.DDMStructureUpgradeProcess
Issue You might encounter an issue when upgrading from 7.2 to 7.4 where the upgrade step for module com.liferay.dynamic.data.mapping.service fails due to a NoSuchGroupException: 2024-05-22 13:18:39.512 INFO...
Audit portlet only available for Administrators
Issue After upgrading to U78+ you might encounter a behavior where the Audit portlet is only available for Administrators, whereas before U78 you could create a regular role with access to it The reason behind this...
Idle Database connections in Liferay
Issue Why number of idle connections are increasing more than my connection pool size? Does Liferay clears idle connections? If not then how to clear these idle connections from Liferay? What is the...
Need to get values from System Configuration
NOTE: The following resolution requires customization and should only be implemented at the discretion of your team. Liferay Support will not be able to assist with designing or implementing customizations. Issue...
Recommended locale settings for the database
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...
'Your request failed to complete' while saving the values of Mail settings under Instance settings
Issue Issue while saving the values entered for mail settings under instance settings wherein the values do not get saved and the error says: 'Your request failed to complete'.Steps to reproduce: 1. Start the...
Minimum required IAM policies for S3
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...
Liferay Marketplace cannot be accessed via Control Panel
Issue When accessing Liferay Marketplace via Control Panel, the page does not load anything. Environment Liferay DXP 7.3. Resolution Check that your environment can access the URL https://web.liferay.com/marketplace,...
TemplateException: Unsupported template manager ftl
Issue Our environment is not stable, pages don't load properly and we are not even able to log-in. In the log file, these errors are shown: 2024-04-30 16:52:27.467 ERROR...
Custom 'renderUrl' is not working for Liferay DXP 2023.Q4.4
Issue Start the server. Navigate to Product Menu > Site Builder > Pages, and create two pages with the names 'Add Blog' and 'Blog Page' with URLs 'add-blog' and 'blog-page'. (Could also be configure the Page name and...
Migrate delta data after the Upgrade Process
Issue Our website is running and in parallel, we are performing the upgrade process with the cloned database schema. Now, we want to migrate delta data (the changed/updated data) for out-of-the-box Liferay...
API to update custom field settings
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...
AWS Mail configuration in Liferay with OAuth 2.0
Issue Need to configure AWS email service to Liferay with the use of OAuth 2.0 authorization. Configure SMTP with client ID/Secret instead of the use of email address and password i.e. Basic Authentication....
Text Verification field is not showing validator after clicking on Forgot Password
Issue When clicking on 'Forgot Password', Text Verification field does not showing any kind of validator (*). Steps to reproduce: 1. Navigate to localhost:8080/c/portal/login 2. Click on Forgot Password button....
Unminified CSS
Issue Steps to reproduce: 1. Take Liferay DXP 7.2  fix-pack-20 2. Add the below properties in portal-ext.properties: minifier.enabled=true theme.css.fast.load=true javascript.fast.load=true 3. Inspect the page and...
Does the Timezone Needs to be Converted Manually When Fetching Database Entries Programmatically?
Issue We changed the default timezone by doing the following: 1. Instance settings > localization > time zone > change to eastern daylight time 2. User Account settings > preferences > display settings > change to...
Upgrade fails for class 'RadioDDMFormFieldTypeReportProcessor' resulting in NullPointerException
Issue The upgrade is failing from Liferay DXP 7.1 FixPack 21 to Liferay-dxp-2023.q4.4 resulting in the below error: Caused by: java.lang.NullPointerException at...
How to Have the Deploy Folder in the initcontainer Persist to be Available to the Container
Issue Is there a way for the deploy folder created in the initcontainer to persist and be available to the container? Environment DXP 7.4 Resolution A potential solution would be to use a shared volume between the...
Cookie consent persistence: how to check the history of responses?
Issue We have enabled Liferay's cookie consent banner for our site. Could you please guide us on where to locate the log of cookies accepted by our site visitors? Environment DXP 7.4+ Quarterly Release 2023.Q4...
Custom portlets are not logging correctly with SLF4J
Issue Custom plugins (portlets and hooks) are not properly logging with SLF4J implemented, with no log4j2 configurations changed from previous Liferay versions to 7.4 or Quarterly Release. Environment DXP 7.4 Quarterly...
Getting 'unsatisfied references' error after JAR deployment
Issue When creating a service builder project and after deploying the Jars files, it shows the unsatisfied references'' in the GOGO shell. Steps to reproduce: Start the server. Deploy the JAR file. Navigate to...
Not able to configure logging
Issue Our previous configurations for logging are no longer working after upgrading to Liferay's Quarterly Releases. This was previously working in DXP 7.3. When we redeploy a module, the module completely stops...
Company ID assigned to a new virtual instance is too high
Issue After creating a new virtual instance, the company ID assigned to it has 14 digits. Environment Quarterly Release: 2024.Q1 Resolution The mechanism to obtain a company ID for a new virtual instance has changed...
ERR_SSL_PROTOCOL_ERROR occured in the browser while attempting to access Liferay login page at http://IP:8080/c/portal/login
Issue While accessing the Liferay login page after hitting http://IP:8080/c/portal/login, it shows the below SSL error on the browser's UI. "This site can’t provide a secure connection IP(10.x.x.x) sent an invalid...
Facing a 403 error while accessing the OOTB APIs
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Facing a 403 error with the OOTB APIs while...
LDAP causing slowness while logging in
Issue When LDAP is enabled, the login process takes a long time (about 2 to 3 minutes), causing server performance issues. Expected Result: The login should be relatively quick (a few seconds). Actual Result:...
Some database tables are created per company
Issue When upgrading from 7.2 to 7.4, it seems that there are tables that appear multiple times with the only difference being the corresponding company ID. e.g., AccountEntry_x_COMPANY_ID Address_x_COMPANY_ID...
Custom Bag JSP override fails on JBoss
Issue When deploying a module that contains a CustomJSPBag to override a JSP, the file is created at wrong path. After the deployment the files should be created in the correct path, for example:...
How to get Javadocs for Quarterly Release or DXP Updates?
Issue Require Javadocs, let's say for DXP 2025.Q2 Environment Liferay DXP [any update/Quarterly Release] Resolution Liferay has Javadocs at Learn (see here). This stores the latest Javadocs. If you are looking for...
Captcha text null when using a captcha portlet
Issue CAPTCHA Verification is being failed. This only occurs when using a custom captcha portlet, captcha components from the portal (for example, the "forgot password" page) work properly. Environment Liferay DXP...
"Elasticsearch node search-1 does not meet the minimum version requirement of 7.16" when updating to u30
Issue During our recent update to Update 30, the portal experienced an issue and did not start correctly. The logs show the following error: Elasticsearch node search-1 does not meet the minimum version requirement...
Startup errors after installing DXP 7.3 Fix Pack 2
Issue After installing Fix pack 2, errors like the following are shown in the server boot log: 2021-07-02 08:21:57.763 ERROR...