Capability

DXP Self-Hosted Installation, Maintenance, and Administration

In addition to SaaS and PaaS deployment approaches for Liferay DXP, you can also opt to self-host Liferay DXP. Self-hosting gives you flexibility to deploy Liferay DXP on-premises or to a cloud computing provider of your choice, giving you complete control over deployment, infrastructure, and maintenance.

Feature
Deployment Approach
Categories are not working properly in cluster enviornment
Issue Categories are sometimes available while editing a document, yet usages show 0 in the categories section. There is no specific pattern, however, categories do not function as expected when working in a...
Why High Memory Consumption for Backup Service during Automatic Backup on Liferay Cloud
Issue When an automatic backup is triggered by the system, the memory utilization (for backup service) is more than 80%. However, the backup service is working fine for both automatic and manual backups. If...
Multiple UI errors while uploading duplicate images
Issue Users can see multiple UI errors while uploading duplicate images via document and media Steps to reproduce: Navigate to 'Content and Data'> 'Document and Media'>  Upload a document with a similar name or...
How to improve "idle in transaction" state in PostgreSQL?
Issue A user encounters a state where a specific update is not being executed. The system hangs and the specific process cannot finish. Hanging transactions in the database that can only be unblocked if you...
“Your request failed to complete” shows up when trying to discard changes of a published Publication
Issue “Your request failed to complete” is displayed in the UI when trying to discard the changes of a published Publication. Environment DXP 7.4+ Resolution What happens is that, originally, the Discard...
Is it possible to relate a user to an event from Analytics Cloud's Data Exports?
Issue When comparing the Events and Individuals report, how can we determine the specific user that is associated with an event? The “userId” data from the Events export never matches up with the “demographics.uuid” or “id”...
Can we obfuscate HTML of the sites?
Issue I would like to increase our protection from man in the middle attacks by obfuscating our site's HTML. Is there a method for this already implemented in Liferay? Environment DXP 7.0+ Resolution There is no...
Security Vulnerability CVE-2023-28708
Issue This security vulnerability (CVE-2023-28708) has been reported, and it is fixed in Tomcat 9.0.72. However, our current Liferay DXP 7.3 SP1 has a 9.0.40 Tomcat version. Environment Liferay DXP 7.3 Resolution...
The Job Scheduler Portlet is not accessible through the Control Panel
Issue A new Role has been created and enabled the Job Scheduler portlet to the new Role, but unable to access the Job Scheduler portlet with the new user. Steps to reproduce: 1. Navigate to Control Panel-> Role and...
Unable to Upload file into the Document & Media when size is more then 10 mb
Issue When a user is trying to upload the file into the document and media, it does not upload when the size is more than 10 MB. Environment Liferay DXP 7.1 Liferay DXP 7.2 JBoss Resolution...
Form on a display page template does not display 'Success Page' after submitting data
Issue My form is not displaying the 'Success Page' after data submission Environment Liferay DXP 7.3 Resolution This type of behavior is usually related to page caching. To make sure that the form will display the...
UI showing '404 page not found' after appends '/' in the friendly URL
Issue Steps to reproduce: 1. Navigate to the product > Commerce. 2. Select 'U-Joint' product. 3. In SEO > Friendly URL > append '/' just after u-joint. 4. Navigate to the catalog page and select U-Joint Product....
Error when using Fragments Toolkit
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue When using the Fragments Toolkit, following the steps in the...
[CKEDITOR] Error code: editor-plugin-required presented in the console logs
Issue When trying to edit contents with text the following error is presented in the logs: [CKEDITOR] Error code: editor-plugin-required and the content cannot be edited.  Environment Liferay 7.4 U83-U98...
Automatic triggered re-indexing in elastic search
Issue Most of the time, the Liferay auto-initiated "MlDailyMaintenanceService" job runs daily at midnight. It also corrupted all indexes, as this job deleted some files. Due to the index getting corrupted, no...
Hide default login page /c/portal/login
Issue Is it possible to hide the default /c/portal/login page? We want users to use a specific login page, and prevent them from using /c/portal/login to log into the portal. Environment Liferay DXP 7.0+ Resolution...
Access multiple sites using the different domain name
Issue Run multiple Sites on a single instance using the different domain names Example: Site 1 running on the 'www.test.com:8080' domain and Site 2 running on the 'www.demo.com:8080' domain. Environment Liferay DXP...
Validate the JSON format in WYSIWYG editor of Web content
Issue When the user creates basic web content and puts JSON inside the rich text, the JSON is used for the navigation menu. Since content contains extensive JSON, it is challenging to add more menu means attributes...
After activating Publications, publication users can make changes directly in production
Issue With Publications active, we want to prevent publication users from being able to make changes directly in production, we only want them to be able to change publications. Environment Quarterly Release...
X-Xss-Protection response header is not working in DXP 7.4
Issue To enable X-Xss-Protection, add the below property in system-ext.properties http.header.secure.x.xss.protection=1; mode=block and restarted the server. But it is not working in the Liferay. Environment...