Capability

Cloud

Liferay Cloud Platform provides the infrastructure and tooling necessary to simplify, secure, and deliver applications on Liferay DXP when using the SaaS or PaaS deployment approaches. Using Liferay’s Cloud infrastructure provides a secure, reliable, and scalable platform for building Liferay solutions.

The Liferay Cloud Platform includes DevOps CI/CD tools, automated backups, real-time logs, and much more.

Feature
Deployment Approach
How to reference static assets by URL from a client extension on SaaS?
Issue I am trying to use static assets (images) from the test-theme-css client extension that I deployed. When running the project locally, I am able to do this, but on SaaS, the URL does not work. Local URL:...
How to migrate from SharePoint to Liferay DXP?
Issue We would like to migrate a lot of content from SharePoint to Liferay. Are there any Liferay-specific tools, connectors, or utilities available to facilitate this migration process? Environment Liferay DXP...
Security scan detected a "Reference to Windows file path is present in HTML"
Issue Our security scan detected a "Reference to Windows file path is present in HTML" in the following URL:...
Is it possible to use wildcards with virtual hosts?
Issue We are using Azure and we set the virtual hosts in the portal-ext.properties with virtual.hosts.valid.hosts with oursite-xxxx.region.azurecontainerapps.io We receive a blank landing page like this because the...
How to implement Bar Chart in DXP?
Issue How to display dynamic data on bar and graph charts in Liferay DXP? Environment Liferay DXP 7.4 Resolution NOTE: The following resolution requires customization and should only be implemented at the...
Garbage Collection on Java 21
NOTE: 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...
NullPointerException when evaluating AuthLoginGroupSettingsUtil.isPromptEnabled
Issue The following error is thrown in the logs every once in a while: 2024-07-29 06:55:37.018 ERROR [http-nio-8080-exec-7][CTCollectionPreviewFilter:53] java.lang.NullPointerException...
Liferay logs Timezone
Issue How do change the timezone displayed in the Liferay log files without changing the JVM time zone? Environment Liferay DXP 7.4 [All updates] Liferay Quarterly Release Resolution Get a copy of...
Error message: Portal property "cluster.executor.debug.enabled" was renamed to "cluster.link.debug.enabled"
Issue When starting up Liferay DXP, the following error message is displayed in logs: ERROR [main][VerifyProperties:220] Portal property "cluster.executor.debug.enabled" was renamed to "cluster.link.debug.enabled"...
How to resolve "From address not allowed" email errors in a Liferay SaaS environment
Issue In our SaaS environment, email notifications are failing when the "From Address" domain does not end in "@lxc.app" in our notification template for creating objects (even after adjusting the "Email Sender"...
Unable to initialize bundle
Issue Tomcat folder is missing after running blade gw initbundle command. Steps to reproduce: 1. blade init -v dxp-7.4-u102 liferay-workspace 2. echo >> liferay-workspace/gradle.properties 3. echo...
Obsolete "module.framework.properties.dependency.manager.sync.timeout" Portal Property
Issue Migrating from Liferay 7.3 to 7.4, I noticed that the module.framework.properties.dependency.manager.sync.timeout property no longer works in 7.4. This is the error I'm getting: ERROR...
'Pre-bound JDBC Connection found!' exception
Issue We have some custom modules using a common external DataSource. When module A calls module B within a database transaction, following exception is raised:...
Startup problems and slowness after installing an Antivirus on the Liferay host machine
Issue After installing an Antivirus on the Liferay host machine, we have detected startup problems and slowness using the Liferay product Environment Liferay DXP 7.0-7.4 Resolution Official support policy for antivirus...
White space is showing while inspecting the view source
Issue Steps to reproduce: 1. Take Liferay DXP 7.3 SP3. 2. Add the below properties in portal-ext.properties. com.liferay.portal.servlet.filters.strip.StripFilter=true strip.mime.types=text/html*,text/xml 3....
Database password needs to be changed
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...
Web Content Display Widgets all Display the Same Content after Upgrading
Issue When upgrading from 7.2 to 7.4, importing a .LAR file results in the web content display widgets all displaying the same content. Additionally, updating any one of the web content display widgets causes the...
How to clear only a specific OSGi module directory from osgi/state/
Issue Is it possible to clear only the data from a specific module in osgi/state/ instead of clearing the whole directory? Environment Liferay DXP 7.0+ Resolution Imagine we want to clear the data of module...
I cannot save Instance Settings after changing the default web ID
Issue I added the following property to the portal-ext.properties file: # # This sets the default web ID. Omniadmin users must belong to the company # with this web ID. # # Env:...
ClassNotFoundException when using DynamicQueryFactoryUtil.forClass
Issue When trying to using Dynamic Queries there can be ClassNotFoundException errors if the DynamicQuery is obtained using the method DynamicQueryFactoryUtil.forClass. Environment Liferay DXP 7.0+ Resolution To...